@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ps: <http://www.w3.org/2015/03/inspire/ps#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix skos: <http://www.w3.org/2008/05/skos#> .
@prefix cc: <http://creativecommons.org/ns#> .

<http://www.w3.org/2015/03/inspire/ps> a owl:Ontology;
    dcterms:title "SmOD Protected Sites Vocabulary"@en;
    dcterms:description "This Vocabulary represents in RDF the part of the INSPIRE Protected Sites Model that was included in the data model developed under the Smart Open Data project http://www.smartopendata.eu/."@en;
    dcterms:modified "2015-04-30"^^xsd:date;
    dcterms:modified "2015-05-07"^^xsd:date;
    vann:preferredNamespaceUri "http://www.w3.org/2015/03/inspire/ps#";
    vann:preferredNamespacePrefix "ps";
    foaf:homepage <http://www.w3.org/2015/03/inspire/ps.html>;
    dcterms:created "2014-09-02"^^xsd:date;
    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:creator <http://philarcher.org/foaf.rdf#me>, <http://mynarz.net/#jindrich>, [foaf:PersonalProfileDocument <https://www.linkedin.com/in/tatianatarasova>] ;
    cc:license <https://creativecommons.org/publicdomain/zero/1.0/> .

ps:ProtectedSite a rdfs:Class, owl:Class;
    rdfs:label "Protected Site@en";
    rdfs:comment "An area designated or managed within a framework of international, Community and Member States' legislation to achieve specific conservation objectives."@en;
    rdfs:subClassOf geo:SpatialObject ;
    rdfs:isDefinedBy <http://www.w3.org/2015/03/inspire/ps> .

ps:legalFoundationDate a rdf:Property, owl:DatatypeProperty;
    rdfs:label "legal foundation date"@en;
    rdfs:comment "The date that the protected site was legally created. This is the date that the real world object was created, not the date that its representation in an information system was created."@en;
    rdfs:domain ps:ProtectedSite;
    rdfs:range xsd:date ;
    rdfs:isDefinedBy <http://www.w3.org/2015/03/inspire/ps> .

ps:siteDesignation a rdf:Property;
    rdfs:label "site designation"@en;
    rdfs:comment "This property points the Protected Site to one or more of the specialisations of the Designation Value code list type http://inspire.ec.europa.eu/codelist/DesignationValue/"@en;
    rdfs:domain ps:ProtectedSite;
    rdfs:range skos:Concept ;
    rdfs:isDefinedBy <http://www.w3.org/2015/03/inspire/ps> .

ps:siteProtectionClassification a rdf:Property;
    rdfs:label "site protection classification"@en;
    rdfs:comment "This property links the Protected Site to one of the values from the site protection classification scheme proposed by INSPIRE: \"natureConservation\", \"archaeological\", \"cultural\", \"ecological\", \"landscape\", \"environment\", \"geological\". The property takes values from the SKOS scheme available at http://www.w3.org/2015/03/inspire/ProtectionClassification#"@en;
    rdfs:domain ps:ProtectedSite;
    rdfs:range skos:Concept ;
    rdfs:isDefinedBy <http://www.w3.org/2015/03/inspire/ps> .

ps:isManagedBy a rdf:Property;
    rdfs:label "is managed by"@en;
    rdfs:comment "This property specifies the managing entity of the Protected Site. It takes values from the foaf:Agent class, but more specifically, from its sub-classes: org:Organization, foaf:Group or foaf:Person."@en;
    rdfs:domain ps:ProtectedSite;
    rdfs:range foaf:Agent ;
    rdfs:isDefinedBy <http://www.w3.org/2015/03/inspire/ps> .

ps:legalFoundationDocument a rdf:Property;
    rdfs:label "legal foundation document"@en;
    rdfs:comment "This property links the Protected Site to the legal document."@en;
    rdfs:domain ps:ProtectedSite;
    rdfs:range foaf:Document ;
    rdfs:isDefinedBy <http://www.w3.org/2015/03/inspire/ps> .
