test.rdf
来自「jena2.5.4推理机系统的一种最基本实现 HP实验室出品」· RDF 代码 · 共 23 行
RDF
23 行
<?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:daml="http://www.daml.org/2001/03/daml+oil#"
xmlns ="http://jena.hpl.hp.com/testing/ontology#"
xml:base ="http://jena.hpl.hp.com/testing/ontology"
>
<daml:Ontology rdf:about="">
<daml:versionInfo>test version info</daml:versionInfo>
<daml:imports rdf:resource="http://www.w3.org/2000/01/rdf-schema"/>
<rdfs:comment>a comment</rdfs:comment>
<rdfs:seeAlso>xyz</rdfs:seeAlso>
<rdfs:isDefinedBy>abc</rdfs:isDefinedBy>
<rdfs:label>a label</rdfs:label>
</daml:Ontology>
</rdf:RDF>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?