⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 reif-result-1.rdf

📁 Jena推理机
💻 RDF
字号:
<rdf:RDF
    xmlns:data="http://example.org/data/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:ns="http://example.org/ns#">
  <rdf:Description>
    <rdf:subject rdf:resource="http://example.org/data/x"/>
    <rdf:predicate rdf:resource="http://example.org/ns#p"/>
    <rdf:object rdf:datatype="http://www.w3.org/2001/XMLSchema#integer"
    >2</rdf:object>
  </rdf:Description>
  <rdf:Description>
    <rdf:subject rdf:resource="http://example.org/data/y"/>
    <rdf:predicate rdf:resource="http://example.org/ns#q"/>
    <rdf:object rdf:resource="http://example.org/data/x"/>
  </rdf:Description>
  <rdf:Description>
    <rdf:subject rdf:resource="http://example.org/data/x"/>
    <rdf:predicate rdf:resource="http://example.org/ns#p"/>
    <rdf:object rdf:datatype="http://www.w3.org/2001/XMLSchema#integer"
    >1</rdf:object>
  </rdf:Description>
</rdf:RDF>

⌨️ 快捷键说明

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