Countries:UnclaimableTerritory leaf node


URI

http://www.bpiresearch.com/BPMO/2004/03/03/cdl/Countries#UnclaimableTerritory

Label

UnclaimableTerritory

Description

No government body exists. The territory is not or cannot be claimed by an independent country.

Example: Antarctica is unclaimed resp. unclaimable territory. An Antarctic Treaty was negotiated that neither denies nor gives recognition to existing territorial claims.

Superclasses (1)

Usage

Instances of Countries:UnclaimableTerritory can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class Countries:Country
Countries:nameEnglish owl:DatatypeProperty The name of the country in the English language xsd:string
Countries:nameEnglishLong owl:DatatypeProperty xsd:string
Countries:nameLocal owl:DatatypeProperty The name of the country in local language, using ISO-8859 characters. xsd:string
Countries:nameLocalLong owl:DatatypeProperty xsd:string
Countries:referencedByISO3166 owl:FunctionalProperty Countries:ISO3166DefinedCountry
From class owl:Thing
Countries:creationTimestamp owl:DatatypeProperty xsd:dateTime
Countries:deletionTimestamp owl:DatatypeProperty xsd:dateTime
Countries:modificationTimestamp owl:DatatypeProperty xsd:dateTime

Implementation

@prefix : <http://www.bpiresearch.com/BPMO/2004/03/03/cdl/Countries#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:UnclaimableTerritory a owl:Class ;
    rdfs:comment """No government body exists. The territory is not or cannot be claimed by an independent country.

Example: Antarctica is unclaimed resp. unclaimable territory. An Antarctic Treaty was negotiated that neither denies nor gives recognition to existing territorial claims.""" ;
    rdfs:subClassOf :Country ;
    owl:disjointWith :AssociatedState,
        :FullyDependentTerritory,
        :IndependenceDisputedState,
        :IndependentState,
        :OccupiedTerritory,
        :VirtualTerritory,
        :VirtuallyAnnexedTerritory .