Countries:AssociatedState leaf node


URI

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

Label

AssociatedState

Description

Self-governing in free association with some independent country. An assoiated state is neither occupied nor annexed, nor is its territory considered an integral part of the country it is associated with.

Example: Cook Islands is fully responsible for internal affairs; New Zealand retains responsibility for external affairs and defense, in consultation with the Cook Islands. Cook Islands has the right at any time to move to full independence by unilateral action.

Superclasses (1)

Usage

Instances of Countries:AssociatedState can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class Countries:AssociatedState
Countries:associatedTerritoryOf 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#> .

:AssociatedState a owl:Class ;
    rdfs:comment """Self-governing in free association with some independent country. An assoiated state is neither occupied nor annexed, nor is its territory considered an integral part of the country it is associated with.

Example: Cook Islands is fully responsible for internal affairs; New Zealand retains responsibility for external affairs and defense, in consultation with the Cook Islands. Cook Islands has the right at any time to move to full independence by unilateral action.""" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:cardinality "1"^^xsd:int ;
            owl:onProperty :associatedTerritoryOf ],
        :Country ;
    owl:disjointWith :FullyDependentTerritory,
        :IndependenceDisputedState,
        :IndependentState,
        :OccupiedTerritory,
        :UnclaimableTerritory,
        :VirtualTerritory,
        :VirtuallyAnnexedTerritory .