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

br:Bio-geographicalRegion a rdfs:Class, owl:Class;
    rdfs:label "Bio-geographical Region"@en;
    rdfs:comment "This class represents a geometry defining the ecological region."@en;
    rdfs:subClassOf geo:SpatialObject ;
    rdfs:isDefinedBy <http://www.w3.org/2015/03/inspire/br> .

br:regionClassification a rdf:Property;
    rdfs:label "region classification"@en;
    rdfs:comment "This property provides the region class code, according to a classification scheme. The range of this property is undefined, as it can take values from one of the 4 classification schemes defined by INSPIRE http://inspire.ec.europa.eu/codelist/RegionClassificationSchemeValue/ or any of the other regional classification schemes."@en;
    rdfs:domain br:Bio-geographicalRegion ;
    rdfs:isDefinedBy <http://www.w3.org/2015/03/inspire/br> .

br:regionClassificationLevel a rdf:Property;
    rdfs:label "region classification level"@en;
    rdfs:comment "This property specifies the classification level of the Bio-geographical Region in the INSPIRE RegionClassificationLevel scheme http://inspire.ec.europa.eu/codelist/RegionClassificationLevelValue/"@en;
    rdfs:domain br:Bio-geographicalRegion;
    rdfs:range skos:Concept ;
    rdfs:isDefinedBy <http://www.w3.org/2015/03/inspire/br> .