http://semanticbible.org/ns/2006/NTNames#subregion
Inverse of subregionOf
DOMAIN | PROPERTY | RANGE |
---|---|---|
NTNames:GeographicArea | NTNames:subregion | NTNames:GeographicArea |
@prefix : <http://semanticbible.org/ns/2006/NTNames#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:subregion a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "subregion"@en ;
rdfs:comment "Inverse of subregionOf"@en ;
rdfs:domain :GeographicArea ;
rdfs:range :GeographicArea ;
owl:inverseOf :subregionOf .