Goal
Goal is a set of desired conditions (Needs), which when satisfied, we consider the goal defined by these conditions – achieved.
Prototype
[Need, Need, ...]
Examples
To have “7~15 kilograms of kittens”
, and the to have "calendar date 2017-01-27 or 2017-01-28"
[
{
"asset": {
"wikidataQ": 147
},
"unit": {
"wikidataQ": 11570
},
"in": {
"quantity": {
"leq": 15,
"geq": 7
}
}
},
{
"asset": {
"wikidataQ": 205892
},
"in": {
"range": [
"2017-01-27",
"2017-01-28"
]
}
}
]