http://www.bpiresearch.com/BPMO/2004/03/03/cdl/Countries#dependentTerritoryOf
DOMAIN | PROPERTY | RANGE |
---|---|---|
Countries:FullyDependentTerritory | Countries:dependentTerritoryOf | Countries:IndependentState |
@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#> .
:dependentTerritoryOf a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:domain :FullyDependentTerritory ;
rdfs:range :IndependentState ;
owl:inverseOf :hasDependentTerritory .