http://semanticbible.org/ns/2006/NTNames#possiblySamePersonAs
This person may be the same as the other person, though there isn't enough evidence to definitively say so. Typically the individuals will have the same name, and some overlap of circumstances that makes it possible.
DOMAIN | PROPERTY | RANGE |
---|---|---|
NTNames:Human | NTNames:possiblySamePersonAs | 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#> .
:possiblySamePersonAs a owl:ObjectProperty,
owl:SymmetricProperty ;
rdfs:label "possibly same person as"@en ;
rdfs:comment "This person may be the same as the other person, though there isn't enough evidence to definitively say so. Typically the individuals will have the same name, and some overlap of circumstances that makes it possible. "@en ;
rdfs:domain :Human ;
rdfs:range :Human ;
owl:inverseOf :possiblySamePersonAs .