NTNames:locationOf leaf node


URI

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

Label

locationOf

Usage

DOMAINPROPERTYRANGE
NTNames:GeographicLocation NTNames:locationOf 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#> .

:locationOf a owl:InverseFunctionalProperty,
        owl:ObjectProperty ;
    rdfs:domain :GeographicLocation ;
    rdfs:range :GeographicArea ;
    owl:inverseOf :location .