@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:Jurisdiction metadata_def:mappingLoom "jurisdiction" ; metadata_def:mappingSameURI dct:Jurisdiction ; metadata_def:prefLabel "Jurisdiction" ; metadata:prefixIRI "terms:Jurisdiction" ; dct:hasVersion ns0:Jurisdiction-001 ; dct:issued "2008-01-14"^^<http://www.w3.org/2001/XMLSchema#date> ; a owl:Class, owl:NamedIndividual ; rdfs:comment "The extent or range of judicial, law enforcement, or other authority."@en ; rdfs:isDefinedBy <http://purl.org/dc/terms/> ; rdfs:label "Jurisdiction"@en ; rdfs:subClassOf dct:LocationPeriodOrJurisdiction .
@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:Jurisdiction
    metadata_def:mappingLoom "jurisdiction" ;
    metadata_def:mappingSameURI dct:Jurisdiction ;
    metadata_def:prefLabel "Jurisdiction" ;
    metadata:prefixIRI "terms:Jurisdiction" ;
    dct:hasVersion ns0:Jurisdiction-001 ;
    dct:issued "2008-01-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:comment "The extent or range of judicial, law enforcement, or other authority."@en ;
    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
    rdfs:label "Jurisdiction"@en ;
    rdfs:subClassOf dct:LocationPeriodOrJurisdiction .