@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 metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns0: <http://org.semanticweb.owlapi/error#> . @prefix ns1: <http://data.archiveshub.ac.uk/def/> . ns1:Family rdfs:subClassOf foaf:Agent . ns1:Repository rdfs:subClassOf foaf:Agent . ns1:accessProvidedBy rdfs:range foaf:Agent . ns1:administers rdfs:domain foaf:Agent . ns1:isAdministeredBy rdfs:range foaf:Agent . ns1:isOriginationOf rdfs:domain foaf:Agent . ns1:isPublisherOf rdfs:domain foaf:Agent . ns1:origination rdfs:range foaf:Agent . ns1:providesAccessTo rdfs:domain foaf:Agent . ns0:Error1 rdfs:subClassOf foaf:Agent . foaf:Agent metadata_def:mappingLoom "agent" ; metadata_def:mappingSameURI foaf:Agent ; metadata_def:prefLabel "Agent" ; metadata:prefixIRI "foaf:Agent" ; a owl:Class ; rdfs:subClassOf owl:Thing .
@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 metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns0: <http://org.semanticweb.owlapi/error#> .
@prefix ns1: <http://data.archiveshub.ac.uk/def/> .

ns1:Family
    rdfs:subClassOf foaf:Agent .

ns1:Repository
    rdfs:subClassOf foaf:Agent .

ns1:accessProvidedBy
    rdfs:range foaf:Agent .

ns1:administers
    rdfs:domain foaf:Agent .

ns1:isAdministeredBy
    rdfs:range foaf:Agent .

ns1:isOriginationOf
    rdfs:domain foaf:Agent .

ns1:isPublisherOf
    rdfs:domain foaf:Agent .

ns1:origination
    rdfs:range foaf:Agent .

ns1:providesAccessTo
    rdfs:domain foaf:Agent .

ns0:Error1
    rdfs:subClassOf foaf:Agent .

foaf:Agent
    metadata_def:mappingLoom "agent" ;
    metadata_def:mappingSameURI foaf:Agent ;
    metadata_def:prefLabel "Agent" ;
    metadata:prefixIRI "foaf:Agent" ;
    a owl:Class ;
    rdfs:subClassOf owl:Thing .