NTNames:nativePlaceOf leaf node


URI

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

Label

nativePlaceOf

Inherits from

Usage

DOMAINPROPERTYRANGE
NTNames:GeographicArea , Blank node (see implementation) NTNames:nativePlaceOf owl:Thing (inferred)

Implementation

@prefix : <http://semanticbible.org/ns/2006/NTNames#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:nativePlaceOf a owl:InverseFunctionalProperty,
        owl:ObjectProperty ;
    rdfs:domain :GeographicArea ;
    rdfs:range [ a owl:Class ;
            owl:unionOf ( :Human :GroupOfPeople ) ] ;
    rdfs:subPropertyOf :visitedPlaceOf ;
    owl:inverseOf :nativePlace .