s4city:AdministrativeArea — Administrative area

IRI
https://saref.etsi.org/saref4city/AdministrativeArea
Is defined by
https://saref.etsi.org/saref4city/v1.1.2/
https://saref.etsi.org/saref4city/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4city/v1.1.2/
https://saref.etsi.org/saref4city/v2.1.1/
https://saref.etsi.org/saref4wear/v1.1.1/
Download serialization
License

Definition of s4city:AdministrativeArea

Defined in https://saref.etsi.org/saref4city/v1.1.2/ as:

An administrative division, unit, entity, area or region, also referred to as a subnational entity, constituent unit, or country subdivision, is a portion of a country or other region delineated for the purpose of administration. (https://en.wikipedia.org/wiki/Administrative_division)

Description as a Class

Turtle

@prefix cpsv: <http://purl.org/vocab/cpsv#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4city: <https://saref.etsi.org/saref4city/> .

s4city:City rdfs:subClassOf s4city:AdministrativeArea .

s4city:Country rdfs:subClassOf s4city:AdministrativeArea .

s4city:District rdfs:subClassOf s4city:AdministrativeArea .

s4city:Neighbourhood rdfs:subClassOf s4city:AdministrativeArea .

s4city:PublicService rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom s4city:AdministrativeArea ;
            owl:onProperty cpsv:physicallyAvailableAt ] .

<https://saref.etsi.org/saref4wear/v1.1.1/> dct:references s4city:AdministrativeArea .

<https://saref.etsi.org/saref4city/v1.1.2/> dct:references s4city:AdministrativeArea ;
    dct:subject s4city:AdministrativeArea .

<https://saref.etsi.org/saref4city/v2.1.1/> dct:references s4city:AdministrativeArea ;
    dct:subject s4city:AdministrativeArea .

s4city:AdministrativeArea a owl:Class ;
    rdfs:label "Administrative area"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4city/v1.1.2/>,
        <https://saref.etsi.org/saref4city/v2.1.1/>,
        <https://saref.etsi.org/saref4wear/v1.1.1/> ;
    rdfs:comment "An administrative division, unit, entity, area or region, also referred to as a subnational entity, constituent unit, or country subdivision, is a portion of a country or other region delineated for the purpose of administration. (https://en.wikipedia.org/wiki/Administrative_division)"@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4city/v1.1.2/>,
        <https://saref.etsi.org/saref4city/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4city/v1.1.2/>,
        <https://saref.etsi.org/saref4city/v2.1.1/>,
        <https://saref.etsi.org/saref4wear/v1.1.1/> ;
    rdfs:subClassOf geo:Feature ;
    ns1:hiddenLabel "AdministrativeArea" .