PREFIX dc:    <http://purl.org/dc/elements/1.1/>
PREFIX grddl: <http://www.w3.org/2003/g/data-view#>
PREFIX owl:   <http://www.w3.org/2002/07/owl#>
PREFIX rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs:  <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xsd:   <http://www.w3.org/2001/XMLSchema#>

owl:withRestrictions  rdf:type  rdf:Property;
        rdfs:comment      "The property that determines the collection of facet-value pairs that define a datatype restriction.";
        rdfs:domain       rdfs:Datatype;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "withRestrictions";
        rdfs:range        rdf:List .

owl:versionIRI  rdf:type  owl:OntologyProperty;
        rdfs:comment      "The property that identifies the version IRI of an ontology.";
        rdfs:domain       owl:Ontology;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "versionIRI";
        rdfs:range        owl:Ontology .

owl:versionInfo  rdf:type  owl:AnnotationProperty;
        rdfs:comment      "The annotation property that provides version information for an ontology or another OWL construct.";
        rdfs:domain       rdfs:Resource;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "versionInfo";
        rdfs:range        rdfs:Resource .

owl:unionOf  rdf:type     rdf:Property;
        rdfs:comment      "The property that determines the collection of classes or data ranges that build a union.";
        rdfs:domain       rdfs:Class;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "unionOf";
        rdfs:range        rdf:List .

owl:topObjectProperty
        rdf:type          owl:ObjectProperty;
        rdfs:comment      "The object property that relates every two individuals.";
        rdfs:domain       owl:Thing;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "topObjectProperty";
        rdfs:range        owl:Thing .

owl:topDataProperty  rdf:type  owl:DatatypeProperty;
        rdfs:comment      "The data property that relates every individual to every data value.";
        rdfs:domain       owl:Thing;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "topDataProperty";
        rdfs:range        rdfs:Literal .

owl:targetValue  rdf:type  rdf:Property;
        rdfs:comment      "The property that determines the value of a negative data property assertion.";
        rdfs:domain       owl:NegativePropertyAssertion;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "targetValue";
        rdfs:range        rdfs:Literal .

owl:targetIndividual  rdf:type  rdf:Property;
        rdfs:comment      "The property that determines the object of a negative object property assertion.";
        rdfs:domain       owl:NegativePropertyAssertion;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "targetIndividual";
        rdfs:range        owl:Thing .

owl:sourceIndividual  rdf:type  rdf:Property;
        rdfs:comment      "The property that determines the subject of a negative property assertion.";
        rdfs:domain       owl:NegativePropertyAssertion;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "sourceIndividual";
        rdfs:range        owl:Thing .

owl:someValuesFrom  rdf:type  rdf:Property;
        rdfs:comment      "The property that determines the class that an existential property restriction refers to.";
        rdfs:domain       owl:Restriction;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "someValuesFrom";
        rdfs:range        rdfs:Class .

owl:sameAs  rdf:type      rdf:Property;
        rdfs:comment      "The property that determines that two given individuals are equal.";
        rdfs:domain       owl:Thing;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "sameAs";
        rdfs:range        owl:Thing .

owl:qualifiedCardinality
        rdf:type          rdf:Property;
        rdfs:comment      "The property that determines the cardinality of an exact qualified cardinality restriction.";
        rdfs:domain       owl:Restriction;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "qualifiedCardinality";
        rdfs:range        xsd:nonNegativeInteger .

owl:propertyDisjointWith
        rdf:type          rdf:Property;
        rdfs:comment      "The property that determines that two given properties are disjoint.";
        rdfs:domain       rdf:Property;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "propertyDisjointWith";
        rdfs:range        rdf:Property .

owl:propertyChainAxiom
        rdf:type          rdf:Property;
        rdfs:comment      "The property that determines the n-tuple of properties that build a sub property chain of a given property.";
        rdfs:domain       owl:ObjectProperty;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "propertyChainAxiom";
        rdfs:range        rdf:List .

owl:priorVersion  rdf:type  owl:OntologyProperty , owl:AnnotationProperty;
        rdfs:comment      "The annotation property that indicates the predecessor ontology of a given ontology.";
        rdfs:domain       owl:Ontology;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "priorVersion";
        rdfs:range        owl:Ontology .

owl:onProperty  rdf:type  rdf:Property;
        rdfs:comment      "The property that determines the property that a property restriction refers to.";
        rdfs:domain       owl:Restriction;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "onProperty";
        rdfs:range        rdf:Property .

owl:onProperties  rdf:type  rdf:Property;
        rdfs:comment      "The property that determines the n-tuple of properties that a property restriction on an n-ary data range refers to.";
        rdfs:domain       owl:Restriction;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "onProperties";
        rdfs:range        rdf:List .

owl:oneOf  rdf:type       rdf:Property;
        rdfs:comment      "The property that determines the collection of individuals or data values that build an enumeration.";
        rdfs:domain       rdfs:Class;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "oneOf";
        rdfs:range        rdf:List .

owl:onDatatype  rdf:type  rdf:Property;
        rdfs:comment      "The property that determines the datatype that a datatype restriction refers to.";
        rdfs:domain       rdfs:Datatype;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "onDatatype";
        rdfs:range        rdfs:Datatype .

owl:onDataRange  rdf:type  rdf:Property;
        rdfs:comment      "The property that determines the data range that a qualified data cardinality restriction refers to.";
        rdfs:domain       owl:Restriction;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "onDataRange";
        rdfs:range        rdfs:Datatype .

owl:onClass  rdf:type     rdf:Property;
        rdfs:comment      "The property that determines the class that a qualified object cardinality restriction refers to.";
        rdfs:domain       owl:Restriction;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "onClass";
        rdfs:range        owl:Class .

owl:minQualifiedCardinality
        rdf:type          rdf:Property;
        rdfs:comment      "The property that determines the cardinality of a minimum qualified cardinality restriction.";
        rdfs:domain       owl:Restriction;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "minQualifiedCardinality";
        rdfs:range        xsd:nonNegativeInteger .

owl:minCardinality  rdf:type  rdf:Property;
        rdfs:comment      "The property that determines the cardinality of a minimum cardinality restriction.";
        rdfs:domain       owl:Restriction;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "minCardinality";
        rdfs:range        xsd:nonNegativeInteger .

owl:members  rdf:type     rdf:Property;
        rdfs:comment      "The property that determines the collection of members in either a owl:AllDifferent, owl:AllDisjointClasses or owl:AllDisjointProperties axiom.";
        rdfs:domain       rdfs:Resource;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "members";
        rdfs:range        rdf:List .

owl:maxQualifiedCardinality
        rdf:type          rdf:Property;
        rdfs:comment      "The property that determines the cardinality of a maximum qualified cardinality restriction.";
        rdfs:domain       owl:Restriction;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "maxQualifiedCardinality";
        rdfs:range        xsd:nonNegativeInteger .

owl:maxCardinality  rdf:type  rdf:Property;
        rdfs:comment      "The property that determines the cardinality of a maximum cardinality restriction.";
        rdfs:domain       owl:Restriction;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "maxCardinality";
        rdfs:range        xsd:nonNegativeInteger .

owl:inverseOf  rdf:type   rdf:Property;
        rdfs:comment      "The property that determines that two given properties are inverse.";
        rdfs:domain       owl:ObjectProperty;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "inverseOf";
        rdfs:range        owl:ObjectProperty .

owl:intersectionOf  rdf:type  rdf:Property;
        rdfs:comment      "The property that determines the collection of classes or data ranges that build an intersection.";
        rdfs:domain       rdfs:Class;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "intersectionOf";
        rdfs:range        rdf:List .

owl:incompatibleWith  rdf:type  owl:OntologyProperty , owl:AnnotationProperty;
        rdfs:comment      "The annotation property that indicates that a given ontology is incompatible with another ontology.";
        rdfs:domain       owl:Ontology;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "incompatibleWith";
        rdfs:range        owl:Ontology .

owl:imports  rdf:type     owl:OntologyProperty;
        rdfs:comment      "The property that is used for importing other ontologies into a given ontology.";
        rdfs:domain       owl:Ontology;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "imports";
        rdfs:range        owl:Ontology .

owl:hasValue  rdf:type    rdf:Property;
        rdfs:comment      "The property that determines the individual that a has-value restriction refers to.";
        rdfs:domain       owl:Restriction;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "hasValue";
        rdfs:range        rdfs:Resource .

owl:hasSelf  rdf:type     rdf:Property;
        rdfs:comment      "The property that determines the property that a self restriction refers to.";
        rdfs:domain       owl:Restriction;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "hasSelf";
        rdfs:range        rdfs:Resource .

owl:hasKey  rdf:type      rdf:Property;
        rdfs:comment      "The property that determines the collection of properties that jointly build a key.";
        rdfs:domain       owl:Class;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "hasKey";
        rdfs:range        rdf:List .

owl:equivalentProperty
        rdf:type          rdf:Property;
        rdfs:comment      "The property that determines that two given properties are equivalent.";
        rdfs:domain       rdf:Property;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "equivalentProperty";
        rdfs:range        rdf:Property .

owl:equivalentClass  rdf:type  rdf:Property;
        rdfs:comment      "The property that determines that two given classes are equivalent, and that is used to specify datatype definitions.";
        rdfs:domain       rdfs:Class;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "equivalentClass";
        rdfs:range        rdfs:Class .

owl:distinctMembers  rdf:type  rdf:Property;
        rdfs:comment      "The property that determines the collection of pairwise different individuals in a owl:AllDifferent axiom.";
        rdfs:domain       owl:AllDifferent;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "distinctMembers";
        rdfs:range        rdf:List .

owl:disjointWith  rdf:type  rdf:Property;
        rdfs:comment      "The property that determines that two given classes are disjoint.";
        rdfs:domain       owl:Class;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "disjointWith";
        rdfs:range        owl:Class .

owl:disjointUnionOf  rdf:type  rdf:Property;
        rdfs:comment      "The property that determines that a given class is equivalent to the disjoint union of a collection of other classes.";
        rdfs:domain       owl:Class;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "disjointUnionOf";
        rdfs:range        rdf:List .

owl:differentFrom  rdf:type  rdf:Property;
        rdfs:comment      "The property that determines that two given individuals are different.";
        rdfs:domain       owl:Thing;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "differentFrom";
        rdfs:range        owl:Thing .

owl:deprecated  rdf:type  owl:AnnotationProperty;
        rdfs:comment      "The annotation property that indicates that a given entity has been deprecated.";
        rdfs:domain       rdfs:Resource;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "deprecated";
        rdfs:range        rdfs:Resource .

owl:datatypeComplementOf
        rdf:type          rdf:Property;
        rdfs:comment      "The property that determines that a given data range is the complement of another data range with respect to the data domain.";
        rdfs:domain       rdfs:Datatype;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "datatypeComplementOf";
        rdfs:range        rdfs:Datatype .

owl:complementOf  rdf:type  rdf:Property;
        rdfs:comment      "The property that determines that a given class is the complement of another class.";
        rdfs:domain       owl:Class;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "complementOf";
        rdfs:range        owl:Class .

owl:cardinality  rdf:type  rdf:Property;
        rdfs:comment      "The property that determines the cardinality of an exact cardinality restriction.";
        rdfs:domain       owl:Restriction;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "cardinality";
        rdfs:range        xsd:nonNegativeInteger .

owl:bottomObjectProperty
        rdf:type          owl:ObjectProperty;
        rdfs:comment      "The object property that does not relate any two individuals.";
        rdfs:domain       owl:Thing;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "bottomObjectProperty";
        rdfs:range        owl:Thing .

owl:bottomDataProperty
        rdf:type          owl:DatatypeProperty;
        rdfs:comment      "The data property that does not relate any individual to any data value.";
        rdfs:domain       owl:Thing;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "bottomDataProperty";
        rdfs:range        rdfs:Literal .

owl:backwardCompatibleWith
        rdf:type          owl:OntologyProperty , owl:AnnotationProperty;
        rdfs:comment      "The annotation property that indicates that a given ontology is backward compatible with another ontology.";
        rdfs:domain       owl:Ontology;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "backwardCompatibleWith";
        rdfs:range        owl:Ontology .

owl:assertionProperty
        rdf:type          rdf:Property;
        rdfs:comment      "The property that determines the predicate of a negative property assertion.";
        rdfs:domain       owl:NegativePropertyAssertion;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "assertionProperty";
        rdfs:range        rdf:Property .

owl:annotatedTarget  rdf:type  rdf:Property;
        rdfs:comment      "The property that determines the object of an annotated axiom or annotated annotation.";
        rdfs:domain       rdfs:Resource;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "annotatedTarget";
        rdfs:range        rdfs:Resource .

owl:annotatedSource  rdf:type  rdf:Property;
        rdfs:comment      "The property that determines the subject of an annotated axiom or annotated annotation.";
        rdfs:domain       rdfs:Resource;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "annotatedSource";
        rdfs:range        rdfs:Resource .

owl:annotatedProperty
        rdf:type          rdf:Property;
        rdfs:comment      "The property that determines the predicate of an annotated axiom or annotated annotation.";
        rdfs:domain       rdfs:Resource;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "annotatedProperty";
        rdfs:range        rdfs:Resource .

owl:allValuesFrom  rdf:type  rdf:Property;
        rdfs:comment      "The property that determines the class that a universal property restriction refers to.";
        rdfs:domain       owl:Restriction;
        rdfs:isDefinedBy  owl:;
        rdfs:label        "allValuesFrom";
        rdfs:range        rdfs:Class .

owl:TransitiveProperty
        rdf:type          rdfs:Class;
        rdfs:comment      "The class of transitive properties.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "TransitiveProperty";
        rdfs:subClassOf   owl:ObjectProperty .

owl:Thing  rdf:type       owl:Class;
        rdfs:comment      "The class of OWL individuals.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "Thing" .

owl:SymmetricProperty
        rdf:type          rdfs:Class;
        rdfs:comment      "The class of symmetric properties.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "SymmetricProperty";
        rdfs:subClassOf   owl:ObjectProperty .

owl:Restriction  rdf:type  rdfs:Class;
        rdfs:comment      "The class of property restrictions.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "Restriction";
        rdfs:subClassOf   owl:Class .

owl:ReflexiveProperty
        rdf:type          rdfs:Class;
        rdfs:comment      "The class of reflexive properties.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "ReflexiveProperty";
        rdfs:subClassOf   owl:ObjectProperty .

owl:OntologyProperty  rdf:type  rdfs:Class;
        rdfs:comment      "The class of ontology properties.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "OntologyProperty";
        rdfs:subClassOf   rdf:Property .

owl:Ontology  rdf:type    rdfs:Class;
        rdfs:comment      "The class of ontologies.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "Ontology";
        rdfs:subClassOf   rdfs:Resource .

owl:ObjectProperty  rdf:type  rdfs:Class;
        rdfs:comment      "The class of object properties.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "ObjectProperty";
        rdfs:subClassOf   rdf:Property .

owl:Nothing  rdf:type     owl:Class;
        rdfs:comment      "This is the empty class.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "Nothing";
        rdfs:subClassOf   owl:Thing .

owl:NegativePropertyAssertion
        rdf:type          rdfs:Class;
        rdfs:comment      "The class of negative property assertions.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "NegativePropertyAssertion";
        rdfs:subClassOf   rdfs:Resource .

owl:NamedIndividual  rdf:type  rdfs:Class;
        rdfs:comment      "The class of named individuals.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "NamedIndividual";
        rdfs:subClassOf   owl:Thing .

owl:IrreflexiveProperty
        rdf:type          rdfs:Class;
        rdfs:comment      "The class of irreflexive properties.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "IrreflexiveProperty";
        rdfs:subClassOf   owl:ObjectProperty .

owl:InverseFunctionalProperty
        rdf:type          rdfs:Class;
        rdfs:comment      "The class of inverse-functional properties.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "InverseFunctionalProperty";
        rdfs:subClassOf   owl:ObjectProperty .

owl:FunctionalProperty
        rdf:type          rdfs:Class;
        rdfs:comment      "The class of functional properties.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "FunctionalProperty";
        rdfs:subClassOf   rdf:Property .

owl:DeprecatedProperty
        rdf:type          rdfs:Class;
        rdfs:comment      "The class of deprecated properties.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "DeprecatedProperty";
        rdfs:subClassOf   rdf:Property .

owl:DeprecatedClass  rdf:type  rdfs:Class;
        rdfs:comment      "The class of deprecated classes.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "DeprecatedClass";
        rdfs:subClassOf   rdfs:Class .

owl:DatatypeProperty  rdf:type  rdfs:Class;
        rdfs:comment      "The class of data properties.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "DatatypeProperty";
        rdfs:subClassOf   rdf:Property .

owl:DataRange  rdf:type   rdfs:Class;
        rdfs:comment      "The class of OWL data ranges, which are special kinds of datatypes. Note: The use of the IRI owl:DataRange has been deprecated as of OWL 2. The IRI rdfs:Datatype SHOULD be used instead.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "DataRange";
        rdfs:subClassOf   rdfs:Datatype .

owl:Class  rdf:type       rdfs:Class;
        rdfs:comment      "The class of OWL classes.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "Class";
        rdfs:subClassOf   rdfs:Class .

owl:Axiom  rdf:type       rdfs:Class;
        rdfs:comment      "The class of annotated axioms for which the RDF serialization consists of an annotated subject, predicate and object.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "Axiom";
        rdfs:subClassOf   rdfs:Resource .

owl:AsymmetricProperty
        rdf:type          rdfs:Class;
        rdfs:comment      "The class of asymmetric properties.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "AsymmetricProperty";
        rdfs:subClassOf   owl:ObjectProperty .

owl:AnnotationProperty
        rdf:type          rdfs:Class;
        rdfs:comment      "The class of annotation properties.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "AnnotationProperty";
        rdfs:subClassOf   rdf:Property .

owl:Annotation  rdf:type  rdfs:Class;
        rdfs:comment      "The class of annotated annotations for which the RDF serialization consists of an annotated subject, predicate and object.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "Annotation";
        rdfs:subClassOf   rdfs:Resource .

owl:AllDisjointProperties
        rdf:type          rdfs:Class;
        rdfs:comment      "The class of collections of pairwise disjoint properties.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "AllDisjointProperties";
        rdfs:subClassOf   rdfs:Resource .

owl:AllDisjointClasses
        rdf:type          rdfs:Class;
        rdfs:comment      "The class of collections of pairwise disjoint classes.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "AllDisjointClasses";
        rdfs:subClassOf   rdfs:Resource .

owl:AllDifferent  rdf:type  rdfs:Class;
        rdfs:comment      "The class of collections of pairwise different individuals.";
        rdfs:isDefinedBy  owl:;
        rdfs:label        "AllDifferent";
        rdfs:subClassOf   rdfs:Resource .

<http://www.w3.org/2002/07/owl>
        rdf:type                       owl:Ontology;
        rdfs:comment                   "\n  This ontology partially describes the built-in classes and\n  properties that together form the basis of the RDF/XML syntax of OWL 2.\n  The content of this ontology is based on Tables 6.1 and 6.2\n  in Section 6.4 of the OWL 2 RDF-Based Semantics specification,\n  available at http://www.w3.org/TR/owl2-rdf-based-semantics/.\n  Please note that those tables do not include the different annotations\n  (labels, comments and rdfs:isDefinedBy links) used in this file.\n  Also note that the descriptions provided in this ontology do not\n  provide a complete and correct formal description of either the syntax\n  or the semantics of the introduced terms (please see the OWL 2\n  recommendations for the complete and normative specifications).\n  Furthermore, the information provided by this ontology may be\n  misleading if not used with care. This ontology SHOULD NOT be imported\n  into OWL ontologies. Importing this file into an OWL 2 DL ontology\n  will cause it to become an OWL 2 Full ontology and may have other,\n  unexpected, consequences.\n   ";
        rdfs:isDefinedBy               <http://www.w3.org/TR/owl2-mapping-to-rdf/> , <http://www.w3.org/TR/owl2-syntax/> , <http://www.w3.org/TR/owl2-rdf-based-semantics/>;
        rdfs:seeAlso                   <http://www.w3.org/TR/owl2-rdf-based-semantics/#table-axiomatic-properties> , <http://www.w3.org/TR/owl2-rdf-based-semantics/#table-axiomatic-classes>;
        dc:title                       "The OWL 2 Schema vocabulary (OWL 2)";
        owl:imports                    <http://www.w3.org/2000/01/rdf-schema>;
        owl:versionIRI                 <http://www.w3.org/2002/07/owl>;
        owl:versionInfo                "$Date: 2009/11/15 10:54:12 $";
        grddl:namespaceTransformation  <http://dev.w3.org/cvsweb/2009/owl-grddl/owx2rdf.xsl> .
