Countries:VirtualTerritory leaf node


URI

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

Label

VirtualTerritory

Description

A virtual territory does not exist in reality.

Example: France, Metropolitan, is limited to the European part of France, excluding overseas territories.

Superclasses (1)

Usage

Instances of Countries:VirtualTerritory 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#> .

:VirtualTerritory a owl:Class ;
    rdfs:comment """A virtual territory does not exist in reality. 

Example: France, Metropolitan, is limited to the European part of France, excluding overseas territories.""" ;
    rdfs:subClassOf :Country ;
    owl:disjointWith :AssociatedState,
        :FullyDependentTerritory,
        :IndependenceDisputedState,
        :IndependentState,
        :OccupiedTerritory,
        :UnclaimableTerritory,
        :VirtuallyAnnexedTerritory .