@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns0: <https://uri.etsi.org/ngsi-ld/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <https://schema.org/> . @prefix ns2: <http://def.seegrid.csiro.au/isotc211/iso19115/2003/citation#> . ns2:ResponsibleParty owl:equivalentClass foaf:Agent . foaf:Agent metadata_def:mappingLoom "agent" ; metadata_def:mappingSameURI foaf:Agent ; metadata_def:prefLabel "Agent"@en ; metadata:prefixIRI "foaf:Agent" ; a owl:Class ; 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:isDefinedBy <http://xmlns.com/foaf/0.1/> ; rdfs:label "Agent"@en ; rdfs:subClassOf ns0:Entity . foaf:Person rdfs:subClassOf foaf:Agent . ns1:Organization rdfs:subClassOf foaf:Agent . ns1:Person rdfs:subClassOf foaf:Agent .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns0: <https://uri.etsi.org/ngsi-ld/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <https://schema.org/> .
@prefix ns2: <http://def.seegrid.csiro.au/isotc211/iso19115/2003/citation#> .

ns2:ResponsibleParty
    owl:equivalentClass foaf:Agent .

foaf:Agent
    metadata_def:mappingLoom "agent" ;
    metadata_def:mappingSameURI foaf:Agent ;
    metadata_def:prefLabel "Agent"@en ;
    metadata:prefixIRI "foaf:Agent" ;
    a owl:Class ;
    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:isDefinedBy <http://xmlns.com/foaf/0.1/> ;
    rdfs:label "Agent"@en ;
    rdfs:subClassOf ns0:Entity .

foaf:Person
    rdfs:subClassOf foaf:Agent .

ns1:Organization
    rdfs:subClassOf foaf:Agent .

ns1:Person
    rdfs:subClassOf foaf:Agent .