@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 au: <http://www.w3.org/2015/03/inspire/au#> .
@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/au> a owl:Ontology;
    dcterms:title "SmOD Administrative Units Vocabulary"@en;
    dcterms:description "This Vocabulary represents in RDF the part of the INSPIRE Administrative Units 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/au#";
    vann:preferredNamespacePrefix "au";
    foaf:homepage <http://www.w3.org/2015/03/inspire/au.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/> .

au:AdministrativeUnit a rdfs:Class, owl:Class;
    rdfs:label "Administrative unit"@en;
    rdfs:comment "This class represents a Unit of administration where a Member State has and/or exercises jurisdictional rights, for local, regional and national governance. AdministrativeUnit is the key spatial object type for representing the units of division at all levels of the administrative hierarchy. Each single unit (i.e. instance of AdministrativeUnit spatial object type) belongs to exactly one level of the respective national hierarchy."@en;
    rdfs:subClassOf geo:SpatialObject ;
    rdfs:isDefinedBy <http://www.w3.org/2015/03/inspire/au> .

au:nationalCode a rdf:Property, owl:DatatypeProperty;
    rdfs:label "national code"@en;
    rdfs:comment "This property specifies the thematic identifier corresponding to the national administrative codes defined in each country."@en;
    rdfs:domain au:AdministrativeUnit;
    rdfs:range xsd:string;
    rdfs:subPropertyOf skos:notation ;
    rdfs:isDefinedBy <http://www.w3.org/2015/03/inspire/au> .

au:nationalLevel a rdf:Property;
    rdfs:label "national level"@en;
    rdfs:comment "This property links the Administrative Unit to the level in the national administrative hierarchy, at which the Unit is established. The property takes values from the INSPIRE SKOS concept scheme for the Administrative Hierarchy Level http://inspire.ec.europa.eu/codelist/AdministrativeHierarchyLevel/"@en;
    rdfs:domain au:AdministrativeUnit;
    rdfs:range skos:Concept ;
    rdfs:isDefinedBy <http://www.w3.org/2015/03/inspire/au> .

au:country a rdf:Property;
    rdfs:label "country"@en;
    rdfs:comment "This property specifies the two-character country code of the Administrative Unit according to the Interinstitutional style guide published by the Publications Office of the European Union. The values are provided by the European Publications Office at the Metadata Registry (MDR) http://publications.europa.eu/mdr/authority/country/"@en;
    rdfs:domain au:AdministrativeUnit;
    rdfs:range skos:Concept ;
    rdfs:isDefinedBy <http://www.w3.org/2015/03/inspire/au> .
