@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns0: <http://dublincore.org/usage/terms/history/#> . dct:Location metadata_def:mappingLoom "location" ; metadata_def:mappingSameURI dct:Location ; metadata_def:prefLabel "Location" ; metadata:prefixIRI "terms:Location" ; dct:hasVersion ns0:Location-001 ; dct:issued "2008-01-14"^^<http://www.w3.org/2001/XMLSchema#date> ; a owl:Class, owl:NamedIndividual ; rdfs:comment "A spatial region or named place."@en ; rdfs:isDefinedBy <http://purl.org/dc/terms/> ; rdfs:label "Location"@en ; rdfs:subClassOf dct:LocationPeriodOrJurisdiction . dct:spatial rdfs:range dct:Location .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns0: <http://dublincore.org/usage/terms/history/#> .

dct:Location
    metadata_def:mappingLoom "location" ;
    metadata_def:mappingSameURI dct:Location ;
    metadata_def:prefLabel "Location" ;
    metadata:prefixIRI "terms:Location" ;
    dct:hasVersion ns0:Location-001 ;
    dct:issued "2008-01-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:comment "A spatial region or named place."@en ;
    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
    rdfs:label "Location"@en ;
    rdfs:subClassOf dct:LocationPeriodOrJurisdiction .

dct:spatial
    rdfs:range dct:Location .