@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 sd: <http://www.w3.org/2015/03/inspire/sd#> .
@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/> a owl:Ontology;
    dcterms:title "Aggregated SmartOpenData INSPIRE Vocabularies"@en;
    dcterms:description """This Vocabulary is an aggregate of the classes and properites 
      in the data model developed under the Smart Open Data project http://www.smartopendata.eu/.
      The model is based on the INSPIRE model but follows a Linked Data approach rather then
      attempting to recreate the INSPIRE model in full. Only the classes and properties
      useful to the SmOD project are included. Other projects are welcome to suggest additions
      to these vocabularies. Please contact phila@w3.org to do this."""@en;
    foaf:homepage <http://www.w3.org/2015/03/inspire/Overview.html>;
    dcterms:created "2015-05-07"^^xsd:date;
    dcterms:modified "2015-05-17"^^xsd:date;
    dcterms:publisher [foaf:homepage <http://www.smartopendata.eu>; foaf:name "SmartOpenData project"] ;
    dcterms:hasPart <http://www.w3.org/2015/03/inspire/lc>;
    dcterms:hasPart <http://www.w3.org/2015/03/inspire/ps>;
    dcterms:hasPart <http://www.w3.org/2015/03/inspire/ProtectionClassification>;
    dcterms:hasPart <http://www.w3.org/2015/03/inspire/lu>;
    dcterms:hasPart <http://www.w3.org/2015/03/inspire/au>;
    dcterms:hasPart <http://www.w3.org/2015/03/inspire/br>;
    dcterms:hasPart <http://www.w3.org/2015/03/inspire/sd>;
    dcterms:hasPart <http://www.w3.org/2015/03/inspire/ef>;
    dcterms:hasPart <http://www.w3.org/2015/03/inspire/cp>;
    owl:imports <http://www.w3.org/2015/03/inspire/lc>;
    owl:imports <http://www.w3.org/2015/03/inspire/ps>;
    owl:imports <http://www.w3.org/2015/03/inspire/ProtectionClassification>;
    owl:imports <http://www.w3.org/2015/03/inspire/lu>;
    owl:imports <http://www.w3.org/2015/03/inspire/au>;
    owl:imports <http://www.w3.org/2015/03/inspire/br>;
    owl:imports <http://www.w3.org/2015/03/inspire/sd>;
    owl:imports <http://www.w3.org/2015/03/inspire/ef>;
    owl:imports <http://www.w3.org/2015/03/inspire/cp>;
    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/> .

