@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 lc: <http://www.w3.org/2015/03/inspire/lc#> .
@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/lc> a owl:Ontology;
    dcterms:title "SmOD Land Cover Vocabulary"@en;
    dcterms:description "This Vocabulary represents in RDF the part of the INSPIRE Land Cover 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/lc#";
    vann:preferredNamespacePrefix "lc";
    foaf:homepage <http://www.w3.org/2015/03/inspire/lc.html>;
    dcterms:created "2015-04-27"^^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/> .

lc:corineLandCover a rdf:Property;
    rdfs:label "corine land cover"@en;
    rdfs:comment "This property links the Spatial Object to the Corine Land Cover taxonomy is defined by the European Environment Information and Observation Network (EIONET). It takes values from the SKOS representation of the taxonomy available at http://www.w3.org/2015/03/corine"@en;
    rdfs:domain geo:SpatialObject;
    rdfs:range skos:Concept ;
    rdfs:subPropertyOf <http://portele.de/ont/inspire/lcv#class> ;
    rdfs:isDefinedBy <http://www.w3.org/2015/03/inspire/lc> .