@prefix dcterms: <http://purl.org/dc/terms/>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix vann: <http://purl.org/vocab/vann/>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix pspc: <http://www.w3.org/2015/03/inspire/ProtectionClassification#> .
@prefix cc: <http://creativecommons.org/ns#> .


<http://www.w3.org/2015/03/inspire/ProtectionClassification> a skos:ConceptScheme ;
  dcterms:issued "2015-04-20"^^xsd:date ;
  dcterms:creator <http://philarcher.org/foaf.rdf#me> ;
  cc:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
  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 <http://www.smartopendata.eu/>];
  vann:preferredPrefix "pspc" ;
  dcterms:publisher [foaf:homepage <http://www.smartopendata.eu>; foaf:name "SmartOpenData project"] ;
  dcterms:partOf <http://www.w3.org/2015/03/inspire/>;
  dcterms:type <http://purl.org/adms/assettype/Ontology>;
  dcterms:status <http://purl.org/adms/status/UnderDevelopment>;
  dcterms:source <http://inspire.ec.europa.eu/index.cfm/pageid/2/list/datamodels> 
  dcterms:hasFormat <http://www.w3.org/2015/03/inspire/ProtectionClassification.ttl>, <http://www.w3.org/2015/03/inspire/ProtectionClassification.rdf> .


pspc:natureConservation a skos:Concept ;
  skos:prefLabel "nature conservation"@en ;
  skos:inScheme <http://www.w3.org/2015/03/inspire/ProtectionClassification> .

pspc:archaeological a skos:Concept ;
  skos:prefLabel "archaeological"@en ;
  skos:inScheme <http://www.w3.org/2015/03/inspire/ProtectionClassification> .

pspc:cultural a skos:Concept ;
  skos:prefLabel "cultural"@en ;
  skos:inScheme <http://www.w3.org/2015/03/inspire/ProtectionClassification> .

pspc:ecological a skos:Concept ;
  skos:prefLabel "ecological"@en ;
  skos:inScheme <http://www.w3.org/2015/03/inspire/ProtectionClassification> .

pspc:landscape a skos:Concept ;
  skos:prefLabel "landscape"@en ;
  skos:inScheme <http://www.w3.org/2015/03/inspire/ProtectionClassification> .

pspc:environment a skos:Concept ;
  skos:prefLabel "environment"@en ;
  skos:inScheme <http://www.w3.org/2015/03/inspire/ProtectionClassification> .

pspc:geological a skos:Concept ;
  skos:prefLabel "geological"@en ;
  skos:inScheme <http://www.w3.org/2015/03/inspire/ProtectionClassification> .
