<?xml version="1.0"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:Animal="http://www.ontology.se/examples/Animal.owl#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns="http://www.ontology.se/examples/Pets.owl#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:Person="http://www.ontology.se/examples/Person.owl#"
  xml:base="http://www.ontology.se/examples/Pets.owl">
  <owl:Ontology rdf:about="">
    <owl:imports rdf:resource="http://www.ontology.se/examples/Animal.owl"/>
    <owl:imports rdf:resource="http://www.ontology.se/examples/Person.owl"/>
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Created with TopBraid Composer</owl:versionInfo>
  </owl:Ontology>
  <owl:ObjectProperty rdf:ID="hasPet">
    <rdfs:range rdf:resource="http://www.ontology.se/examples/Animal.owl#Animal"/>
    <rdfs:domain rdf:resource="http://www.ontology.se/examples/Person.owl#Person"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >has pet</rdfs:label>
  </owl:ObjectProperty>
</rdf:RDF>

<!-- Created with TopBraid Composer -->
