eyeling 1.24.4 → 1.24.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (301) hide show
  1. package/HANDBOOK.md +2 -101
  2. package/README.md +2 -2
  3. package/dist/browser/eyeling.browser.js +256 -4
  4. package/examples/annotation.n3 +3 -4
  5. package/{see/examples/n3/backward_recursion.n3 → examples/backward-recursion.n3} +0 -2
  6. package/examples/collection.n3 +1 -2
  7. package/examples/context-association.n3 +56 -30
  8. package/{see/examples/n3/dijkstra_risk_path.n3 → examples/dijkstra-risk-path.n3} +3 -18
  9. package/{see/examples/n3/eco_route_insight.n3 → examples/eco-route-insight.n3} +2 -47
  10. package/{see/examples/n3/genetic_knapsack_selection.n3 → examples/genetic-knapsack-selection.n3} +2 -24
  11. package/{see/examples → examples}/input/annotation.trig +3 -3
  12. package/{see/examples/input/backward_recursion.trig → examples/input/backward-recursion.trig} +2 -2
  13. package/{see/examples/input/builtin_coverage.trig → examples/input/builtin-coverage.trig} +2 -2
  14. package/{see/examples → examples}/input/collection.trig +3 -3
  15. package/{see/examples/input/dijkstra_risk_path.trig → examples/input/dijkstra-risk-path.trig} +4 -4
  16. package/{see/examples/input/eco_route_insight.trig → examples/input/eco-route-insight.trig} +4 -4
  17. package/{see/examples/input/genetic_knapsack_selection.trig → examples/input/genetic-knapsack-selection.trig} +4 -4
  18. package/{see/examples/input/rc_discharge_envelope.trig → examples/input/rc-discharge-envelope.trig} +4 -4
  19. package/{see/examples/input/rdf_dataset.trig → examples/input/rdf-dataset.trig} +4 -4
  20. package/{see/examples/input/rdf_message_flow.trig → examples/input/rdf-message-flow.trig} +3 -3
  21. package/{see/examples/input/rdf_messages.trig → examples/input/rdf-messages.trig} +4 -4
  22. package/{see/examples/input/school_placement_audit.trig → examples/input/school-placement-audit.trig} +4 -4
  23. package/{see/examples/input/smoke_arithmetic.trig → examples/input/smoke-arithmetic.trig} +3 -3
  24. package/{see/examples/input/triple_terms.trig → examples/input/triple-terms.trig} +3 -3
  25. package/examples/output/backward-recursion.n3 +4 -0
  26. package/examples/output/context-association.n3 +9 -0
  27. package/examples/output/dijkstra-risk-path.n3 +3 -0
  28. package/examples/output/eco-route-insight.n3 +3 -0
  29. package/examples/output/genetic-knapsack-selection.n3 +3 -0
  30. package/examples/output/rc-discharge-envelope.n3 +9 -0
  31. package/examples/output/rc-discharge-envelope.txt +9 -0
  32. package/examples/output/rdf-dataset.n3 +5 -0
  33. package/examples/output/rdf-message-flow.n3 +7 -0
  34. package/examples/output/rdf-messages.n3 +7 -0
  35. package/examples/output/school-placement-audit.n3 +3 -0
  36. package/examples/output/smoke-arithmetic.n3 +5 -0
  37. package/examples/output/smoke-arithmetic.txt +5 -0
  38. package/examples/output/triple-terms.n3 +5 -0
  39. package/{see/examples/n3/rc_discharge_envelope.n3 → examples/rc-discharge-envelope.n3} +2 -15
  40. package/{see/examples/n3/rdf_dataset.n3 → examples/rdf-dataset.n3} +2 -11
  41. package/{see/examples/n3/rdf_message_flow.n3 → examples/rdf-message-flow.n3} +9 -75
  42. package/{see/examples/n3/rdf_messages.n3 → examples/rdf-messages.n3} +6 -43
  43. package/{see/examples/n3/school_placement_audit.n3 → examples/school-placement-audit.n3} +2 -14
  44. package/{see/examples/n3/smoke_arithmetic.n3 → examples/smoke-arithmetic.n3} +3 -5
  45. package/{see/examples/n3/triple_terms.n3 → examples/triple-terms.n3} +1 -4
  46. package/eyeling.js +256 -4
  47. package/lib/builtins.js +6 -0
  48. package/lib/lexer.js +250 -4
  49. package/package.json +4 -7
  50. package/test/api.test.js +65 -8
  51. package/test/examples.test.js +22 -2
  52. package/test/package.test.js +16 -2
  53. package/examples/arcling/README.md +0 -11
  54. package/examples/input/annotation.ttl +0 -6
  55. package/examples/input/collection.ttl +0 -13
  56. package/examples/input/reifies.ttl +0 -10
  57. package/examples/input/triple-term.ttl +0 -8
  58. package/examples/output/triple-term.n3 +0 -0
  59. package/examples/reifies.n3 +0 -8
  60. package/examples/triple-term.n3 +0 -7
  61. package/see/README.md +0 -149
  62. package/see/examples/_see.js +0 -249
  63. package/see/examples/age.js +0 -1459
  64. package/see/examples/annotation.js +0 -1320
  65. package/see/examples/backward.js +0 -1405
  66. package/see/examples/backward_recursion.js +0 -1504
  67. package/see/examples/bayes_diagnosis.js +0 -2883
  68. package/see/examples/bayes_therapy.js +0 -4152
  69. package/see/examples/bmi.js +0 -3038
  70. package/see/examples/builtin_coverage.js +0 -2524
  71. package/see/examples/collection.js +0 -1320
  72. package/see/examples/complex.js +0 -3762
  73. package/see/examples/complex_matrix_stability.js +0 -2973
  74. package/see/examples/composition_of_injective_functions_is_injective.js +0 -2170
  75. package/see/examples/control_system.js +0 -1918
  76. package/see/examples/crypto_builtins_tests.js +0 -1489
  77. package/see/examples/delfour.js +0 -3174
  78. package/see/examples/digital_product_passport.js +0 -2856
  79. package/see/examples/dijkstra.js +0 -2070
  80. package/see/examples/dijkstra_risk_path.js +0 -1874
  81. package/see/examples/doc/age.md +0 -27
  82. package/see/examples/doc/annotation.md +0 -24
  83. package/see/examples/doc/backward.md +0 -26
  84. package/see/examples/doc/backward_recursion.md +0 -26
  85. package/see/examples/doc/bayes_diagnosis.md +0 -41
  86. package/see/examples/doc/bayes_therapy.md +0 -40
  87. package/see/examples/doc/bmi.md +0 -38
  88. package/see/examples/doc/builtin_coverage.md +0 -53
  89. package/see/examples/doc/collection.md +0 -24
  90. package/see/examples/doc/complex.md +0 -38
  91. package/see/examples/doc/complex_matrix_stability.md +0 -35
  92. package/see/examples/doc/composition_of_injective_functions_is_injective.md +0 -24
  93. package/see/examples/doc/control_system.md +0 -32
  94. package/see/examples/doc/crypto_builtins_tests.md +0 -27
  95. package/see/examples/doc/delfour.md +0 -37
  96. package/see/examples/doc/digital_product_passport.md +0 -36
  97. package/see/examples/doc/dijkstra.md +0 -28
  98. package/see/examples/doc/dijkstra_risk_path.md +0 -30
  99. package/see/examples/doc/dog.md +0 -28
  100. package/see/examples/doc/eco_route_insight.md +0 -33
  101. package/see/examples/doc/equals.md +0 -26
  102. package/see/examples/doc/equivalence_classes_overlap_implies_same_class.md +0 -24
  103. package/see/examples/doc/euler_identity.md +0 -39
  104. package/see/examples/doc/ev_roundtrip_planner.md +0 -32
  105. package/see/examples/doc/existential_rule.md +0 -24
  106. package/see/examples/doc/expression_eval.md +0 -26
  107. package/see/examples/doc/family_cousins.md +0 -24
  108. package/see/examples/doc/fastpow.md +0 -29
  109. package/see/examples/doc/fibonacci.md +0 -28
  110. package/see/examples/doc/french_cities.md +0 -28
  111. package/see/examples/doc/fundamental_theorem_arithmetic.md +0 -36
  112. package/see/examples/doc/genetic_knapsack_selection.md +0 -29
  113. package/see/examples/doc/goldbach_1000.md +0 -31
  114. package/see/examples/doc/good_cobbler.md +0 -27
  115. package/see/examples/doc/gps.md +0 -35
  116. package/see/examples/doc/gray_code_counter.md +0 -31
  117. package/see/examples/doc/greatest_lower_bound_uniqueness.md +0 -24
  118. package/see/examples/doc/group_inverse_uniqueness.md +0 -24
  119. package/see/examples/doc/hadamard_approx.md +0 -32
  120. package/see/examples/doc/hanoi.md +0 -26
  121. package/see/examples/doc/odrl_dpv_risk_ranked.md +0 -57
  122. package/see/examples/doc/path_discovery.md +0 -33
  123. package/see/examples/doc/rc_discharge_envelope.md +0 -33
  124. package/see/examples/doc/rdf_dataset.md +0 -26
  125. package/see/examples/doc/rdf_message_flow.md +0 -35
  126. package/see/examples/doc/rdf_messages.md +0 -37
  127. package/see/examples/doc/school_placement_audit.md +0 -31
  128. package/see/examples/doc/smoke_arithmetic.md +0 -31
  129. package/see/examples/doc/socrates.md +0 -24
  130. package/see/examples/doc/triple_terms.md +0 -26
  131. package/see/examples/doc/wind_turbine.md +0 -37
  132. package/see/examples/doc/witch.md +0 -28
  133. package/see/examples/dog.js +0 -1436
  134. package/see/examples/eco_route_insight.js +0 -2110
  135. package/see/examples/equals.js +0 -1363
  136. package/see/examples/equivalence_classes_overlap_implies_same_class.js +0 -1792
  137. package/see/examples/euler_identity.js +0 -2038
  138. package/see/examples/ev_roundtrip_planner.js +0 -2562
  139. package/see/examples/existential_rule.js +0 -1363
  140. package/see/examples/expression_eval.js +0 -1798
  141. package/see/examples/family_cousins.js +0 -1586
  142. package/see/examples/fastpow.js +0 -2207
  143. package/see/examples/fibonacci.js +0 -1594
  144. package/see/examples/french_cities.js +0 -1492
  145. package/see/examples/fundamental_theorem_arithmetic.js +0 -2106
  146. package/see/examples/genetic_knapsack_selection.js +0 -1743
  147. package/see/examples/goldbach_1000.js +0 -1798
  148. package/see/examples/good_cobbler.js +0 -1396
  149. package/see/examples/gps.js +0 -2813
  150. package/see/examples/gray_code_counter.js +0 -1641
  151. package/see/examples/greatest_lower_bound_uniqueness.js +0 -1918
  152. package/see/examples/group_inverse_uniqueness.js +0 -1897
  153. package/see/examples/hadamard_approx.js +0 -4417
  154. package/see/examples/hanoi.js +0 -1625
  155. package/see/examples/input/age.trig +0 -27
  156. package/see/examples/input/backward.trig +0 -25
  157. package/see/examples/input/bayes_diagnosis.trig +0 -111
  158. package/see/examples/input/bayes_therapy.trig +0 -130
  159. package/see/examples/input/bmi.trig +0 -28
  160. package/see/examples/input/complex.trig +0 -26
  161. package/see/examples/input/complex_matrix_stability.trig +0 -65
  162. package/see/examples/input/composition_of_injective_functions_is_injective.trig +0 -35
  163. package/see/examples/input/control_system.trig +0 -31
  164. package/see/examples/input/crypto_builtins_tests.trig +0 -25
  165. package/see/examples/input/delfour.trig +0 -90
  166. package/see/examples/input/digital_product_passport.trig +0 -116
  167. package/see/examples/input/dijkstra.trig +0 -34
  168. package/see/examples/input/dog.trig +0 -31
  169. package/see/examples/input/equals.trig +0 -25
  170. package/see/examples/input/equivalence_classes_overlap_implies_same_class.trig +0 -28
  171. package/see/examples/input/euler_identity.trig +0 -34
  172. package/see/examples/input/ev_roundtrip_planner.trig +0 -90
  173. package/see/examples/input/existential_rule.trig +0 -26
  174. package/see/examples/input/expression_eval.trig +0 -41
  175. package/see/examples/input/family_cousins.trig +0 -39
  176. package/see/examples/input/fastpow.trig +0 -25
  177. package/see/examples/input/fibonacci.trig +0 -51
  178. package/see/examples/input/french_cities.trig +0 -38
  179. package/see/examples/input/fundamental_theorem_arithmetic.trig +0 -42
  180. package/see/examples/input/goldbach_1000.trig +0 -53
  181. package/see/examples/input/good_cobbler.trig +0 -24
  182. package/see/examples/input/gps.trig +0 -35
  183. package/see/examples/input/gray_code_counter.trig +0 -33
  184. package/see/examples/input/greatest_lower_bound_uniqueness.trig +0 -29
  185. package/see/examples/input/group_inverse_uniqueness.trig +0 -29
  186. package/see/examples/input/hadamard_approx.trig +0 -32
  187. package/see/examples/input/hanoi.trig +0 -26
  188. package/see/examples/input/odrl_dpv_risk_ranked.trig +0 -107
  189. package/see/examples/input/path-discovery.trig +0 -96448
  190. package/see/examples/input/path_discovery.trig +0 -29
  191. package/see/examples/input/socrates.trig +0 -26
  192. package/see/examples/input/wind_turbine.trig +0 -48
  193. package/see/examples/input/witch.trig +0 -26
  194. package/see/examples/n3/age.n3 +0 -28
  195. package/see/examples/n3/annotation.n3 +0 -7
  196. package/see/examples/n3/backward.n3 +0 -22
  197. package/see/examples/n3/bayes_diagnosis.n3 +0 -122
  198. package/see/examples/n3/bayes_therapy.n3 +0 -149
  199. package/see/examples/n3/bmi.n3 +0 -145
  200. package/see/examples/n3/collection.n3 +0 -3
  201. package/see/examples/n3/complex.n3 +0 -140
  202. package/see/examples/n3/complex_matrix_stability.n3 +0 -113
  203. package/see/examples/n3/composition_of_injective_functions_is_injective.n3 +0 -27
  204. package/see/examples/n3/control_system.n3 +0 -59
  205. package/see/examples/n3/crypto_builtins_tests.n3 +0 -18
  206. package/see/examples/n3/delfour.n3 +0 -167
  207. package/see/examples/n3/digital_product_passport.n3 +0 -156
  208. package/see/examples/n3/dijkstra.n3 +0 -46
  209. package/see/examples/n3/dog.n3 +0 -20
  210. package/see/examples/n3/equals.n3 +0 -11
  211. package/see/examples/n3/equivalence_classes_overlap_implies_same_class.n3 +0 -19
  212. package/see/examples/n3/euler_identity.n3 +0 -41
  213. package/see/examples/n3/ev_roundtrip_planner.n3 +0 -82
  214. package/see/examples/n3/existential_rule.n3 +0 -10
  215. package/see/examples/n3/expression_eval.n3 +0 -21
  216. package/see/examples/n3/family_cousins.n3 +0 -62
  217. package/see/examples/n3/fastpow.n3 +0 -56
  218. package/see/examples/n3/fibonacci.n3 +0 -44
  219. package/see/examples/n3/french_cities.n3 +0 -28
  220. package/see/examples/n3/fundamental_theorem_arithmetic.n3 +0 -84
  221. package/see/examples/n3/goldbach_1000.n3 +0 -66
  222. package/see/examples/n3/good_cobbler.n3 +0 -10
  223. package/see/examples/n3/gps.n3 +0 -70
  224. package/see/examples/n3/gray_code_counter.n3 +0 -53
  225. package/see/examples/n3/greatest_lower_bound_uniqueness.n3 +0 -20
  226. package/see/examples/n3/group_inverse_uniqueness.n3 +0 -19
  227. package/see/examples/n3/hadamard_approx.n3 +0 -43
  228. package/see/examples/n3/hanoi.n3 +0 -16
  229. package/see/examples/n3/odrl_dpv_risk_ranked.n3 +0 -460
  230. package/see/examples/n3/path_discovery.n3 +0 -43
  231. package/see/examples/n3/socrates.n3 +0 -21
  232. package/see/examples/n3/wind_turbine.n3 +0 -85
  233. package/see/examples/n3/witch.n3 +0 -30
  234. package/see/examples/odrl_dpv_risk_ranked.js +0 -5128
  235. package/see/examples/output/age.md +0 -48
  236. package/see/examples/output/annotation.md +0 -43
  237. package/see/examples/output/backward.md +0 -50
  238. package/see/examples/output/backward_recursion.md +0 -54
  239. package/see/examples/output/bayes_diagnosis.md +0 -103
  240. package/see/examples/output/bayes_therapy.md +0 -84
  241. package/see/examples/output/bmi.md +0 -164
  242. package/see/examples/output/builtin_coverage.md +0 -99
  243. package/see/examples/output/collection.md +0 -44
  244. package/see/examples/output/complex.md +0 -61
  245. package/see/examples/output/complex_matrix_stability.md +0 -55
  246. package/see/examples/output/composition_of_injective_functions_is_injective.md +0 -62
  247. package/see/examples/output/control_system.md +0 -61
  248. package/see/examples/output/crypto_builtins_tests.md +0 -68
  249. package/see/examples/output/delfour.md +0 -100
  250. package/see/examples/output/digital_product_passport.md +0 -100
  251. package/see/examples/output/dijkstra.md +0 -74
  252. package/see/examples/output/dijkstra_risk_path.md +0 -76
  253. package/see/examples/output/dog.md +0 -50
  254. package/see/examples/output/eco_route_insight.md +0 -88
  255. package/see/examples/output/equals.md +0 -50
  256. package/see/examples/output/equivalence_classes_overlap_implies_same_class.md +0 -86
  257. package/see/examples/output/euler_identity.md +0 -73
  258. package/see/examples/output/ev_roundtrip_planner.md +0 -79
  259. package/see/examples/output/existential_rule.md +0 -54
  260. package/see/examples/output/expression_eval.md +0 -50
  261. package/see/examples/output/family_cousins.md +0 -187
  262. package/see/examples/output/fastpow.md +0 -36
  263. package/see/examples/output/fibonacci.md +0 -53
  264. package/see/examples/output/french_cities.md +0 -70
  265. package/see/examples/output/fundamental_theorem_arithmetic.md +0 -101
  266. package/see/examples/output/genetic_knapsack_selection.md +0 -66
  267. package/see/examples/output/goldbach_1000.md +0 -58
  268. package/see/examples/output/good_cobbler.md +0 -54
  269. package/see/examples/output/gps.md +0 -102
  270. package/see/examples/output/gray_code_counter.md +0 -68
  271. package/see/examples/output/greatest_lower_bound_uniqueness.md +0 -60
  272. package/see/examples/output/group_inverse_uniqueness.md +0 -60
  273. package/see/examples/output/hadamard_approx.md +0 -510
  274. package/see/examples/output/hanoi.md +0 -51
  275. package/see/examples/output/odrl_dpv_risk_ranked.md +0 -139
  276. package/see/examples/output/path_discovery.md +0 -65
  277. package/see/examples/output/rc_discharge_envelope.md +0 -102
  278. package/see/examples/output/rdf_dataset.md +0 -54
  279. package/see/examples/output/rdf_message_flow.md +0 -198
  280. package/see/examples/output/rdf_messages.md +0 -134
  281. package/see/examples/output/school_placement_audit.md +0 -99
  282. package/see/examples/output/smoke_arithmetic.md +0 -54
  283. package/see/examples/output/socrates.md +0 -55
  284. package/see/examples/output/triple_terms.md +0 -53
  285. package/see/examples/output/wind_turbine.md +0 -108
  286. package/see/examples/output/witch.md +0 -87
  287. package/see/examples/path_discovery.js +0 -1774
  288. package/see/examples/rc_discharge_envelope.js +0 -1993
  289. package/see/examples/rdf_dataset.js +0 -1512
  290. package/see/examples/rdf_message_flow.js +0 -2580
  291. package/see/examples/rdf_messages.js +0 -2176
  292. package/see/examples/school_placement_audit.js +0 -1867
  293. package/see/examples/smoke_arithmetic.js +0 -1483
  294. package/see/examples/socrates.js +0 -1420
  295. package/see/examples/triple_terms.js +0 -1442
  296. package/see/examples/wind_turbine.js +0 -2853
  297. package/see/examples/witch.js +0 -1519
  298. package/see/see.js +0 -2179
  299. package/test/see.test.js +0 -159
  300. /package/{see/examples/n3/builtin_coverage.n3 → examples/builtin-coverage.n3} +0 -0
  301. /package/examples/output/{reifies.n3 → builtin-coverage.n3} +0 -0
@@ -1,60 +1,15 @@
1
1
  # =================
2
2
  # Eco Route Insight
3
3
  # =================
4
- # N3-compiled version of the privacy-preserving eco route insight. The JSON
4
+ # N3 version of the privacy-preserving eco route insight. The JSON
5
5
  # input remains the data-input sidecar; this source compiles the local decision
6
6
  # and signed-envelope explanation.
7
7
 
8
- @prefix : <https://eyereasoner.github.io/see/examples/eco-route-insight#>.
8
+ @prefix : <https://eyereasoner.github.io/eyeling/examples/eco-route-insight#>.
9
9
  @prefix math: <http://www.w3.org/2000/10/swap/math#>.
10
10
  @prefix log: <http://www.w3.org/2000/10/swap/log#>.
11
11
  @prefix string: <http://www.w3.org/2000/10/swap/string#>.
12
12
 
13
- :Scenario
14
- :driver "Jamal";
15
- :audience "Depot X";
16
- :allowedUse "ui.eco.banner";
17
- :issuedAt "2025-01-01T09:00:00Z";
18
- :expiresAt "2025-01-01T11:00:00Z".
19
-
20
- :Policy
21
- :fuelIndexThreshold 120.0;
22
- :maxEtaDelayMinutes 5;
23
- :allowedUse "ui.eco.banner";
24
- :signatureAlgorithm "HMAC-SHA256".
25
-
26
- :Shipment :id "shipment-1"; :payloadTons 2.5.
27
-
28
- :currentRoute
29
- :id "current-route";
30
- :label "Current urban route";
31
- :distanceKm 42.0;
32
- :gradientFactor 1.15;
33
- :etaMinutes 64;
34
- :fuelIndex 120.75.
35
-
36
- :altLowFuel
37
- :id "alt-low-fuel";
38
- :label "Lower-fuel route";
39
- :distanceKm 38.0;
40
- :gradientFactor 1.05;
41
- :etaMinutes 66;
42
- :fuelIndex 99.75.
43
-
44
- :altHillyShortcut
45
- :id "alt-hilly-shortcut";
46
- :label "Shorter hilly shortcut";
47
- :distanceKm 35.0;
48
- :gradientFactor 1.42;
49
- :etaMinutes 63;
50
- :fuelIndex 124.25.
51
-
52
- :Envelope
53
- :rawDataExported "no";
54
- :payloadDigest "00e19becd91e81d6881749655d23d43002d9ea714bba61e855eafbc8ef9a5135";
55
- :signatureKey "local-demo-key";
56
- :signature "7fFGBN8fyI7xrmRz5VreeAUSf3LC_ywbj32NGk2ovUs".
57
-
58
13
  {
59
14
  :currentRoute :fuelIndex ?Current; :etaMinutes ?CurrentEta.
60
15
  :altLowFuel :fuelIndex ?Alt; :etaMinutes ?AltEta.
@@ -1,36 +1,14 @@
1
1
  # ===========================
2
2
  # Genetic Knapsack Selection
3
3
  # ===========================
4
- # N3-compiled version of the deterministic one-bit mutation knapsack example.
4
+ # N3 version of the deterministic one-bit mutation knapsack example.
5
5
  # The original item list JSON is preserved as the data-input sidecar.
6
6
 
7
- @prefix : <https://eyereasoner.github.io/see/examples/genetic-knapsack-selection#>.
7
+ @prefix : <https://eyereasoner.github.io/eyeling/examples/genetic-knapsack-selection#>.
8
8
  @prefix math: <http://www.w3.org/2000/10/swap/math#>.
9
9
  @prefix log: <http://www.w3.org/2000/10/swap/log#>.
10
10
  @prefix string: <http://www.w3.org/2000/10/swap/string#>.
11
11
 
12
- :Run
13
- :capacity 50;
14
- :startGenome "000000000000";
15
- :maxGenerations 64.
16
-
17
- :FinalLocal
18
- :genome "101000000101";
19
- :selectedItems "item01, item03, item10, item12";
20
- :weight 50;
21
- :value 101;
22
- :fitness 999899;
23
- :generationsEvaluated 5.
24
-
25
- :ExhaustiveOptimum
26
- :genome "001000011111";
27
- :value 104.
28
-
29
- :NeighborSummary
30
- :oneBitNeighborsEvaluated 12;
31
- :bestNeighborValue 101;
32
- :capacityRespected true.
33
-
34
12
  {
35
13
  :Run :capacity ?Capacity.
36
14
  :FinalLocal :weight ?Weight; :value ?Value.
@@ -1,10 +1,10 @@
1
- @prefix : <https://eyereasoner.github.io/see/examples/annotation#> .
1
+ @prefix : <https://eyereasoner.github.io/eyeling/examples/annotation#> .
2
2
  @prefix log: <http://www.w3.org/2000/10/swap/log#> .
3
3
  @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
4
4
  @prefix see: <https://example.org/see#> .
5
5
  @prefix in: <https://example.org/see/input#> .
6
6
 
7
- # Formal SEE input evidence in RDF 1.2 TriG.
7
+ # Formal Eyeling input evidence in RDF 1.2 TriG.
8
8
  # The generated runner reads this TriG evidence directly.
9
9
 
10
10
  :a :name "Alice" .
@@ -22,7 +22,7 @@ in:metadata {
22
22
  in:run see:sourceFile "examples/n3/annotation.n3" .
23
23
  in:run see:sourceSHA256 "fa6faef8fac2e328ccfb894c21eef260b0935a936b5e9806f8889719e7f39e4f" .
24
24
  in:run see:description "" .
25
- in:run see:compiler "see.js N3-to-JS compiler" .
25
+ in:run see:compiler "Eyeling RDF/TriG input sidecar" .
26
26
  in:run see:inputFacts 4 .
27
27
  in:run see:compiledRules 0 .
28
28
  in:run see:compiledBackwardRules 0 .
@@ -3,7 +3,7 @@
3
3
  @prefix see: <https://example.org/see#> .
4
4
  @prefix in: <https://example.org/see/input#> .
5
5
 
6
- # Formal SEE input evidence in RDF 1.2 TriG.
6
+ # Formal Eyeling input evidence in RDF 1.2 TriG.
7
7
  # The generated runner reads this TriG evidence directly.
8
8
 
9
9
  :a :parent :b .
@@ -16,7 +16,7 @@ in:metadata {
16
16
  in:run see:sourceFile "examples/n3/backward_recursion.n3" .
17
17
  in:run see:sourceSHA256 "1249b9825793b7f0174c87a4d0e44752cb63f3940cc332c0d00fc6bb15a081d1" .
18
18
  in:run see:description "Demonstrates recursive <= rules compiled into specialized JavaScript." .
19
- in:run see:compiler "see.js N3-to-JS compiler" .
19
+ in:run see:compiler "Eyeling RDF/TriG input sidecar" .
20
20
  in:run see:inputFacts 2 .
21
21
  in:run see:compiledRules 1 .
22
22
  in:run see:compiledBackwardRules 2 .
@@ -3,7 +3,7 @@
3
3
  @prefix see: <https://example.org/see#> .
4
4
  @prefix in: <https://example.org/see/input#> .
5
5
 
6
- # Formal SEE input evidence in RDF 1.2 TriG.
6
+ # Formal Eyeling input evidence in RDF 1.2 TriG.
7
7
  # The generated runner reads this TriG evidence directly.
8
8
 
9
9
  # No source facts were present in the N3 program.
@@ -15,7 +15,7 @@ in:metadata {
15
15
  in:run see:sourceFile "examples/n3/builtin_coverage.n3" .
16
16
  in:run see:sourceSHA256 "4ea25a79da436dd28fb54de1a7d0f5d49729b47f384f9bd36411c5cc1b821dbc" .
17
17
  in:run see:description "Exercises math, string, list, crypto, time, and log builtins in compiled JavaScript." .
18
- in:run see:compiler "see.js N3-to-JS compiler" .
18
+ in:run see:compiler "Eyeling RDF/TriG input sidecar" .
19
19
  in:run see:inputFacts 0 .
20
20
  in:run see:compiledRules 1 .
21
21
  in:run see:compiledBackwardRules 0 .
@@ -1,9 +1,9 @@
1
- @prefix : <https://eyereasoner.github.io/see/examples/collection#> .
1
+ @prefix : <https://eyereasoner.github.io/eyeling/examples/collection#> .
2
2
  @prefix log: <http://www.w3.org/2000/10/swap/log#> .
3
3
  @prefix see: <https://example.org/see#> .
4
4
  @prefix in: <https://example.org/see/input#> .
5
5
 
6
- # Formal SEE input evidence in RDF 1.2 TriG.
6
+ # Formal Eyeling input evidence in RDF 1.2 TriG.
7
7
  # The generated runner reads this TriG evidence directly.
8
8
 
9
9
  (1 _:b2 (2)) :p2 :q2 .
@@ -16,7 +16,7 @@ in:metadata {
16
16
  in:run see:sourceFile "examples/n3/collection.n3" .
17
17
  in:run see:sourceSHA256 "ebce812d5e37729432cb77a638cde078af333450cc12ebd66b06083867cee7fa" .
18
18
  in:run see:description "" .
19
- in:run see:compiler "see.js N3-to-JS compiler" .
19
+ in:run see:compiler "Eyeling RDF/TriG input sidecar" .
20
20
  in:run see:inputFacts 2 .
21
21
  in:run see:compiledRules 0 .
22
22
  in:run see:compiledBackwardRules 0 .
@@ -1,11 +1,11 @@
1
- @prefix : <https://eyereasoner.github.io/see/examples/dijkstra-risk-path#> .
1
+ @prefix : <https://eyereasoner.github.io/eyeling/examples/dijkstra-risk-path#> .
2
2
  @prefix math: <http://www.w3.org/2000/10/swap/math#> .
3
3
  @prefix log: <http://www.w3.org/2000/10/swap/log#> .
4
4
  @prefix string: <http://www.w3.org/2000/10/swap/string#> .
5
5
  @prefix see: <https://example.org/see#> .
6
6
  @prefix in: <https://example.org/see/input#> .
7
7
 
8
- # Formal SEE input evidence in RDF 1.2 TriG.
8
+ # Formal Eyeling input evidence in RDF 1.2 TriG.
9
9
  # The generated runner reads this TriG evidence directly.
10
10
 
11
11
  :Case :question "Which clinic-to-hub route has the lowest risk-adjusted score?" .
@@ -36,8 +36,8 @@ in:metadata {
36
36
  in:run see:title "Dijkstra Risk Path" .
37
37
  in:run see:sourceFile "examples/n3/dijkstra_risk_path.n3" .
38
38
  in:run see:sourceSHA256 "a11f23a58252e557817c5d26cabdfee5ce8c5c08a40a54ab680eaa8960c88937" .
39
- in:run see:description "N3-compiled version of the risk-adjusted route example. The original JSON\ninput is preserved as the data-input sidecar; this source compiles the\nexecutable derivation and report." .
40
- in:run see:compiler "see.js N3-to-JS compiler" .
39
+ in:run see:description "N3 version of the risk-adjusted route example. The original JSON\ninput is preserved as the data-input sidecar; this source compiles the\nexecutable derivation and report." .
40
+ in:run see:compiler "Eyeling RDF/TriG input sidecar" .
41
41
  in:run see:inputFacts 21 .
42
42
  in:run see:compiledRules 3 .
43
43
  in:run see:compiledBackwardRules 0 .
@@ -1,11 +1,11 @@
1
- @prefix : <https://eyereasoner.github.io/see/examples/eco-route-insight#> .
1
+ @prefix : <https://eyereasoner.github.io/eyeling/examples/eco-route-insight#> .
2
2
  @prefix math: <http://www.w3.org/2000/10/swap/math#> .
3
3
  @prefix log: <http://www.w3.org/2000/10/swap/log#> .
4
4
  @prefix string: <http://www.w3.org/2000/10/swap/string#> .
5
5
  @prefix see: <https://example.org/see#> .
6
6
  @prefix in: <https://example.org/see/input#> .
7
7
 
8
- # Formal SEE input evidence in RDF 1.2 TriG.
8
+ # Formal Eyeling input evidence in RDF 1.2 TriG.
9
9
  # The generated runner reads this TriG evidence directly.
10
10
 
11
11
  :Scenario :driver "Jamal" .
@@ -48,8 +48,8 @@ in:metadata {
48
48
  in:run see:title "Eco Route Insight" .
49
49
  in:run see:sourceFile "examples/n3/eco_route_insight.n3" .
50
50
  in:run see:sourceSHA256 "b5af0caa2e473b5957ba8cec647ee4e2edf4cdc2a5c28110e8536c19381b0bd3" .
51
- in:run see:description "N3-compiled version of the privacy-preserving eco route insight. The JSON\ninput remains the data-input sidecar; this source compiles the local decision\nand signed-envelope explanation." .
52
- in:run see:compiler "see.js N3-to-JS compiler" .
51
+ in:run see:description "N3 version of the privacy-preserving eco route insight. The JSON\ninput remains the data-input sidecar; this source compiles the local decision\nand signed-envelope explanation." .
52
+ in:run see:compiler "Eyeling RDF/TriG input sidecar" .
53
53
  in:run see:inputFacts 33 .
54
54
  in:run see:compiledRules 2 .
55
55
  in:run see:compiledBackwardRules 0 .
@@ -1,11 +1,11 @@
1
- @prefix : <https://eyereasoner.github.io/see/examples/genetic-knapsack-selection#> .
1
+ @prefix : <https://eyereasoner.github.io/eyeling/examples/genetic-knapsack-selection#> .
2
2
  @prefix math: <http://www.w3.org/2000/10/swap/math#> .
3
3
  @prefix log: <http://www.w3.org/2000/10/swap/log#> .
4
4
  @prefix string: <http://www.w3.org/2000/10/swap/string#> .
5
5
  @prefix see: <https://example.org/see#> .
6
6
  @prefix in: <https://example.org/see/input#> .
7
7
 
8
- # Formal SEE input evidence in RDF 1.2 TriG.
8
+ # Formal Eyeling input evidence in RDF 1.2 TriG.
9
9
  # The generated runner reads this TriG evidence directly.
10
10
 
11
11
  :Run :capacity 50 .
@@ -29,8 +29,8 @@ in:metadata {
29
29
  in:run see:title "Genetic Knapsack Selection" .
30
30
  in:run see:sourceFile "examples/n3/genetic_knapsack_selection.n3" .
31
31
  in:run see:sourceSHA256 "c8fb351156e7656f2e3600f0d1eaf8a624742a91f688425564822cea78530855" .
32
- in:run see:description "N3-compiled version of the deterministic one-bit mutation knapsack example.\nThe original item list JSON is preserved as the data-input sidecar." .
33
- in:run see:compiler "see.js N3-to-JS compiler" .
32
+ in:run see:description "N3 version of the deterministic one-bit mutation knapsack example.\nThe original item list JSON is preserved as the data-input sidecar." .
33
+ in:run see:compiler "Eyeling RDF/TriG input sidecar" .
34
34
  in:run see:inputFacts 14 .
35
35
  in:run see:compiledRules 2 .
36
36
  in:run see:compiledBackwardRules 0 .
@@ -1,11 +1,11 @@
1
- @prefix : <https://eyereasoner.github.io/see/examples/rc-discharge-envelope#> .
1
+ @prefix : <https://eyereasoner.github.io/eyeling/examples/rc-discharge-envelope#> .
2
2
  @prefix math: <http://www.w3.org/2000/10/swap/math#> .
3
3
  @prefix log: <http://www.w3.org/2000/10/swap/log#> .
4
4
  @prefix string: <http://www.w3.org/2000/10/swap/string#> .
5
5
  @prefix see: <https://example.org/see#> .
6
6
  @prefix in: <https://example.org/see/input#> .
7
7
 
8
- # Formal SEE input evidence in RDF 1.2 TriG.
8
+ # Formal Eyeling input evidence in RDF 1.2 TriG.
9
9
  # The generated runner reads this TriG evidence directly.
10
10
 
11
11
  :case :samplePeriod 0.025 .
@@ -27,8 +27,8 @@ in:metadata {
27
27
  in:run see:title "RC Discharge Envelope" .
28
28
  in:run see:sourceFile "examples/n3/rc_discharge_envelope.n3" .
29
29
  in:run see:sourceSHA256 "41acff69cd2994230faedf5a466b4c43d47cdff9dc6d834baecd9865979160b8" .
30
- in:run see:description "Certify when a sampled RC capacitor is guaranteed below tolerance using an\nupper decay bound. The witness is derived by N3 rules and compiled to SEE." .
31
- in:run see:compiler "see.js N3-to-JS compiler" .
30
+ in:run see:description "Certify when a sampled RC capacitor is guaranteed below tolerance using an\nupper decay bound. The witness is derived by N3 rules and run by Eyeling." .
31
+ in:run see:compiler "Eyeling RDF/TriG input sidecar" .
32
32
  in:run see:inputFacts 12 .
33
33
  in:run see:compiledRules 6 .
34
34
  in:run see:compiledBackwardRules 0 .
@@ -1,12 +1,12 @@
1
1
  VERSION "1.2"
2
2
 
3
- @prefix : <https://eyereasoner.github.io/see/examples/rdf-dataset#> .
3
+ @prefix : <https://eyereasoner.github.io/eyeling/examples/rdf-dataset#> .
4
4
  @prefix log: <http://www.w3.org/2000/10/swap/log#> .
5
5
  @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
6
6
  @prefix see: <https://example.org/see#> .
7
7
  @prefix in: <https://example.org/see/input#> .
8
8
 
9
- # Formal SEE input evidence in RDF 1.2 TriG.
9
+ # Formal Eyeling input evidence in RDF 1.2 TriG.
10
10
  # The generated runner reads this TriG evidence directly.
11
11
 
12
12
  :sensor :reports :overheating .
@@ -24,8 +24,8 @@ in:metadata {
24
24
  in:run see:title "RDF dataset compatibility" .
25
25
  in:run see:sourceFile "examples/n3/rdf_dataset.n3" .
26
26
  in:run see:sourceSHA256 "76035a24eb72fc1d28a5e1f3021baefee0dde667aa8fc9f2b0a111f9c773b744" .
27
- in:run see:description "RDF 1.1 named graph data and RDF 1.2 triple terms are normalized to ordinary N3 graph terms before SEE compiles the derivation." .
28
- in:run see:compiler "see.js N3-to-JS compiler" .
27
+ in:run see:description "RDF 1.1 named graph data and RDF 1.2 triple terms are normalized to ordinary N3 graph terms before Eyeling reads the derivation." .
28
+ in:run see:compiler "Eyeling RDF/TriG input sidecar" .
29
29
  in:run see:inputFacts 4 .
30
30
  in:run see:compiledRules 1 .
31
31
  in:run see:compiledBackwardRules 0 .
@@ -1,4 +1,4 @@
1
- @prefix : <https://eyereasoner.github.io/see/examples/rdf-message-flow#> .
1
+ @prefix : <https://eyereasoner.github.io/eyeling/examples/rdf-message-flow#> .
2
2
  @prefix msg: <https://example.org/msg#> .
3
3
  @prefix prov: <http://www.w3.org/ns/prov#> .
4
4
  @prefix sosa: <http://www.w3.org/ns/sosa/> .
@@ -10,7 +10,7 @@
10
10
  @prefix see: <https://example.org/see#> .
11
11
  @prefix in: <https://example.org/see/input#> .
12
12
 
13
- # Formal SEE input evidence in RDF 1.2 TriG.
13
+ # Formal Eyeling input evidence in RDF 1.2 TriG.
14
14
  # The generated runner reads this TriG evidence directly.
15
15
 
16
16
  :temperatureFlow rdf:type msg:MessageStream .
@@ -91,7 +91,7 @@ in:metadata {
91
91
  in:run see:sourceFile "examples/n3/rdf_message_flow.n3" .
92
92
  in:run see:sourceSHA256 "e4e534c8ac3c2aa276e7158cca8d3146531879033f73685c302b486be2ab0099" .
93
93
  in:run see:description "A companion to rdf_messages.n3. This example focuses on a live stream where\nRDF Messages continuously flow through a small processing pipeline. The next\nmessage is released only after the current message reaches the sink, so the\nstream behaves as an ordered, replayable flow rather than a single merged RDF\ngraph." .
94
- in:run see:compiler "see.js N3-to-JS compiler" .
94
+ in:run see:compiler "Eyeling RDF/TriG input sidecar" .
95
95
  in:run see:inputFacts 42 .
96
96
  in:run see:compiledRules 9 .
97
97
  in:run see:compiledBackwardRules 0 .
@@ -1,4 +1,4 @@
1
- @prefix : <https://eyereasoner.github.io/see/examples/rdf-messages#> .
1
+ @prefix : <https://eyereasoner.github.io/eyeling/examples/rdf-messages#> .
2
2
  @prefix msg: <https://w3c-cg.github.io/rsp/spec/messages#> .
3
3
  @prefix prov: <http://www.w3.org/ns/prov#> .
4
4
  @prefix sosa: <http://www.w3.org/ns/sosa/> .
@@ -10,7 +10,7 @@
10
10
  @prefix see: <https://example.org/see#> .
11
11
  @prefix in: <https://example.org/see/input#> .
12
12
 
13
- # Formal SEE input evidence in RDF 1.2 TriG.
13
+ # Formal Eyeling input evidence in RDF 1.2 TriG.
14
14
  # The generated runner reads this TriG evidence directly.
15
15
 
16
16
  :temperatureLog rdf:type msg:MessageLog .
@@ -59,8 +59,8 @@ in:metadata {
59
59
  in:run see:title "RDF Messages" .
60
60
  in:run see:sourceFile "examples/n3/rdf_messages.n3" .
61
61
  in:run see:sourceSHA256 "2ea8b414b92e65531cf384000955ca47811d5b7c779a8d2c9fb007515e745f32" .
62
- in:run see:description "This SEE example models the main idea from\nhttps://pietercolpaert.be/papers/eswc2026-rdf-messages/:\na message stream/log is not just one freely mergeable RDF graph. It is an\nordered sequence of RDF Datasets that are interpreted atomically, one message\nat a time. The middle message is deliberately empty to model a heartbeat, and\nthe local blank-node label \"_:b0\" is deliberately reused by two messages to\nshow message-scoped blank nodes." .
63
- in:run see:compiler "see.js N3-to-JS compiler" .
62
+ in:run see:description "This Eyeling example models the main idea from\nhttps://pietercolpaert.be/papers/eswc2026-rdf-messages/:\na message stream/log is not just one freely mergeable RDF graph. It is an\nordered sequence of RDF Datasets that are interpreted atomically, one message\nat a time. The middle message is deliberately empty to model a heartbeat, and\nthe local blank-node label \"_:b0\" is deliberately reused by two messages to\nshow message-scoped blank nodes." .
63
+ in:run see:compiler "Eyeling RDF/TriG input sidecar" .
64
64
  in:run see:inputFacts 25 .
65
65
  in:run see:compiledRules 6 .
66
66
  in:run see:compiledBackwardRules 0 .
@@ -1,11 +1,11 @@
1
- @prefix : <https://eyereasoner.github.io/see/examples/school-placement-audit#> .
1
+ @prefix : <https://eyereasoner.github.io/eyeling/examples/school-placement-audit#> .
2
2
  @prefix math: <http://www.w3.org/2000/10/swap/math#> .
3
3
  @prefix log: <http://www.w3.org/2000/10/swap/log#> .
4
4
  @prefix string: <http://www.w3.org/2000/10/swap/string#> .
5
5
  @prefix see: <https://example.org/see#> .
6
6
  @prefix in: <https://example.org/see/input#> .
7
7
 
8
- # Formal SEE input evidence in RDF 1.2 TriG.
8
+ # Formal Eyeling input evidence in RDF 1.2 TriG.
9
9
  # The generated runner reads this TriG evidence directly.
10
10
 
11
11
  :Policy :maxWalkingMeters 2500 .
@@ -41,8 +41,8 @@ in:metadata {
41
41
  in:run see:title "School Placement Route Audit" .
42
42
  in:run see:sourceFile "examples/n3/school_placement_audit.n3" .
43
43
  in:run see:sourceSHA256 "8bea39b2ea4c3045fed64b6e7adef0ca8cdf8d14c3735e28e831a759dae600fd" .
44
- in:run see:description "N3-compiled version of the school placement audit. The original student,\nschool, distance, and policy JSON is preserved as the data-input sidecar." .
45
- in:run see:compiler "see.js N3-to-JS compiler" .
44
+ in:run see:description "N3 version of the school placement audit. The original student,\nschool, distance, and policy JSON is preserved as the data-input sidecar." .
45
+ in:run see:compiler "Eyeling RDF/TriG input sidecar" .
46
46
  in:run see:inputFacts 26 .
47
47
  in:run see:compiledRules 4 .
48
48
  in:run see:compiledBackwardRules 0 .
@@ -5,7 +5,7 @@
5
5
  @prefix see: <https://example.org/see#> .
6
6
  @prefix in: <https://example.org/see/input#> .
7
7
 
8
- # Formal SEE input evidence in RDF 1.2 TriG.
8
+ # Formal Eyeling input evidence in RDF 1.2 TriG.
9
9
  # The generated runner reads this TriG evidence directly.
10
10
 
11
11
  :Input :x 6 .
@@ -17,8 +17,8 @@ in:metadata {
17
17
  in:run see:title "Smoke Arithmetic" .
18
18
  in:run see:sourceFile "examples/n3/smoke_arithmetic.n3" .
19
19
  in:run see:sourceSHA256 "e254b8b9be8207c07f29cf30426466e2d916286b5f93ea4385786a5d80303499" .
20
- in:run see:description "Small Notation3 source used to prove that see.js generates a specialized JS\nexample which derives its answer from facts, math built-ins, fuses, and string\nformatting instead of reading a prewritten conclusion." .
21
- in:run see:compiler "see.js N3-to-JS compiler" .
20
+ in:run see:description "Small Notation3 source used to prove that Eyeling derives its answer from facts, math built-ins, fuses, and string formatting instead of reading a prewritten conclusion." .
21
+ in:run see:compiler "Eyeling RDF/TriG input sidecar" .
22
22
  in:run see:inputFacts 2 .
23
23
  in:run see:compiledRules 2 .
24
24
  in:run see:compiledBackwardRules 0 .
@@ -1,12 +1,12 @@
1
1
  VERSION "1.2"
2
2
 
3
- @prefix : <https://eyereasoner.github.io/eyeling/see/examples/triple_terms#> .
3
+ @prefix : <https://eyereasoner.github.io/eyeling/examples/triple_terms#> .
4
4
  @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
5
5
  @prefix log: <http://www.w3.org/2000/10/swap/log#> .
6
6
  @prefix see: <https://example.org/see#> .
7
7
  @prefix in: <https://example.org/see/input#> .
8
8
 
9
- # Formal SEE input evidence in RDF 1.2 TriG.
9
+ # Formal Eyeling input evidence in RDF 1.2 TriG.
10
10
  # The generated runner reads this TriG evidence directly.
11
11
 
12
12
  :observation rdf:reifies <<( :sensor :reports :overheating )>> .
@@ -19,7 +19,7 @@ in:metadata {
19
19
  in:run see:sourceFile "examples/n3/triple_terms.n3" .
20
20
  in:run see:sourceSHA256 "f94fae1b4087f790c085c4dd1570875694238a882213951b457480ee26c06944" .
21
21
  in:run see:description "Demonstrates RDF 1.2 TriG triple terms as input evidence and as a derived entailment." .
22
- in:run see:compiler "see.js N3-to-JS compiler" .
22
+ in:run see:compiler "Eyeling RDF/TriG input sidecar" .
23
23
  in:run see:inputFacts 2 .
24
24
  in:run see:compiledRules 1 .
25
25
  in:run see:compiledBackwardRules 0 .
@@ -0,0 +1,4 @@
1
+ @prefix : <urn:example#> .
2
+
3
+ :a :reaches :b .
4
+ :a :reaches :c .
@@ -0,0 +1,9 @@
1
+ @prefix : <http://example.org/#> .
2
+
3
+ :association :subject :Bob .
4
+ :association :dataGraph _:src2_g0 .
5
+ :association :signatureGraph _:src2_g1 .
6
+ :association :metadataGraph _:src2_g3 .
7
+ :association :cryptosuite "ecdsa-rdfc-2019" .
8
+ :association :issuer <https://university.example/issuers/14> .
9
+ :association :status :contextAssociationVerified .
@@ -0,0 +1,3 @@
1
+ @prefix : <https://eyereasoner.github.io/eyeling/examples/dijkstra-risk-path#> .
2
+
3
+ :dijkstraRiskPath :selects :pathB .
@@ -0,0 +1,3 @@
1
+ @prefix : <https://eyereasoner.github.io/eyeling/examples/eco-route-insight#> .
2
+
3
+ :ecoRouteInsight :issues :Insight .
@@ -0,0 +1,3 @@
1
+ @prefix : <https://eyereasoner.github.io/eyeling/examples/genetic-knapsack-selection#> .
2
+
3
+ :geneticKnapsackSelection :selects :FinalLocal .
@@ -0,0 +1,9 @@
1
+ === Answer ===
2
+ exact decay symbol : exp(-1/4)
3
+ certified decay interval : [0.7788007830, 0.7788007831]
4
+ first below tolerance step : 13
5
+ first below tolerance time : 0.325 s
6
+ upper voltage at step 13 : 0.930581 V
7
+
8
+ === Explanation ===
9
+ The physical decay factor is exp(-1/4), but the example uses a finite double interval as the certificate. Because the interval lies strictly between 0 and 1, the capacitor voltage envelope contracts each sample. The upper envelope is the safety-relevant bound: once it falls below 1.0 V, every compatible exact trajectory is below tolerance.
@@ -0,0 +1,9 @@
1
+ === Answer ===
2
+ exact decay symbol : exp(-1/4)
3
+ certified decay interval : [0.7788007830, 0.7788007831]
4
+ first below tolerance step : 13
5
+ first below tolerance time : 0.325 s
6
+ upper voltage at step 13 : 0.930581 V
7
+
8
+ === Explanation ===
9
+ The physical decay factor is exp(-1/4), but the example uses a finite double interval as the certificate. Because the interval lies strictly between 0 and 1, the capacitor voltage envelope contracts each sample. The upper envelope is the safety-relevant bound: once it falls below 1.0 V, every compatible exact trajectory is below tolerance.
@@ -0,0 +1,5 @@
1
+ VERSION "1.2"
2
+
3
+ @prefix : <https://eyereasoner.github.io/eyeling/examples/rdf-dataset#> .
4
+
5
+ :workOrder :entails <<( :sensor :needs :inspection )>> .
@@ -0,0 +1,7 @@
1
+ @prefix : <https://eyereasoner.github.io/eyeling/examples/rdf-message-flow#> .
2
+
3
+ :rdfMessageFlowExample :demonstrates :ContinuousFlow .
4
+ :rdfMessageFlowExample :demonstrates :BackPressureRelease .
5
+ :rdfMessageFlowExample :demonstrates :AtomicMessageContext .
6
+ :rdfMessageFlowExample :demonstrates :HeartbeatInFlow .
7
+ :rdfMessageFlowExample :demonstrates :ThresholdRouting .
@@ -0,0 +1,7 @@
1
+ @prefix : <https://eyereasoner.github.io/eyeling/examples/rdf-messages#> .
2
+
3
+ :rdfMessagesExample :demonstrates :ExplicitBoundaries .
4
+ :rdfMessagesExample :demonstrates :AtomicMessageContext .
5
+ :rdfMessagesExample :demonstrates :EmptyHeartbeat .
6
+ :rdfMessagesExample :demonstrates :MessageScopedBlankNodes .
7
+ :rdfMessagesExample :demonstrates :ReplayableMessageLog .
@@ -0,0 +1,3 @@
1
+ @prefix : <https://eyereasoner.github.io/eyeling/examples/school-placement-audit#> .
2
+
3
+ :schoolPlacementAudit :reports :Audit .
@@ -0,0 +1,5 @@
1
+ === Answer ===
2
+ product = 42
3
+
4
+ === Explanation ===
5
+ The compiled rule multiplies :x and :y using math:product.
@@ -0,0 +1,5 @@
1
+ === Answer ===
2
+ product = 42
3
+
4
+ === Explanation ===
5
+ The compiled rule multiplies :x and :y using math:product.
@@ -0,0 +1,5 @@
1
+ VERSION "1.2"
2
+
3
+ @prefix : <https://eyereasoner.github.io/eyeling/examples/triple_terms#> .
4
+
5
+ :observation :entails <<( :sensor :needs :inspection )>> .
@@ -2,26 +2,13 @@
2
2
  # RC Discharge Envelope
3
3
  # =====================
4
4
  # Certify when a sampled RC capacitor is guaranteed below tolerance using an
5
- # upper decay bound. The witness is derived by N3 rules and compiled to SEE.
5
+ # upper decay bound. The witness is derived by N3 rules and run by Eyeling.
6
6
 
7
- @prefix : <https://eyereasoner.github.io/see/examples/rc-discharge-envelope#>.
7
+ @prefix : <https://eyereasoner.github.io/eyeling/examples/rc-discharge-envelope#>.
8
8
  @prefix math: <http://www.w3.org/2000/10/swap/math#>.
9
9
  @prefix log: <http://www.w3.org/2000/10/swap/log#>.
10
10
  @prefix string: <http://www.w3.org/2000/10/swap/string#>.
11
11
 
12
- :case
13
- :samplePeriod 0.025;
14
- :exactDecaySymbol "exp(-1/4)";
15
- :decayLower 0.778800783;
16
- :decayUpper 0.7788007831;
17
- :initialVoltage 24.0;
18
- :tolerance 1.0;
19
- :maxStep 18;
20
- :candidateStep :step12, :step13.
21
-
22
- :step12 :index 12.
23
- :step13 :index 13; :previousStep :step12.
24
-
25
12
  {
26
13
  :case :initialVoltage ?Initial; :decayUpper ?DecayUpper; :candidateStep ?Step.
27
14
  ?Step :index ?Index.
@@ -1,20 +1,11 @@
1
1
  # RDF dataset compatibility
2
- # RDF 1.1 named graph data and RDF 1.2 triple terms are normalized to ordinary N3 graph terms before SEE compiles the derivation.
2
+ # RDF 1.1 named graph data and RDF 1.2 triple terms are normalized to ordinary N3 graph terms before Eyeling reads the derivation.
3
3
 
4
4
  VERSION "1.2"
5
- @prefix : <https://eyereasoner.github.io/see/examples/rdf-dataset#> .
5
+ @prefix : <https://eyereasoner.github.io/eyeling/examples/rdf-dataset#> .
6
6
  @prefix log: <http://www.w3.org/2000/10/swap/log#> .
7
7
  @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8
8
 
9
- :sensor :reports :overheating .
10
- :overheating :requires :inspection .
11
- :maintenanceSystem :trusted true .
12
-
13
- :factoryDataset {
14
- :observation rdf:reifies <<( :sensor :reports :overheating )>> .
15
- :observation :recordedBy :maintenanceSystem .
16
- }
17
-
18
9
  {
19
10
  :sensor :reports ?condition .
20
11
  ?condition :requires ?action .