NTNames:LNID leaf node


URI

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

Label

Louw-Nida identifier

Description

Louw-Nida identifier, keying specific Greek terms (and their English translations) to their taxonomy of semantic domains. A string like "33.X'.439" identifies the term sumballo, which can be translated as "to express differences of opinion in a forceful way". In their scheme, this has domain index 33 (Communication), with sub-domain index X' (Dispute, Debate). The final integer index uniquely defines this term (but the same term may have multiple senses). The sub-domain index can be determined from the term index, but it seems helpful to include both. Note the possible values of the sub-domain index are A-Z, then A'-Z', etc.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) NTNames:LNID xsd:string

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

:LNID a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "Louw-Nida identifier"@en ;
    rdfs:comment "Louw-Nida identifier, keying specific Greek terms (and their English translations) to their taxonomy of semantic domains. A string like \"33.X'.439\" identifies the term sumballo, which can be translated as \"to express differences of opinion in a forceful way\". In their scheme, this has domain index 33 (Communication), with sub-domain index X' (Dispute, Debate). The final integer index uniquely defines this term (but the same term may have multiple senses). The sub-domain index can be determined from the term index, but it seems helpful to include both. Note the possible values of the sub-domain index are A-Z, then A'-Z', etc."@en ;
    rdfs:range xsd:string .