Countries:FullyDependentTerritory leaf node


URI

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

Label

FullyDependentTerritory

Description

Self-governing to some limited degree; considered an integral part of an independent country.

Example: Christmas Island is a territory of Australia; administered by the Australian Department of Transport and Regional Services. Christmas Island does not have the right to move to full independence by unilateral action.

Superclasses (1)

Usage

Instances of Countries:FullyDependentTerritory can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class Countries:FullyDependentTerritory
Countries:dependentTerritoryOf 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#> .

:FullyDependentTerritory a owl:Class ;
    rdfs:comment """Self-governing to some limited degree; considered an integral part of an independent country.

Example: Christmas Island is a territory of Australia; administered by the Australian Department of Transport and Regional Services. Christmas Island does not have the right to move to full independence by unilateral action.""" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:cardinality "1"^^xsd:int ;
            owl:onProperty :dependentTerritoryOf ],
        :Country ;
    owl:disjointWith :AssociatedState,
        :IndependenceDisputedState,
        :IndependentState,
        :OccupiedTerritory,
        :UnclaimableTerritory,
        :VirtualTerritory,
        :VirtuallyAnnexedTerritory .