Text-Fabric dataset of the Greek New Testament, based on the Nestle 1904 (7th printing) edition.
About this datasetFeature group | Feature type | Data type | Available for node types | Used by viewtypes |
---|---|---|---|---|
Semantic |
Edge |
String |
word |
syntax-view wg-view |
Subject reference to one or more nodes.
This feature is also populated for phrase
or subphrase
, but only if they consist of just one word
node.
word
node values.
The “Subject Reference” feature is implemented as an edge feature within the data structure. Its usage can be seen in the following example, where the feature is applied in a structured query. The following examples shows two nodes being reported:
E.subjref.f(514) (524, 533)
This snippet indicates that the node with identifier 514 has a subject reference connection to nodes 524 and 533.
To demonstrate the practical application of this feature, consider the following query example:
SubQuery = ''' clause w1:word w2:word w1 -subjref> w2 ''' SubResults = PLAY.search(SubQuery) 0.17s 7755 results
This query illustrates how to retrieve relationships where one word (w1) has a subject reference to another word (w2). One example syntactical tree:
See also related node feature subjrefspec.
Based upon (optional) XML attribute subjref
of tag w
(word).