s4city:Neighbourhood — Neighbourhood

IRI
https://saref.etsi.org/saref4city/Neighbourhood
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/v1.1.2/example/example1#
https://saref.etsi.org/saref4city/v2.1.1/
https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion#
Download serialization
License

Definition of s4city:Neighbourhood

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

A neighbourhood (British English), or neighborhood (American English; see spelling differences), is a geographically localised community within a larger city, town, suburb or rural area. (https://en.wikipedia.org/wiki/Neighbourhood)

Description as a Class

has super-classes
s4city:AdministrativeArea

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@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/> .

<https://saref.etsi.org/saref4city/v1.1.2/example/example1#> dct:references s4city:Neighbourhood .

<https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion#> dct:references s4city:Neighbourhood .

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

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

s4city:Neighbourhood a owl:Class ;
    rdfs:label "Neighbourhood"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4city/v1.1.2/>,
        <https://saref.etsi.org/saref4city/v1.1.2/example/example1#>,
        <https://saref.etsi.org/saref4city/v2.1.1/>,
        <https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion#> ;
    rdfs:comment "A neighbourhood (British English), or neighborhood (American English; see spelling differences), is a geographically localised community within a larger city, town, suburb or rural area. (https://en.wikipedia.org/wiki/Neighbourhood)"@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/> ;
    rdfs:subClassOf s4city:AdministrativeArea ;
    ns1:hiddenLabel "Neighbourhood" .