s4city:Country — Country

IRI
https://saref.etsi.org/saref4city/Country
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/
Download serialization
License

Definition of s4city:Country

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

A country is a region that is identified as a distinct national entity in political geography. (https://en.wikipedia.org/wiki/Country)

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/> dct:references s4city:Country ;
    dct:subject s4city:Country .

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

s4city:Country a owl:Class ;
    rdfs:label "Country"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4city/v1.1.2/>,
        <https://saref.etsi.org/saref4city/v2.1.1/> ;
    rdfs:comment "A country is a region that is identified as a distinct national entity in political geography. (https://en.wikipedia.org/wiki/Country)"@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 "Country" .