@prefix dcterms: . @prefix xsd: . @prefix foaf: . @prefix vann: . @prefix skos: . @prefix pspc: . @prefix cc: . a skos:ConceptScheme ; dcterms:issued "2015-04-20"^^xsd:date ; dcterms:creator ; cc:license ; dcterms:title "The INSPIRE Protection Classification Enumeration values expressed in SKOS"@en ; dcterms:description """In the INSPIRE data model, the value of the siteProtectionClassification property of a Proteted Site, must be one of a defined list of string values. This is a SKOS representation of that enumeration. Note that lower camel case is used so that no adjustment in capitalisation is necessary when converting enumerated values to the URIs of these concepts."""@en ; foaf:maker [foaf:homepage ]; vann:preferredPrefix "pspc" ; dcterms:publisher [foaf:homepage ; foaf:name "SmartOpenData project"] ; dcterms:partOf ; dcterms:type ; dcterms:status ; dcterms:source dcterms:hasFormat , . pspc:natureConservation a skos:Concept ; skos:prefLabel "nature conservation"@en ; skos:inScheme . pspc:archaeological a skos:Concept ; skos:prefLabel "archaeological"@en ; skos:inScheme . pspc:cultural a skos:Concept ; skos:prefLabel "cultural"@en ; skos:inScheme . pspc:ecological a skos:Concept ; skos:prefLabel "ecological"@en ; skos:inScheme . pspc:landscape a skos:Concept ; skos:prefLabel "landscape"@en ; skos:inScheme . pspc:environment a skos:Concept ; skos:prefLabel "environment"@en ; skos:inScheme . pspc:geological a skos:Concept ; skos:prefLabel "geological"@en ; skos:inScheme .