premises002.rdf

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

RDF
160
字号
<!--++ I5.21/premises002.rdf ** generated using webont test editor. ++--><!--++ Created 23 Jul 2003 12:06:40 GMT ++--><!--  Copyright World Wide Web Consortium, (Massachusetts Institute of  Technology, European Research Consortium for Informatics and  Mathematics, Keio University).  All Rights Reserved.  Please see the full Copyright clause at  <http://www.w3.org/Consortium/Legal/copyright-software.html>  $Id: premises002.rdf,v 1.2 2003/07/25 21:49:14 jcarroll Exp $--><!--The construct used here shows how to express mutual disjointness between classes with  O(N) triples.--><!-- Author: Ian Horrocks --><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:owl="http://www.w3.org/2002/07/owl#"    xmlns:first="http://www.w3.org/2002/03owlt/I5.21/premises002#"    xml:base="http://www.w3.org/2002/03owlt/I5.21/premises002" >   <owl:Class rdf:ID="Reptile">     <rdfs:subClassOf>        <owl:Restriction>           <owl:onProperty>              <owl:DatatypeProperty rdf:ID="family-name"/>           </owl:onProperty>           <owl:cardinality rdf:datatype= "http://www.w3.org/2001/XMLSchema#int">1</owl:cardinality>        </owl:Restriction>     </rdfs:subClassOf>   </owl:Class>    <owl:Class rdf:about="#Amphisbaenidae">      <rdfs:subClassOf rdf:resource="#Reptile" />      <rdfs:subClassOf>        <owl:Restriction>          <owl:onProperty rdf:resource="#family-name"/>          <owl:hasValue>Amphisbaenidae</owl:hasValue>        </owl:Restriction>      </rdfs:subClassOf>    </owl:Class>    <owl:Class rdf:about="#Agamidae">      <rdfs:subClassOf rdf:resource="#Reptile" />      <rdfs:subClassOf>        <owl:Restriction>          <owl:onProperty rdf:resource="#family-name"/>          <owl:hasValue>Agamidae</owl:hasValue>        </owl:Restriction>      </rdfs:subClassOf>    </owl:Class>    <owl:Class rdf:about="#Anomalepidae">      <rdfs:subClassOf rdf:resource="#Reptile" />      <rdfs:subClassOf>        <owl:Restriction>          <owl:onProperty rdf:resource="#family-name"/>          <owl:hasValue>Anomalepidae</owl:hasValue>        </owl:Restriction>      </rdfs:subClassOf>    </owl:Class>              <owl:Class rdf:about="#Emydidae">      <rdfs:subClassOf rdf:resource="#Reptile" />      <rdfs:subClassOf>        <owl:Restriction>          <owl:onProperty rdf:resource="#family-name"/>          <owl:hasValue>Emydidae</owl:hasValue>        </owl:Restriction>      </rdfs:subClassOf>    </owl:Class>    <owl:Class rdf:about="#Crocodylidae">      <rdfs:subClassOf rdf:resource="#Reptile" />      <rdfs:subClassOf>        <owl:Restriction>          <owl:onProperty rdf:resource="#family-name"/>          <owl:hasValue>Crocodylidae</owl:hasValue>        </owl:Restriction>      </rdfs:subClassOf>    </owl:Class>    <owl:Class rdf:about="#Gekkonidae">      <rdfs:subClassOf rdf:resource="#Reptile" />      <rdfs:subClassOf>        <owl:Restriction>          <owl:onProperty rdf:resource="#family-name"/>          <owl:hasValue>Gekkonidae</owl:hasValue>        </owl:Restriction>      </rdfs:subClassOf>    </owl:Class>    <owl:Class rdf:about="#Sphenodontidae">      <rdfs:subClassOf rdf:resource="#Reptile" />      <rdfs:subClassOf>        <owl:Restriction>          <owl:onProperty rdf:resource="#family-name"/>          <owl:hasValue>Sphenodontidae</owl:hasValue>        </owl:Restriction>      </rdfs:subClassOf>    </owl:Class>    <owl:Class rdf:about="#Cordylidae">      <rdfs:subClassOf rdf:resource="#Reptile" />      <rdfs:subClassOf>        <owl:Restriction>          <owl:onProperty rdf:resource="#family-name"/>          <owl:hasValue>Cordylidae</owl:hasValue>        </owl:Restriction>      </rdfs:subClassOf>    </owl:Class>    <owl:Class rdf:about="#Bipedidae">      <rdfs:subClassOf rdf:resource="#Reptile" />      <rdfs:subClassOf>        <owl:Restriction>          <owl:onProperty rdf:resource="#family-name"/>          <owl:hasValue>Bipedidae</owl:hasValue>        </owl:Restriction>      </rdfs:subClassOf>    </owl:Class>    <owl:Class rdf:about="#Leptotyphlopidae">      <rdfs:subClassOf rdf:resource="#Reptile" />      <rdfs:subClassOf>        <owl:Restriction>          <owl:onProperty rdf:resource="#family-name"/>          <owl:hasValue>Leptotyphlopidae</owl:hasValue>        </owl:Restriction>      </rdfs:subClassOf>    </owl:Class>    <owl:Class rdf:about="#Xantusiidae">      <rdfs:subClassOf rdf:resource="#Reptile" />      <rdfs:subClassOf>        <owl:Restriction>          <owl:onProperty rdf:resource="#family-name"/>          <owl:hasValue>Xantusiidae</owl:hasValue>        </owl:Restriction>      </rdfs:subClassOf>    </owl:Class>    <owl:Class rdf:about="#Loxocemidae">      <rdfs:subClassOf rdf:resource="#Reptile" />      <rdfs:subClassOf>        <owl:Restriction>          <owl:onProperty rdf:resource="#family-name"/>          <owl:hasValue>Loxocemidae</owl:hasValue>        </owl:Restriction>      </rdfs:subClassOf>    </owl:Class></rdf:RDF>

⌨️ 快捷键说明

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