test01.rdf

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

RDF
21
字号

<!-- what a frightful mess this is 
  The test is to produce a helpful error message. 
  -->
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:capability="http://example.org/"
    xmlns:owl="http://example.org/2#"
    xml:base="http://example.org/3" >
  <capability:precondition> 
   <capability:ParameterDescription rdf:ID="parID">
    <capability:parameterName>par</capability:parameterName>
    <capability:restrictedTo rdf:resource="#Softwaregood"/>
    <owl:Class rdf:ID="Condition">
      <owl:Restriction>
       <owl:onProperty rdf:resource="#hasVendor"/>
       <owl:hasValue rdf:resource="#HP"/>
      </owl:Restriction>
    </owl:Class>
   </capability:ParameterDescription>
  </capability:precondition>
</rdf:RDF>

⌨️ 快捷键说明

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