@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

dcterms:LocationPeriodOrJurisdiction a rdfs:Class ;
    rdfs:label "Location, Period, or Jurisdiction"@en ;
    dcterms:issued "2008-01-14"^^xsd:date ;
    rdfs:comment "A location, period of time, or jurisdiction."@en ;
    rdfs:isDefinedBy dcterms: .