NTNames:hasOnlyGenealogyMention leaf node


URI

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

Label

has only genealogy mention

Description

The only mention of this person in the New Testament text is the genealogies of Jesus recorded in Matthew 1 and/or Luke 3. Since only limited information (their ancestry) is available about this special subset of names, this property exists to support filtering them out (or in).

Usage

DOMAINPROPERTYRANGE
NTNames:Human NTNames:hasOnlyGenealogyMention xsd:boolean

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:hasOnlyGenealogyMention a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "has only genealogy mention"@en ;
    rdfs:comment "The only mention of this person in the New Testament text is the genealogies of Jesus recorded in Matthew 1 and/or Luke 3. Since only limited information (their ancestry) is available about this special subset of names, this property exists to support filtering them out (or in). "@en ;
    rdfs:domain :Human ;
    rdfs:range xsd:boolean .