Num. - Bileam speaks to God or God speaks to Bileam

property value
id 6932
local link localhost:8000/hebrew/query?id=6932
original link shebanq.ancient-data.org/hebrew/query?id=6932
created by André Gerritsen
project Exegesis OT-2025
organization VU Amsterdam
date created 2025-02-12 11:32:44
date modified 2025-02-19 07:53:43
date shared 2025-02-12 14:43:56

Description

This query marks the times God speaks to Bileam and the times Bileam speaks to God in Numbers. The times Bileam is in conversation with the angel of the Lord have not been included. Since the subject of the verb 'speak' is not always specified, the search also included those times when the verb 'speak' has no subject, but follows directly after Bileam or God. In this query, this gives the good results, but the second part of the query thus gives an approximate result. In Numbers 22 this yields four results, in addition there is one more result in Numbers 23.

Versions

2021

property value
id 7960
TF set q6932
local link localhost:8000/hebrew/query?id=6932&version=2021
original link shebanq.ancient-data.org/hebrew/query?id=6932&version=2021
results 12
words in results 15
date executed 2025-02-20 21:07:35
date modified 2025-02-20 21:07:35
date published 2025-02-20 21:07:49
Emdros version emdros 3.7.3

Query instruction (mql)

select all objects where
[book book = Numeri         //search only in Numbers.
  // Search first on those occasions when God or Bileam is the subject of speech and the other the object.
  [clause
    [UnorderedGroup
      [phrase function=Subj             //Subject must be God or Bileam.
        [word FOCUS lex = '>LHJM/'
                 or lex = 'BL<M/'
        ]
      ]
      [phrase function=Pred            //word function must be predicate and must be יֹּאמֶר֩or דבר. In addition, it must be a wayyiqtol.
        [word focus (lex = '>MR['
                  and vt = wayq
                    )
                 or (lex = 'DBR/'
                  and vt = wayq
                    )
        ]
      ]
      [phrase function=Cmpl            //The object must be God or Bileam.
        [word focus lex = '>LHJM/'
                 or lex = 'BL<M/'
        ]
      ]
    ]
  ]
  or
  // From here also search on the verb speak, without specified subject.
  // Note that the section below gives approximate results.  
  [clause
    // Search on a phrase in which God or Bileam is subject.
    [UnorderedGroup
      [phrase function = Subj
        [word focus lex ='>LHJM/'
                 or lex = 'BL<M/'
        ]
      ]
      // Followed by a phrase in which God or Bileam is complement.
      [phrase function = Cmpl
        [word focus lex = '>LHJM/'
                 or lex = 'BL<M/'
        ]
      ]
    ]
  ]
  // The phrases should be immediately followed by the verb 'Speaking', which should be a wayyiqtol.
  [clause typ = Way0
    // First search on a phrase without a complement.
    [phrase function = Pred
      [word focus (lex = '>MR['
                and vt = wayq
                  )
               or (lex = 'DBR/'
                and vt = wayq
                  )
      ]
    ]
    or
    // Then also search on the phrases followed by God or Bileam as a complement.
    [phrase function = Pred
      [word focus (lex = '>MR['
                and vt = wayq
                  )
               or (lex = 'DBR/'
                and vt = wayq
                  )
      ]
    ]
    [phrase function=Cmpl
      [word focus lex = 'BL<M/'
               or lex = '>LHJM/'
      ]
    ]
  ]
]