reif-result-1.rdf

来自「Jena推理机」· RDF 代码 · 共 23 行

RDF
23
字号
<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 + =
减小字号Ctrl + -
显示快捷键?