test.rdf
来自「Jena推理机」· RDF 代码 · 共 26 行
RDF
26 行
<?xml version='1.0' encoding='ISO-8859-1'?>
<rdf:RDF
xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dc ="http://purl.org/dc/elements/1.1/"
xmlns:owl ="http://www.w3.org/2002/07/owl#"
xmlns ="http://jena.hpl.hp.com/testing/ontology#"
xml:base ="http://jena.hpl.hp.com/testing/ontology"
>
<owl:Ontology rdf:about="">
<owl:versionInfo>test version info</owl:versionInfo>
<owl:imports rdf:resource="http://www.w3.org/2000/01/rdf-schema"/>
<owl:priorVersion rdf:resource="http://jena.hpl.hp.com/testing/test-ontology-1a" />
<owl:backwardCompatibleWith rdf:resource="http://jena.hpl.hp.com/testing/test-ontology-1b" />
<owl:incompatibleWith rdf:resource="http://jena.hpl.hp.com/testing/test-ontology-1c" />
<rdfs:comment>a comment</rdfs:comment>
<rdfs:seeAlso>xyz</rdfs:seeAlso>
<rdfs:isDefinedBy>abc</rdfs:isDefinedBy>
<rdfs:label>a label</rdfs:label>
</owl:Ontology>
</rdf:RDF>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?