NTNames:subregion leaf node


URI

http://semanticbible.org/ns/2006/NTNames#subregion

Label

subregion

Description

Inverse of subregionOf

Usage

DOMAINPROPERTYRANGE
NTNames:GeographicArea NTNames:subregion NTNames:GeographicArea

Implementation

@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 .