@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:PeriodOfTime a rdfs:Class ;
rdfs:label "Period of Time"@en ;
dcterms:issued "2008-01-14"^^xsd:date ;
rdfs:comment "An interval of time that is named or defined by its start and end dates."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:subClassOf dcterms:LocationPeriodOrJurisdiction .