Countries:VirtuallyAnnexedTerritory leaf node


URI

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

Label

VirtuallyAnnexedTerritory

Description

No government body exists, or, if one exists, it is not given recognition by the annexing country. The territory has been unilaterally annexed by some independent country, usually as a result of occupation. The annexing country imposes its legislation on the annexed territory and considers it an integral part of its own territory.

Example: The Western Sahara has been virtually annexed by Morocco.

Superclasses (1)

Usage

Instances of Countries:VirtuallyAnnexedTerritory can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class Countries:VirtuallyAnnexedTerritory
Countries:annexedTerritoryOf owl:FunctionalProperty Countries:IndependentState
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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:VirtuallyAnnexedTerritory a owl:Class ;
    rdfs:comment """No government body exists, or, if one exists, it is not given recognition by the annexing country. The territory has been unilaterally annexed by some independent country, usually as a result of occupation. The annexing country imposes its legislation on the annexed territory and considers it an integral part of its own territory.

Example: The Western Sahara has been virtually annexed by Morocco.""" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:cardinality "1"^^xsd:int ;
            owl:onProperty :annexedTerritoryOf ],
        :Country ;
    owl:disjointWith :AssociatedState,
        :FullyDependentTerritory,
        :IndependenceDisputedState,
        :IndependentState,
        :OccupiedTerritory,
        :UnclaimableTerritory,
        :VirtualTerritory .