Fun with ConceptNet (probably should have included this sample before the last release .... ah well):
```jlv@korok:~/Code/okb/apps/fizz$ ./fizz.x64 ./etc/samples/cnet.json
fizz 0.7.0-X (20200701.0757) [lnx.x64|4|l]
Press the ESC key at anytime for input prompt
load : loading ./etc/samples/cnet.json ...
load : loaded ./mod/lnx/x64/modWWW.so in 0.002s
load : loading ./etc/samples/cnet.fizz ...
load : loaded ./etc/samples/cnet.fizz in 0.023s
load : loading completed in 0.028s
?- #cnet.query(at.location,kitchen,:l)
-> ( [[food, 7.211103], [corner_cupboard, 6.928203], [knife, 6.928203], [potato, 6.928203], [sink, 6.928203], [fork, 5.291503], [mouse, 5.291503], [table, 5.291503], [plate, 5.291503], [linoleum, 4.898979]] ) := 1.00 (0.428) 1
?- #cnet.query(where,knife,:l)
-> ( [[kitchen, 6.928203], [drawer, 4.472136], [pocket, 3.464102], [kitchen_drawer, 3.464102], [backpack, 1], [back, 1], [stabbing_victim, 1], [silverware_drawer, 1], [ex_husbands_back, 1], [fishing_boat, 1]] ) := 1.00 (0.270) 1
?- #cnet.query(cause,hunger,:l)
-> ( [[discomfort, 1]] ) := 1.00 (0.322) 1```
The questions are:
- what can one find in a kitchen?
- where can one find a knife?
- what can hunger cause?