<?xml version="1.0"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns="http://www.ontology.se/examples/ComplexPet.owl#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:Pets="http://www.ontology.se/examples/Pets.owl#"
  xml:base="http://www.ontology.se/examples/ComplexPet.owl">
  <owl:Ontology rdf:about="">
    <owl:imports rdf:resource="http://www.ontology.se/examples/Pets.owl"/>
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Created with TopBraid Composer</owl:versionInfo>
  </owl:Ontology>
  <owl:Class rdf:ID="AnimalLover">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <rdf:Description rdf:about="http://www.ontology.se/examples/Person.owl#Person"/>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="http://www.ontology.se/examples/Animal.owl#Animal"/>
            <owl:onProperty rdf:resource="http://www.ontology.se/examples/Pets.owl#hasPet"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >animal lover</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
  </owl:Class>
</rdf:RDF>

<!-- Created with TopBraid Composer -->
