http://semanticbible.org/ns/2006/NTNames#ethnicityOf
DOMAIN | PROPERTY | RANGE |
---|---|---|
NTNames:EthnicityAttribute | NTNames:ethnicityOf | NTNames:Human |
@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 .