@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://rs.tdwg.org/dwc/dwctype/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix obo_purl: <http://purl.obolibrary.org/obo/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . obo_purl:BFO_0000006 rdfs:subClassOf ns0:Location ; owl:equivalentClass ns0:Location . ns0:Location metadata_def:mappingLoom "location" ; metadata_def:mappingSameURI ns0:Location ; metadata_def:prefLabel "Location" ; obo_purl:BCO_0000060 "location of an event"@en ; obo_purl:IAO_0000114 obo_purl:IAO_0000123 ; obo_purl:IAO_0000424 "The site where a process occurs. In the context of Dawrin Core, this is generally where a specimen is collected, an organism is observed or a measurement is taken."@en ; a owl:Class ; rdfs:subClassOf obo_purl:BFO_0000006, owl:Thing .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://rs.tdwg.org/dwc/dwctype/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix obo_purl: <http://purl.obolibrary.org/obo/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

obo_purl:BFO_0000006
    rdfs:subClassOf ns0:Location ;
    owl:equivalentClass ns0:Location .

ns0:Location
    metadata_def:mappingLoom "location" ;
    metadata_def:mappingSameURI ns0:Location ;
    metadata_def:prefLabel "Location" ;
    obo_purl:BCO_0000060 "location of an event"@en ;
    obo_purl:IAO_0000114 obo_purl:IAO_0000123 ;
    obo_purl:IAO_0000424 "The site  where a process occurs. In the context of Dawrin Core, this is generally where a specimen is collected, an organism is observed or a measurement is taken."@en ;
    a owl:Class ;
    rdfs:subClassOf obo_purl:BFO_0000006, owl:Thing .