<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:ns0="https://uri.etsi.org/ngsi-ld/" xmlns:metadata_def="http://data.bioontology.org/metadata/def/" xmlns:metadata="http://data.bioontology.org/metadata/"> <owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"> <rdfs:subClassOf rdf:resource="https://uri.etsi.org/ngsi-ld/Entity"/> <rdfs:label xml:lang="en">Agent</rdfs:label> <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/> <rdfs:comment>The Agent class is the class of agents i.e. things that do stuff. A well known sub-class is foaf:Person, representing people. Other kinds of agents include foaf:Organization and foaf:Group.</rdfs:comment> <metadata_def:prefLabel xml:lang="en">Agent</metadata_def:prefLabel> <metadata_def:mappingLoom>agent</metadata_def:mappingLoom> <metadata_def:mappingSameURI rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <metadata:prefixIRI>foaf:Agent</metadata:prefixIRI> </owl:Class> <rdf:Description rdf:about="http://def.seegrid.csiro.au/isotc211/iso19115/2003/citation#ResponsibleParty"> <owl:equivalentClass> <rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Agent"> <metadata_def:mappingSameURI rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> </rdf:Description> </owl:equivalentClass> </rdf:Description> <rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Person"> <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> </rdf:Description> <rdf:Description rdf:about="https://schema.org/Organization"> <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> </rdf:Description> <rdf:Description rdf:about="https://schema.org/Person"> <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> </rdf:Description> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:ns0="https://uri.etsi.org/ngsi-ld/" xmlns:metadata_def="http://data.bioontology.org/metadata/def/" xmlns:metadata="http://data.bioontology.org/metadata/">
  <owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent">
    <rdfs:subClassOf rdf:resource="https://uri.etsi.org/ngsi-ld/Entity"/>
    <rdfs:label xml:lang="en">Agent</rdfs:label>
    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
    <rdfs:comment>The Agent class is the class of agents i.e. things that do stuff. A well known sub-class is foaf:Person, representing people. Other kinds of agents include foaf:Organization and foaf:Group.</rdfs:comment>
    <metadata_def:prefLabel xml:lang="en">Agent</metadata_def:prefLabel>
    <metadata_def:mappingLoom>agent</metadata_def:mappingLoom>
    <metadata_def:mappingSameURI rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
    <metadata:prefixIRI>foaf:Agent</metadata:prefixIRI>
  </owl:Class>
  <rdf:Description rdf:about="http://def.seegrid.csiro.au/isotc211/iso19115/2003/citation#ResponsibleParty">
    <owl:equivalentClass>
      <rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Agent">
        <metadata_def:mappingSameURI rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
      </rdf:Description>
    </owl:equivalentClass>
  </rdf:Description>
  <rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Person">
    <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
  </rdf:Description>
  <rdf:Description rdf:about="https://schema.org/Organization">
    <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
  </rdf:Description>
  <rdf:Description rdf:about="https://schema.org/Person">
    <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
  </rdf:Description>
</rdf:RDF>