Countries:IndependenceDisputedState leaf node


URI

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

Label

IndependenceDisputedState

Description

A disputed state is regarded as an independent state by its own population (or at least the majority of them) and has been recognized as independent by some international body (e.g. the U.N.) at some point in the past. However, a disputed territory's status of independence is questioned by some other independent country/countries.

Example: The Republic of China (Taiwan) and the People's Republic of China hold differing views on the sovereignty of Taiwan.

Superclasses (1)

Usage

Instances of Countries:IndependenceDisputedState can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class Countries:IndependenceDisputedState
Countries:sovereigntyChallengedBy owl:ObjectProperty 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#> .

:IndependenceDisputedState a owl:Class ;
    rdfs:comment """A disputed state is regarded as an independent state by its own population (or at least the majority of them) and has been recognized as independent by some international body (e.g. the U.N.) at some point in the past. However, a disputed territory's status of independence is questioned by some other independent country/countries.  

Example: The Republic of China (Taiwan) and the People's Republic of China hold differing views on the sovereignty of Taiwan.""" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality "1"^^xsd:int ;
            owl:onProperty :sovereigntyChallengedBy ],
        :Country ;
    owl:disjointWith :AssociatedState,
        :FullyDependentTerritory,
        :OccupiedTerritory,
        :UnclaimableTerritory,
        :VirtualTerritory,
        :VirtuallyAnnexedTerritory .