Warning:
This wiki has been archived and is now read-only.

Owl2.owl

From OWL
Jump to: navigation, search
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
 xmlns:owl="http://www.w3.org/2002/07/owl#"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
 xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
>

 
  <Ontology rdf:about="">
      <imports rdf:resource="http://www.w3.org/2000/01/rdf-schema"/>
      <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/2009/CR-owl2-rdf-based-semantics-20090611/" />
      <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/2009/CR-owl2-syntax-20090611/" />
      <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/2009/CR-owl2-mapping-to-rdf-20090611/" />
      <rdfs:comment>This file specifies in RDF Schema format the
         built-in classes and properties that together form the basis of
         the RDF/XML syntax of OWL 2.
         We do not expect people to import this file
         explicitly into their ontology. People that do import this file
         should expect their ontology to be an OWL Full ontology. 
       </rdfs:comment>
       <rdfs:comment>This is not the final version yet, that will have to be 
         published as http://www.w3.org/2002/07/owl.owl; it is just a version to be seen and commented upon
         by the OWL Working Group</rdfs:comment>
       <versionInfo>$Date: 2024/02/02 09:58:20 $</versionInfo>
 </Ontology>
 
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#decimal">
   <rdfs:subClassOf>
     <rdfs:Datatype rdf:about="http://www.w3.org/2000/01/rdf-schema#Literal"/>
   </rdfs:subClassOf>
 </rdfs:Datatype>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#onProperties">
   <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
   <rdfs:domain>
     <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#Restriction">
       <rdfs:subClassOf>
         <rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#Class">
           <rdfs:subClassOf>
             <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#Class">
               <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
             </rdfs:Class>
           </rdfs:subClassOf>
         </rdf:Description>
       </rdfs:subClassOf>
     </rdfs:Class>
   </rdfs:domain>
 </rdf:Property>
 <owl:DatatypeProperty rdf:about="http://www.w3.org/2001/XMLSchema#length">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
   <rdfs:domain>
     <rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource">
       <rdfs:subClassOf>
         <owl:Class rdf:about="http://www.w3.org/2002/07/owl#Thing"/>
       </rdfs:subClassOf>
     </rdf:Description>
   </rdfs:domain>
 </owl:DatatypeProperty>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#language">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <owl:DatatypeProperty rdf:about="http://www.w3.org/2001/XMLSchema#maxLength">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
 </owl:DatatypeProperty>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#distinctMembers">
   <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
   <rdfs:domain>
     <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#AllDifferent">
       <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
     </rdfs:Class>
   </rdfs:domain>
 </rdf:Property>
 <rdfs:Datatype rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#qualifiedCardinality">
   <rdfs:range>
     <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
       <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
     </rdfs:Datatype>
   </rdfs:range>
   <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
 </rdf:Property>
 <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#IrreflexiveProperty">
   <rdfs:subClassOf>
     <rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property">
       <rdfs:subClassOf>
         <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#ObjectProperty">
           <rdfs:subClassOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
         </rdfs:Class>
       </rdfs:subClassOf>
     </rdf:Description>
   </rdfs:subClassOf>
 </rdfs:Class>
 <owl:AnnotationProperty rdf:about="http://www.w3.org/2002/07/owl#backwardCompatibleWith">
   <rdf:type>
     <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#OntologyProperty">
       <rdfs:subClassOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
     </rdfs:Class>
   </rdf:type>
   <rdfs:range>
     <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#Ontology">
       <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
     </rdfs:Class>
   </rdfs:range>
   <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
 </owl:AnnotationProperty>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#double">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#SymmetricProperty">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
 </rdfs:Class>
 <rdfs:Datatype rdf:about="http://www.w3.org/2002/07/owl#rational">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#propertyChainAxiom">
   <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
   <rdfs:domain rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
 </rdf:Property>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#cardinality">
   <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
 </rdf:Property>
 <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#ReflexiveProperty">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
 </rdfs:Class>
 <owl:Class rdf:about="http://www.w3.org/2002/07/owl#Nothing">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
 </owl:Class>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#datatypeComplementOf">
   <rdfs:range>
     <rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#Datatype">
       <rdfs:subClassOf>
         <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#DataRange">
           <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
         </rdfs:Class>
       </rdfs:subClassOf>
     </rdf:Description>
   </rdfs:range>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
 </rdf:Property>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#maxQualifiedCardinality">
   <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
 </rdf:Property>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#hasSelf">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
 </rdf:Property>
 <owl:DatatypeProperty rdf:about="http://www.w3.org/2001/XMLSchema#minExclusive">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
 </owl:DatatypeProperty>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#equivalentClass">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
 </rdf:Property>
 <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#Annotation">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
 </rdfs:Class>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#boolean">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#dateTimeStamp">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#onDatatype">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
 </rdf:Property>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#propertyDisjointWith">
   <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
   <rdfs:domain rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
 </rdf:Property>
 <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#TransitiveProperty">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
 </rdfs:Class>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#nonPositiveInteger">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#minQualifiedCardinality">
   <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
 </rdf:Property>
 <owl:AnnotationProperty rdf:about="http://www.w3.org/2002/07/owl#versionInfo">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
 </owl:AnnotationProperty>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#targetIndividual">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
   <rdfs:domain>
     <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#NegativePropertyAssertion">
       <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
     </rdfs:Class>
   </rdfs:domain>
 </rdf:Property>
 <owl:DatatypeProperty rdf:about="http://www.w3.org/2001/XMLSchema#minInclusive">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
 </owl:DatatypeProperty>
 <owl:AnnotationProperty rdf:about="http://www.w3.org/2002/07/owl#incompatibleWith">
   <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#OntologyProperty"/>
   <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
 </owl:AnnotationProperty>
 <owl:OntologyProperty rdf:about="http://www.w3.org/2002/07/owl#versionIRI">
   <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
 </owl:OntologyProperty>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#inverseOf">
   <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
   <rdfs:domain rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
 </rdf:Property>
 <rdfs:Datatype rdf:about="http://www.w3.org/2002/07/owl#real">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#unsignedShort">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#unionOf">
   <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
 </rdf:Property>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#differentFrom">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
 </rdf:Property>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#short">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#minCardinality">
   <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
 </rdf:Property>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#withRestrictions">
   <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
 </rdf:Property>
 <owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#isDefinedBy">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
 </owl:AnnotationProperty>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#maxCardinality">
   <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
 </rdf:Property>
 <owl:DatatypeProperty rdf:about="http://www.w3.org/2001/XMLSchema#maxInclusive">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
 </owl:DatatypeProperty>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#onClass">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
 </rdf:Property>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#byte">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <owl:AnnotationProperty rdf:about="http://www.w3.org/2002/07/owl#deprecated">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
 </owl:AnnotationProperty>
 <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#FunctionalProperty">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
 </rdfs:Class>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#unsignedByte">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#annotatedTarget">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
 </rdf:Property>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#oneOf">
   <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
 </rdf:Property>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#positiveInteger">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#AsymmetricProperty">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
 </rdfs:Class>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#Name">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#disjointUnionOf">
   <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
 </rdf:Property>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#hexBinary">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#float">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#token">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#allValuesFrom">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
 </rdf:Property>
 <owl:DatatypeProperty rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#langRange">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
 </owl:DatatypeProperty>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#sameAs">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
 </rdf:Property>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#integer">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <owl:DatatypeProperty rdf:about="http://www.w3.org/2002/07/owl#topDataProperty">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
 </owl:DatatypeProperty>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#normalizedString">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#hasKey">
   <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
 </rdf:Property>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#hasValue">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
 </rdf:Property>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#base64Binary">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#negativeInteger">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <owl:ObjectProperty rdf:about="http://www.w3.org/2002/07/owl#bottomObjectProperty">
   <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
 </owl:ObjectProperty>
 <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#AllDisjointProperties">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
 </rdfs:Class>
 <rdfs:Datatype rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#InverseFunctionalProperty">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
 </rdfs:Class>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#NCName">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#onProperty">
   <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
 </rdf:Property>
 <rdf:ObjectProperty rdf:about="http://www.w3.org/2002/07/owl#topObjectProperty">
   <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
 </rdf:ObjectProperty>
 <owl:AnnotationProperty rdf:about="http://www.w3.org/2002/07/owl#priorVersion">
   <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#OntologyProperty"/>
   <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
 </owl:AnnotationProperty>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#targetValue">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#NegativePropertyAssertion"/>
 </rdf:Property>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#annotatedSource">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
 </rdf:Property>
 <owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#comment">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
 </owl:AnnotationProperty>
 <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#AllDisjointClasses">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
 </rdfs:Class>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#anyURI">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#disjointWith">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
 </rdf:Property>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#dateTime">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#long">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#annotatedProperty">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
 </rdf:Property>
 <owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#seeAlso">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
 </owl:AnnotationProperty>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#equivalentProperty">
   <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
   <rdfs:domain rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
 </rdf:Property>
 <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#NamedIndividual">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
 </rdfs:Class>
 <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#DeprecatedProperty">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
 </rdfs:Class>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#intersectionOf">
   <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
 </rdf:Property>
 <owl:DatatypeProperty rdf:about="http://www.w3.org/2002/07/owl#bottomDataProperty">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
 </owl:DatatypeProperty>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#sourceIndividual">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#NegativePropertyAssertion"/>
 </rdf:Property>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#assertionProperty">
   <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#NegativePropertyAssertion"/>
 </rdf:Property>
 <owl:DatatypeProperty rdf:about="http://www.w3.org/2001/XMLSchema#maxExclusive">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
 </owl:DatatypeProperty>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#members">
   <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
 </rdf:Property>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#unsignedInt">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <owl:OntologyProperty rdf:about="http://www.w3.org/2002/07/owl#imports">
   <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
 </owl:OntologyProperty>
 <owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#label">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
 </owl:AnnotationProperty>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#onDataRange">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
 </rdf:Property>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#someValuesFrom">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
 </rdf:Property>
 <owl:DatatypeProperty rdf:about="http://www.w3.org/2001/XMLSchema#pattern">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
 </owl:DatatypeProperty>
 <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#DeprecatedClass">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
 </rdfs:Class>
 <rdf:Property rdf:about="http://www.w3.org/2002/07/owl#complementOf">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
 </rdf:Property>
 <owl:DatatypeProperty rdf:about="http://www.w3.org/2001/XMLSchema#minLength">
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
   <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
 </owl:DatatypeProperty>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#NMTOKEN">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#int">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#Axiom">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
 </rdfs:Class>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#unsignedLong">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#string">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
 </rdfs:Datatype>
 <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#AnnotationProperty">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
 </rdfs:Class>
 <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#DatatypeProperty">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
 </rdfs:Class>
</rdf:RDF>