| property | value |
|---|---|
| id | 3545 |
| local link | localhost:8000/hebrew/query?id=3545 |
| original link | shebanq.ancient-data.org/hebrew/query?id=3545 |
| created by | Meeuwis Veldhoen |
| project | MA_Analytical_Tools_2019 |
| organization | VU Amsterdam |
| date created | 2019-09-17 10:46:18 |
| date modified | 2019-09-18 07:38:26 |
| date shared | 2019-09-18 08:46:42 |
Description
Usually when speaking about blessing (Hebrew: ברך) people think of an act by God towards people, but can God also be the object of this verb? Where? Compare at least two Bible translations to see how they deal with this usage.
This query looks for all occurences (clauses)where God is the object of the verb ברך. God can be called אל יהוה ,אדני ,אלוה and אלהים. The predicate could be placed either before or after the object in de clause. The amount of possibilities is 5 x 2 = 10 search-cases.
| property | value |
|---|---|
| id | 4171 |
| TF set | q3545-2017 |
| local link | localhost:8000/hebrew/query?id=3545&version=2017 |
| original link | shebanq.ancient-data.org/hebrew/query?id=3545&version=2017 |
| results | 42 |
| words in results | 78 |
| date executed | 2019-09-18 07:38:38 |
| date modified | 2019-09-18 07:38:26 |
| date published | 2019-09-18 08:46:47 |
| Emdros version | emdros 3.5.3 |
SELECT ALL OBJECTS WHERE
//Case 1 JHWH as object after predicate
[clause
[phrase function = Pred
[word FOCUS lex = "BRK["]
]
..
[phrase function = Objc
[word FOCUS lex = "JHWH/"]
]
]
OR
//Case 2 JHWH as object before predicate
[clause
[phrase function = Objc
[word FOCUS lex = "JHWH/"]
]
..
[phrase function = Pred
[word FOCUS lex = "BRK["]
]
]
OR
//Case 3 ELOHIEM as object after predicate
[clause
[phrase function = Pred
[word FOCUS lex = "BRK["]
]
..
[phrase function = Objc
[word FOCUS lex = ">LHJM/"]
]
]
OR
//Case 4 ELOHIEM as object before predicate
[clause
[phrase function = Objc
[word FOCUS lex = ">DNJ/"]
]
..
[phrase function = Pred
[word FOCUS lex = "BRK["]
]
]
OR
//Case 5 ADONAI as object after predicate
[clause
[phrase function = Pred
[word FOCUS lex = "BRK["]
]
..
[phrase function = Objc
[word FOCUS lex = ">DNJ/"]
]
]
OR
//Case 6 ADONAI as object before predicate
[clause
[phrase function = Objc
[word FOCUS lex = ">DNJ/"]
]
..
[phrase function = Pred
[word FOCUS lex = "BRK["]
]
]
OR
//Case 7 EL as object after predicate
[clause
[phrase function = Pred
[word FOCUS lex = "BRK["]
]
..
[phrase function = Objc
[word FOCUS lex = ">L/"]
]
]
OR
//Case 8 EL as object before predicate
[clause
[phrase function = Objc
[word FOCUS lex = ">L/"]
]
..
[phrase function = Pred
[word FOCUS lex = "BRK["]
]
]
OR
//Case 9 ELOAH as object after predicate
[clause
[phrase function = Pred
[word FOCUS lex = "BRK["]
]
..
[phrase function = Objc
[word FOCUS lex = ">LWH/"]
]
]
OR
//Case 10 ELOAH as object before predicate
[clause
[phrase function = Objc
[word FOCUS lex = ">LWH/"]
]
..
[phrase function = Pred
[word FOCUS lex = "BRK["]
]
]