NTNames:residentPlaceOf leaf node


URI

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

Label

residentPlaceOf

Inherits from

Usage

DOMAINPROPERTYRANGE
NTNames:Region , Blank node (see implementation) NTNames:residentPlaceOf 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#> .

:residentPlaceOf a owl:ObjectProperty ;
    rdfs:domain :Region ;
    rdfs:range [ a owl:Class ;
            owl:unionOf ( :Human :GroupOfPeople ) ] ;
    rdfs:subPropertyOf :visitedPlaceOf ;
    owl:inverseOf :residentPlace .