NTNames:ethnicityOf leaf node


URI

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

Label

ethnicity of

Usage

DOMAINPROPERTYRANGE
NTNames:EthnicityAttribute NTNames:ethnicityOf NTNames:Human

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

:ethnicityOf a owl:ObjectProperty ;
    rdfs:label "ethnicity of"@en ;
    rdfs:domain :EthnicityAttribute ;
    rdfs:range :Human ;
    owl:inverseOf :ethnicity .