@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://purl.org/dc/terms/Location> rdf:type rdfs:Class ; rdfs:subClassOf <http://purl.org/dc/terms/LocationPeriodOrJurisdiction> ; rdfs:label "Location"@en ; rdfs:isDefinedBy <http://purl.org/dc/terms/> ; rdfs:comment "dcterms:Location class fully represents the ISA Programme Location Core Vocabulary class of Location."@en , "A spatial region or named place."@en ; <http://purl.org/dc/terms/identifier> "dcterms:Location" ; <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date ; <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"@en ; <http://purl.org/vocab/vann/usageNote> "This is the key class for the ISA Programme Location Core Vocabulary and represents any location, irrespective of size or other restriction."@en ; <http://purl.org/dc/terms/hasVersion> <http://dublincore.org/usage/terms/history/#Location-001> . <http://purl.org/dc/terms/spatial> rdfs:range <http://purl.org/dc/terms/Location> . <http://www.w3.org/ns/locn#location> rdfs:range <http://purl.org/dc/terms/Location> .