describe-02-results.rdf
来自「jena2.5.4推理机系统的一种最基本实现 HP实验室出品」· RDF 代码 · 共 18 行
RDF
18 行
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:vcard="http://www.w3.org/2001/vcard-rdf/3.0#"
xmlns="http://example.org/book/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:ns="http://example.org/ns#">
<rdf:Description rdf:about="http://example.org/book/book3">
<dc:title>Harry Potter and the Prisoner Of Azkaban</dc:title>
<dc:creator rdf:parseType="Resource">
<vcard:FN>J.K. Rowling</vcard:FN>
<vcard:N rdf:parseType="Resource">
<vcard:Family>Rowling</vcard:Family>
<vcard:Given>Joanna</vcard:Given>
</vcard:N>
</dc:creator>
</rdf:Description>
</rdf:RDF>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?