Proper Nouns in 1 Sam16-17

property value
id 3088
local link localhost:8000/hebrew/query?id=3088
original link shebanq.ancient-data.org/hebrew/query?id=3088
created by Willem van Peursen
project G_EXOTJB 2018-2019
organization VU Amsterdam
date created 2019-03-29 08:19:22
date modified 2019-03-29 08:21:14
date shared 2019-03-29 14:12:29

Description

Searching for all proper nouns in 1 Samuel 16-17

Versions

4

property value
id 3628
TF set q3088-4
local link localhost:8000/hebrew/query?id=3088&version=4
original link shebanq.ancient-data.org/hebrew/query?id=3088&version=4
results 171
words in results 171
date executed 2019-03-29 08:28:26
date modified 2019-03-29 08:28:25
date published 2019-03-29 14:12:29
Emdros version emdros 3.5.3

Query instruction (mql)

// Two slashes indicate a comment that are not part of the query

select all objects where // Ths an obligatory part of any query

[book book = Samuel_I // "book" functions here both als "object" and as "feature". As a feature it can have various values, that can be found in the feature documentation https://etcbc.github.io/bhsa/ See in the 
   [chapter chapter = 16 OR chapter = 17
   [word focus sp = nmpr]
   ]
]

/* Dit is comment */