bug74_0.rdf

来自「jena2.5.4推理机系统的一种最基本实现 HP实验室出品」· RDF 代码 · 共 26 行

RDF
26
字号
<!--
 
  Test case for bug #74.
  i.e. hp internal bugzilla #74
  
  Correct treatment of ':' in ID ...
  
  Note the spec is poor I am escalating this to the WG.
  
-->
<rdf:RDF
xml:base="http://example.org/bug74_0.rdf"
xmlns:sw="http://example.org/"
xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>

	<rdf:Description rdf:ID="one">
 		<sw:name rdf:resource="#sw:test"/>
 	</rdf:Description>
	<rdf:Description rdf:ID="sw:test">
		<sw:first_name>xxx</sw:first_name>
 	</rdf:Description>


</rdf:RDF>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?