eyeling 1.24.7 → 1.24.9

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 (184) hide show
  1. package/HANDBOOK.md +35 -35
  2. package/dist/browser/eyeling.browser.js +14 -1
  3. package/examples/act-alarm-bit-interoperability.n3 +5 -3
  4. package/examples/act-barley-seed-lineage.n3 +5 -3
  5. package/examples/act-docking-abort.n3 +5 -3
  6. package/examples/act-gravity-mediator-witness.n3 +5 -3
  7. package/examples/act-isolation-breach.n3 +5 -3
  8. package/examples/act-photosynthetic-exciton-transfer.n3 +5 -3
  9. package/examples/act-sensor-memory-reset.n3 +5 -3
  10. package/examples/act-tunnel-junction-wake-switch.n3 +5 -3
  11. package/examples/act-yeast-self-reproduction.n3 +5 -3
  12. package/examples/annotation.n3 +5 -0
  13. package/examples/auroracare.n3 +29 -29
  14. package/examples/backward-recursion.n3 +5 -0
  15. package/examples/barley-seed-becoming.n3 +5 -3
  16. package/examples/bmi.n3 +5 -3
  17. package/examples/builtin-coverage.n3 +5 -0
  18. package/examples/calidor.n3 +3 -3
  19. package/examples/collection.n3 +5 -0
  20. package/examples/complex-matrix-stability.n3 +5 -3
  21. package/examples/context-association.n3 +1 -9
  22. package/examples/control-system.n3 +5 -3
  23. package/examples/deep-taxonomy-10.n3 +5 -3
  24. package/examples/deep-taxonomy-100.n3 +5 -3
  25. package/examples/deep-taxonomy-1000.n3 +5 -3
  26. package/examples/deep-taxonomy-10000.n3 +5 -3
  27. package/examples/deep-taxonomy-100000.n3 +3 -1
  28. package/examples/delfour.n3 +3 -3
  29. package/examples/digital-product-passport.n3 +2 -0
  30. package/examples/dijkstra-risk-path.n3 +1 -2
  31. package/examples/easter.n3 +6 -4
  32. package/examples/eco-route-insight.n3 +1 -2
  33. package/examples/flandor.n3 +3 -3
  34. package/examples/french-cities.n3 +5 -3
  35. package/examples/fundamental-theorem-arithmetic.n3 +5 -3
  36. package/examples/genetic-algorithm-knapsack.n3 +1 -1
  37. package/examples/genetic-algorithm.n3 +1 -1
  38. package/examples/genetic-knapsack-selection.n3 +1 -2
  39. package/examples/gps.n3 +5 -3
  40. package/examples/harborsmr.n3 +5 -3
  41. package/examples/input/ontology-question-generation.trig +79 -0
  42. package/examples/input/rdf-message-flow.trig +10 -10
  43. package/examples/input/rdf-messages.trig +6 -6
  44. package/examples/interop-demo.n3 +3 -1
  45. package/examples/matrix-mechanics.n3 +3 -3
  46. package/examples/medior.n3 +3 -3
  47. package/examples/n3-speaks-for-itself.n3 +5 -0
  48. package/examples/odrl-dpv-ehds-risk-ranked.n3 +1 -1
  49. package/examples/odrl-dpv-healthcare-risk-ranked.n3 +1 -1
  50. package/examples/odrl-dpv-risk-ranked.n3 +1 -1
  51. package/examples/odrl-risk-mitigation.n3 +1 -1
  52. package/examples/odrl-risk.n3 +1 -1
  53. package/examples/ontology-question-generation.n3 +409 -0
  54. package/examples/output/{act-alarm-bit-interoperability.txt → act-alarm-bit-interoperability.md} +23 -17
  55. package/examples/output/act-barley-seed-lineage.md +31 -0
  56. package/examples/output/{act-docking-abort.txt → act-docking-abort.md} +25 -19
  57. package/examples/output/{act-gravity-mediator-witness.txt → act-gravity-mediator-witness.md} +27 -21
  58. package/examples/output/{act-isolation-breach.txt → act-isolation-breach.md} +30 -24
  59. package/examples/output/{act-photosynthetic-exciton-transfer.txt → act-photosynthetic-exciton-transfer.md} +23 -17
  60. package/examples/output/{act-sensor-memory-reset.txt → act-sensor-memory-reset.md} +23 -17
  61. package/examples/output/{act-tunnel-junction-wake-switch.txt → act-tunnel-junction-wake-switch.md} +24 -18
  62. package/examples/output/{act-yeast-self-reproduction.txt → act-yeast-self-reproduction.md} +26 -20
  63. package/examples/output/annotation.md +7 -0
  64. package/examples/output/auroracare.md +154 -0
  65. package/examples/output/backward-recursion.md +11 -0
  66. package/examples/output/barley-seed-becoming.md +31 -0
  67. package/examples/output/bmi.md +26 -0
  68. package/examples/output/builtin-coverage.md +7 -0
  69. package/examples/output/calidor.md +35 -0
  70. package/examples/output/collection.md +7 -0
  71. package/examples/output/{complex-matrix-stability.txt → complex-matrix-stability.md} +17 -11
  72. package/examples/output/context-association.md +12 -0
  73. package/examples/output/{control-system.txt → control-system.md} +23 -17
  74. package/examples/output/deep-taxonomy-10.md +21 -0
  75. package/examples/output/deep-taxonomy-100.md +21 -0
  76. package/examples/output/{deep-taxonomy-1000.txt → deep-taxonomy-1000.md} +18 -12
  77. package/examples/output/{deep-taxonomy-10000.txt → deep-taxonomy-10000.md} +18 -12
  78. package/examples/output/{deep-taxonomy-100000.txt → deep-taxonomy-100000.md} +18 -12
  79. package/examples/output/delfour.md +36 -0
  80. package/examples/output/digital-product-passport.md +7 -0
  81. package/examples/output/dijkstra-risk-path.md +16 -0
  82. package/examples/output/{easter.txt → easter.md} +156 -150
  83. package/examples/output/eco-route-insight.md +25 -0
  84. package/examples/output/flandor.md +37 -0
  85. package/examples/output/{french-cities.txt → french-cities.md} +17 -11
  86. package/examples/output/{fundamental-theorem-arithmetic.txt → fundamental-theorem-arithmetic.md} +18 -12
  87. package/examples/output/genetic-algorithm-knapsack.md +7 -0
  88. package/examples/output/genetic-algorithm.md +7 -0
  89. package/examples/output/genetic-knapsack-selection.md +18 -0
  90. package/examples/output/{gps.txt → gps.md} +18 -12
  91. package/examples/output/harborsmr.md +26 -0
  92. package/examples/output/interop-demo.md +7 -0
  93. package/examples/output/matrix-mechanics.md +20 -0
  94. package/examples/output/medior.md +38 -0
  95. package/examples/output/n3-speaks-for-itself.md +58 -0
  96. package/examples/output/{odrl-dpv-ehds-risk-ranked.txt → odrl-dpv-ehds-risk-ranked.md} +20 -15
  97. package/examples/output/{odrl-dpv-healthcare-risk-ranked.txt → odrl-dpv-healthcare-risk-ranked.md} +17 -12
  98. package/examples/output/{odrl-dpv-risk-ranked.txt → odrl-dpv-risk-ranked.md} +21 -16
  99. package/examples/output/{odrl-risk-mitigation.txt → odrl-risk-mitigation.md} +21 -16
  100. package/examples/output/{odrl-risk.txt → odrl-risk.md} +10 -5
  101. package/examples/output/ontology-question-generation.md +31 -0
  102. package/examples/output/parcellocker.md +26 -0
  103. package/examples/output/pn-junction-tunneling.md +29 -0
  104. package/examples/output/queens.md +27 -0
  105. package/examples/output/rc-discharge-envelope.md +16 -0
  106. package/examples/output/rdf-dataset.md +12 -0
  107. package/examples/output/rdf-message-flow.md +12 -0
  108. package/examples/output/rdf-messages.md +12 -0
  109. package/examples/output/{resto.txt → resto.md} +23 -17
  110. package/examples/output/school-placement-audit.md +16 -0
  111. package/examples/output/smoke-arithmetic.md +12 -0
  112. package/examples/output/sqrt2-cauchy.md +19 -0
  113. package/examples/output/sqrt2-dedekind.md +37 -0
  114. package/examples/output/sudoku.md +49 -0
  115. package/examples/output/transcendental-numbers-stretched.md +266 -0
  116. package/examples/output/transistor-switch.md +30 -0
  117. package/examples/output/triple-terms.md +12 -0
  118. package/examples/output/{tunnel-junction-wake-switch-becoming.txt → tunnel-junction-wake-switch-becoming.md} +24 -18
  119. package/examples/output/{wind-turbine.txt → wind-turbine.md} +21 -15
  120. package/examples/parcellocker.n3 +3 -1
  121. package/examples/pn-junction-tunneling.n3 +3 -3
  122. package/examples/queens.n3 +1 -0
  123. package/examples/rc-discharge-envelope.n3 +1 -1
  124. package/examples/rdf-dataset.n3 +5 -0
  125. package/examples/rdf-message-flow.n3 +1 -2
  126. package/examples/rdf-messages.n3 +1 -2
  127. package/examples/resto.n3 +5 -3
  128. package/examples/school-placement-audit.n3 +1 -2
  129. package/examples/smoke-arithmetic.n3 +1 -1
  130. package/examples/sqrt2-cauchy.n3 +2 -0
  131. package/examples/sqrt2-dedekind.n3 +2 -0
  132. package/examples/sudoku.n3 +14 -14
  133. package/examples/transcendental-numbers-stretched.n3 +5 -0
  134. package/examples/transistor-switch.n3 +3 -3
  135. package/examples/triple-terms.n3 +5 -0
  136. package/examples/tunnel-junction-wake-switch-becoming.n3 +5 -3
  137. package/examples/wind-turbine.n3 +5 -3
  138. package/eyeling.js +14 -1
  139. package/lib/explain.js +14 -1
  140. package/package.json +1 -1
  141. package/test/examples.test.js +44 -13
  142. package/test/package.test.js +43 -7
  143. package/examples/output/act-barley-seed-lineage.txt +0 -25
  144. package/examples/output/annotation.n3 +0 -0
  145. package/examples/output/auroracare.txt +0 -149
  146. package/examples/output/backward-recursion.n3 +0 -4
  147. package/examples/output/barley-seed-becoming.txt +0 -25
  148. package/examples/output/bmi.txt +0 -20
  149. package/examples/output/builtin-coverage.n3 +0 -0
  150. package/examples/output/calidor.txt +0 -29
  151. package/examples/output/collection.n3 +0 -0
  152. package/examples/output/context-association.n3 +0 -9
  153. package/examples/output/deep-taxonomy-10.txt +0 -15
  154. package/examples/output/deep-taxonomy-100.txt +0 -15
  155. package/examples/output/delfour.txt +0 -30
  156. package/examples/output/digital-product-passport.txt +0 -1
  157. package/examples/output/dijkstra-risk-path.n3 +0 -3
  158. package/examples/output/eco-route-insight.n3 +0 -3
  159. package/examples/output/flandor.txt +0 -31
  160. package/examples/output/genetic-algorithm-knapsack.txt +0 -1
  161. package/examples/output/genetic-algorithm.txt +0 -1
  162. package/examples/output/genetic-knapsack-selection.n3 +0 -3
  163. package/examples/output/harborsmr.txt +0 -20
  164. package/examples/output/interop-demo.txt +0 -1
  165. package/examples/output/matrix-mechanics.txt +0 -14
  166. package/examples/output/medior.txt +0 -32
  167. package/examples/output/n3-speaks-for-itself.txt +0 -52
  168. package/examples/output/parcellocker.txt +0 -20
  169. package/examples/output/pn-junction-tunneling.txt +0 -23
  170. package/examples/output/queens.txt +0 -21
  171. package/examples/output/rc-discharge-envelope.n3 +0 -9
  172. package/examples/output/rc-discharge-envelope.txt +0 -9
  173. package/examples/output/rdf-dataset.n3 +0 -5
  174. package/examples/output/rdf-message-flow.n3 +0 -7
  175. package/examples/output/rdf-messages.n3 +0 -7
  176. package/examples/output/school-placement-audit.n3 +0 -3
  177. package/examples/output/smoke-arithmetic.n3 +0 -5
  178. package/examples/output/smoke-arithmetic.txt +0 -5
  179. package/examples/output/sqrt2-cauchy.txt +0 -13
  180. package/examples/output/sqrt2-dedekind.txt +0 -31
  181. package/examples/output/sudoku.txt +0 -43
  182. package/examples/output/transcendental-numbers-stretched.txt +0 -260
  183. package/examples/output/transistor-switch.txt +0 -24
  184. package/examples/output/triple-terms.n3 +0 -5
@@ -1,20 +1,26 @@
1
- ACT harbor alarm bit interoperability
1
+ # act-alarm-bit-interoperability
2
2
 
3
- Answer
4
- YES for the classical alarm bit.
5
- NO for universal cloning and unrestricted fan-out of the quantum-like token.
3
+ ## Source files
6
4
 
7
- Reason Why
8
- The alarm state is modeled as an abstract bit carried by two unlike classical substrates. Because both the optical beacon and the relay register are information media for the same variable, local permutation and copying in both directions are possible. By contrast, the quantum-like token is treated as a superinformation medium, so universal cloning of all of its states is impossible, and unrestricted classical-style fan-out is blocked as well.
5
+ - [N3 rules](../act-alarm-bit-interoperability.n3)
9
6
 
10
- Check
11
- C1 OK - the optical beacon is an information medium
12
- C2 OK - the relay register is an information medium
13
- C3 OK - both substrates encode the same abstract variable: AlarmBit
14
- C4 OK - AlarmBit can be copied from optical beacon to relay register
15
- C5 OK - AlarmBit can be copied from relay register to optical beacon
16
- C6 OK - local permutation of AlarmBit is possible on the optical beacon
17
- C7 OK - local permutation of AlarmBit is possible on the relay register
18
- C8 OK - cloning all states of the quantum token is an impossible task
19
- C9 OK - the quantum token cannot be universally cloned
20
- C10 OK - the quantum token cannot support unrestricted classical-style fan-out
7
+ ACT harbor alarm bit interoperability
8
+
9
+ ## Answer
10
+ YES for the classical alarm bit.
11
+ NO for universal cloning and unrestricted fan-out of the quantum-like token.
12
+
13
+ ## Reason Why
14
+ The alarm state is modeled as an abstract bit carried by two unlike classical substrates. Because both the optical beacon and the relay register are information media for the same variable, local permutation and copying in both directions are possible. By contrast, the quantum-like token is treated as a superinformation medium, so universal cloning of all of its states is impossible, and unrestricted classical-style fan-out is blocked as well.
15
+
16
+ ## Check
17
+ C1 OK - the optical beacon is an information medium
18
+ C2 OK - the relay register is an information medium
19
+ C3 OK - both substrates encode the same abstract variable: AlarmBit
20
+ C4 OK - AlarmBit can be copied from optical beacon to relay register
21
+ C5 OK - AlarmBit can be copied from relay register to optical beacon
22
+ C6 OK - local permutation of AlarmBit is possible on the optical beacon
23
+ C7 OK - local permutation of AlarmBit is possible on the relay register
24
+ C8 OK - cloning all states of the quantum token is an impossible task
25
+ C9 OK - the quantum token cannot be universally cloned
26
+ C10 OK - the quantum token cannot support unrestricted classical-style fan-out
@@ -0,0 +1,31 @@
1
+ # act-barley-seed-lineage
2
+
3
+ ## Source files
4
+
5
+ - [N3 rules](../act-barley-seed-lineage.n3)
6
+
7
+ ACT barley seed lineage — can and can't
8
+
9
+ ## Answer
10
+ YES for the viable barley lineage.
11
+ NO for the contrast lineages when digital heredity, repair, protected dormancy, or heritable variation are missing.
12
+
13
+ ## Reason Why
14
+ The main lineage can achieve genome copying under no-design laws because its hereditary information is digitally instantiated. It can also pass through protected dormancy, germinate, produce propagules, reproduce accurately, close its life cycle, and adaptively persist under saline selection. But the contrast lineages show the "can't" side: non-digital heredity blocks accurate genome copying under no-design laws, lack of repair blocks accurate self-reproduction, lack of dormancy protection blocks lineage closure through a protected seed phase, and lack of heritable variation blocks adaptive evolution and thus blocks evolvability.
15
+
16
+ ## Check
17
+ C1 OK - no-design laws are assumed
18
+ C2 OK - the viable genome can be copied under no-design laws
19
+ C3 OK - the viable seed can achieve protected dormancy
20
+ C4 OK - the viable seed can germinate
21
+ C5 OK - the viable adult can produce propagules
22
+ C6 OK - the viable lineage can achieve accurate self-reproduction
23
+ C7 OK - the viable lineage can achieve lineage closure
24
+ C8 OK - the viable lineage can exhibit heritable variation
25
+ C9 OK - the viable lineage can adaptively persist
26
+ C10 OK - the viable lineage is evolvable
27
+ C11 OK - the non-digital lineage cannot achieve accurate self-reproduction
28
+ C12 OK - the repair-deficient lineage cannot achieve accurate self-reproduction
29
+ C13 OK - the coatless lineage cannot achieve lineage closure through protected dormancy
30
+ C14 OK - the static lineage cannot achieve adaptive evolution
31
+ C15 OK - the static lineage cannot be an evolvable lineage
@@ -1,22 +1,28 @@
1
- ACT docking abort token — constructor-theory coverage case
1
+ # act-docking-abort
2
2
 
3
- Answer
4
- YES for the classical abort token.
5
- NO for universal cloning and unrestricted audit fan-out of the quantum seal.
3
+ ## Source files
6
4
 
7
- Reason Why
8
- The docking-abort token is treated as an abstract information variable carried by unlike classical media: lamp state, PLC register, radio frame, and audit display. Because those substrates are information media for the same variable, the token can be permuted locally, cloned locally, copied across media, measured into an output record, and embedded in serial and parallel task networks. By contrast, the quantum authenticity seal is treated as a superinformation medium, so cloning all of its states is impossible and unrestricted audit fan-out is blocked.
5
+ - [N3 rules](../act-docking-abort.n3)
9
6
 
10
- Check
11
- C1 OK - the abort lamp is a computation medium
12
- C2 OK - the abort lamp distinguishes the abort bit
13
- C3 OK - permutation of the abort bit is possible on the abort lamp
14
- C4 OK - local cloning of the abort bit is possible on the PLC register
15
- C5 OK - the abort bit can be copied from lamp to PLC
16
- C6 OK - the abort bit can be copied from PLC to radio frame
17
- C7 OK - the abort bit can be measured from radio frame into the audit display
18
- C8 OK - a serial network from lamp via PLC to audit display is possible
19
- C9 OK - a parallel network from PLC to radio frame and audit display is possible
20
- C10 OK - cloning all states of the quantum seal is an impossible task
21
- C11 OK - the quantum seal cannot be universally cloned
22
- C12 OK - the quantum seal cannot be used for unrestricted audit fan-out
7
+ ACT docking abort token — constructor-theory coverage case
8
+
9
+ ## Answer
10
+ YES for the classical abort token.
11
+ NO for universal cloning and unrestricted audit fan-out of the quantum seal.
12
+
13
+ ## Reason Why
14
+ The docking-abort token is treated as an abstract information variable carried by unlike classical media: lamp state, PLC register, radio frame, and audit display. Because those substrates are information media for the same variable, the token can be permuted locally, cloned locally, copied across media, measured into an output record, and embedded in serial and parallel task networks. By contrast, the quantum authenticity seal is treated as a superinformation medium, so cloning all of its states is impossible and unrestricted audit fan-out is blocked.
15
+
16
+ ## Check
17
+ C1 OK - the abort lamp is a computation medium
18
+ C2 OK - the abort lamp distinguishes the abort bit
19
+ C3 OK - permutation of the abort bit is possible on the abort lamp
20
+ C4 OK - local cloning of the abort bit is possible on the PLC register
21
+ C5 OK - the abort bit can be copied from lamp to PLC
22
+ C6 OK - the abort bit can be copied from PLC to radio frame
23
+ C7 OK - the abort bit can be measured from radio frame into the audit display
24
+ C8 OK - a serial network from lamp via PLC to audit display is possible
25
+ C9 OK - a parallel network from PLC to radio frame and audit display is possible
26
+ C10 OK - cloning all states of the quantum seal is an impossible task
27
+ C11 OK - the quantum seal cannot be universally cloned
28
+ C12 OK - the quantum seal cannot be used for unrestricted audit fan-out
@@ -1,24 +1,30 @@
1
- ACT gravity mediator witness
1
+ # act-gravity-mediator-witness
2
2
 
3
- Answer
4
- YES for the mediator-only witness run.
5
- NO for a purely classical mediator model under the same mediator-only conditions.
3
+ ## Source files
6
4
 
7
- Reason Why
8
- The positive run assumes locality and interoperability, excludes direct coupling between the two quantum systems, and records an entanglement witness after interaction through the mediator alone. Under those constructor-theoretic conditions, the mediator must be non-classical, so the run rules out a purely classical mediator model. The contrast run keeps the same locality, interoperability, and mediator-only structure but assigns the mediator a purely classical model. In that case the mediator-only entanglement witness is blocked, so the run cannot support the same non-classicality conclusion.
5
+ - [N3 rules](../act-gravity-mediator-witness.n3)
9
6
 
10
- Check
11
- C1 OK - locality is assumed in the positive run
12
- C2 OK - interoperability is assumed in the positive run
13
- C3 OK - direct coupling between the two quantum systems is excluded
14
- C4 OK - the positive run has a mediator-only interaction path
15
- C5 OK - an entanglement witness is observed in the positive run
16
- C6 OK - the positive run supports an information-transfer interface
17
- C7 OK - the positive run supports local readout
18
- C8 OK - the positive mediator is derived to be non-classical
19
- C9 OK - a purely classical mediator model is ruled out by the positive run
20
- C10 OK - the non-classicality conclusion applies to the gravitational mediator
21
- C11 OK - the contrast run is also mediator-only
22
- C12 OK - the contrast run cannot support a mediator-only entanglement witness
23
- C13 OK - the purely classical gravitational mediator cannot mediate entanglement under the witness conditions
24
- C14 OK - the contrast run cannot support the non-classicality conclusion
7
+ ACT gravity mediator witness
8
+
9
+ ## Answer
10
+ YES for the mediator-only witness run.
11
+ NO for a purely classical mediator model under the same mediator-only conditions.
12
+
13
+ ## Reason Why
14
+ The positive run assumes locality and interoperability, excludes direct coupling between the two quantum systems, and records an entanglement witness after interaction through the mediator alone. Under those constructor-theoretic conditions, the mediator must be non-classical, so the run rules out a purely classical mediator model. The contrast run keeps the same locality, interoperability, and mediator-only structure but assigns the mediator a purely classical model. In that case the mediator-only entanglement witness is blocked, so the run cannot support the same non-classicality conclusion.
15
+
16
+ ## Check
17
+ C1 OK - locality is assumed in the positive run
18
+ C2 OK - interoperability is assumed in the positive run
19
+ C3 OK - direct coupling between the two quantum systems is excluded
20
+ C4 OK - the positive run has a mediator-only interaction path
21
+ C5 OK - an entanglement witness is observed in the positive run
22
+ C6 OK - the positive run supports an information-transfer interface
23
+ C7 OK - the positive run supports local readout
24
+ C8 OK - the positive mediator is derived to be non-classical
25
+ C9 OK - a purely classical mediator model is ruled out by the positive run
26
+ C10 OK - the non-classicality conclusion applies to the gravitational mediator
27
+ C11 OK - the contrast run is also mediator-only
28
+ C12 OK - the contrast run cannot support a mediator-only entanglement witness
29
+ C13 OK - the purely classical gravitational mediator cannot mediate entanglement under the witness conditions
30
+ C14 OK - the contrast run cannot support the non-classicality conclusion
@@ -1,27 +1,33 @@
1
- ACT isolation-breach token — broad constructor-theory coverage case
1
+ # act-isolation-breach
2
2
 
3
- Answer
4
- YES for the classical isolation-breach token.
5
- NO for universal cloning and unrestricted fan-out of the quantum provenance seal.
3
+ ## Source files
6
4
 
7
- Reason Why
8
- The isolation-breach token is treated as an abstract information variable carried by unlike classical media: a door beacon, a containment PLC, a nurse pager, and an incident board. Because those substrates are information media for the same variable, the token can be prepared, permuted, reversed, cloned locally, copied across media, measured into an output record, and composed into serial and parallel task networks. By contrast, the specimen seal is treated as a superinformation medium, so cloning all of its states is impossible and unrestricted parallel fan-out is blocked.
5
+ - [N3 rules](../act-isolation-breach.n3)
9
6
 
10
- Check
11
- C1 OK - the door beacon is an information medium
12
- C2 OK - the containment PLC is an information medium
13
- C3 OK - the nurse pager is an information medium
14
- C4 OK - the incident board is an information medium
15
- C5 OK - the door beacon distinguishes the breach bit
16
- C6 OK - the breach state can be prepared on the nurse pager
17
- C7 OK - permutation from safe to breach is possible on the door beacon
18
- C8 OK - the door beacon supports reversible permutation
19
- C9 OK - local cloning of the breach bit is possible on the containment PLC
20
- C10 OK - the breach bit can be copied from door beacon to containment PLC
21
- C11 OK - the breach bit can be copied from containment PLC to nurse pager
22
- C12 OK - the breach bit can be measured from nurse pager into the incident board
23
- C13 OK - a serial network from door beacon via containment PLC to incident board is possible
24
- C14 OK - a parallel network from containment PLC to nurse pager and incident board is possible
25
- C15 OK - cloning all states of the specimen seal is an impossible task
26
- C16 OK - the specimen seal cannot be universally cloned
27
- C17 OK - the specimen seal cannot support unrestricted parallel fan-out
7
+ ACT isolation-breach token — broad constructor-theory coverage case
8
+
9
+ ## Answer
10
+ YES for the classical isolation-breach token.
11
+ NO for universal cloning and unrestricted fan-out of the quantum provenance seal.
12
+
13
+ ## Reason Why
14
+ The isolation-breach token is treated as an abstract information variable carried by unlike classical media: a door beacon, a containment PLC, a nurse pager, and an incident board. Because those substrates are information media for the same variable, the token can be prepared, permuted, reversed, cloned locally, copied across media, measured into an output record, and composed into serial and parallel task networks. By contrast, the specimen seal is treated as a superinformation medium, so cloning all of its states is impossible and unrestricted parallel fan-out is blocked.
15
+
16
+ ## Check
17
+ C1 OK - the door beacon is an information medium
18
+ C2 OK - the containment PLC is an information medium
19
+ C3 OK - the nurse pager is an information medium
20
+ C4 OK - the incident board is an information medium
21
+ C5 OK - the door beacon distinguishes the breach bit
22
+ C6 OK - the breach state can be prepared on the nurse pager
23
+ C7 OK - permutation from safe to breach is possible on the door beacon
24
+ C8 OK - the door beacon supports reversible permutation
25
+ C9 OK - local cloning of the breach bit is possible on the containment PLC
26
+ C10 OK - the breach bit can be copied from door beacon to containment PLC
27
+ C11 OK - the breach bit can be copied from containment PLC to nurse pager
28
+ C12 OK - the breach bit can be measured from nurse pager into the incident board
29
+ C13 OK - a serial network from door beacon via containment PLC to incident board is possible
30
+ C14 OK - a parallel network from containment PLC to nurse pager and incident board is possible
31
+ C15 OK - cloning all states of the specimen seal is an impossible task
32
+ C16 OK - the specimen seal cannot be universally cloned
33
+ C17 OK - the specimen seal cannot support unrestricted parallel fan-out
@@ -1,20 +1,26 @@
1
- ACT photosynthetic exciton transfer
1
+ # act-photosynthetic-exciton-transfer
2
2
 
3
- Answer
4
- YES for the tuned antenna complex.
5
- NO for the detuned, strongly decohered contrast complex.
3
+ ## Source files
6
4
 
7
- Reason Why
8
- The tuned complex can sample exciton pathways coherently, use vibronically assisted transfer, and exploit short-lived quantum assistance along a downhill route to the reaction center. That makes efficient exciton transfer and reaction-center delivery possible in this case. The detuned contrast complex lacks the same alignment: coherent pathway sampling is blocked, vibronic assistance is unavailable, and the energy landscape is mismatched, so efficient reaction-center delivery is not possible in the same operating picture.
5
+ - [N3 rules](../act-photosynthetic-exciton-transfer.n3)
9
6
 
10
- Check
11
- C1 OK - the tuned complex can sample exciton pathways coherently
12
- C2 OK - the tuned complex can use vibronically assisted transfer
13
- C3 OK - short-lived quantum assistance is enough in the tuned downhill regime
14
- C4 OK - efficient exciton transfer is possible in the tuned complex
15
- C5 OK - the tuned complex can deliver excitation to the reaction center
16
- C6 OK - the detuned complex cannot sample pathways coherently
17
- C7 OK - the detuned complex cannot use vibronically assisted transfer
18
- C8 OK - the detuned complex cannot achieve directed reaction-center transfer
19
- C9 OK - the detuned complex cannot achieve efficient exciton transfer
20
- C10 OK - the detuned complex cannot deliver excitation efficiently to the reaction center
7
+ ACT photosynthetic exciton transfer
8
+
9
+ ## Answer
10
+ YES for the tuned antenna complex.
11
+ NO for the detuned, strongly decohered contrast complex.
12
+
13
+ ## Reason Why
14
+ The tuned complex can sample exciton pathways coherently, use vibronically assisted transfer, and exploit short-lived quantum assistance along a downhill route to the reaction center. That makes efficient exciton transfer and reaction-center delivery possible in this case. The detuned contrast complex lacks the same alignment: coherent pathway sampling is blocked, vibronic assistance is unavailable, and the energy landscape is mismatched, so efficient reaction-center delivery is not possible in the same operating picture.
15
+
16
+ ## Check
17
+ C1 OK - the tuned complex can sample exciton pathways coherently
18
+ C2 OK - the tuned complex can use vibronically assisted transfer
19
+ C3 OK - short-lived quantum assistance is enough in the tuned downhill regime
20
+ C4 OK - efficient exciton transfer is possible in the tuned complex
21
+ C5 OK - the tuned complex can deliver excitation to the reaction center
22
+ C6 OK - the detuned complex cannot sample pathways coherently
23
+ C7 OK - the detuned complex cannot use vibronically assisted transfer
24
+ C8 OK - the detuned complex cannot achieve directed reaction-center transfer
25
+ C9 OK - the detuned complex cannot achieve efficient exciton transfer
26
+ C10 OK - the detuned complex cannot deliver excitation efficiently to the reaction center
@@ -1,20 +1,26 @@
1
- ACT sensor memory reset
1
+ # act-sensor-memory-reset
2
2
 
3
- Answer
4
- YES with the battery pack.
5
- NO with the ambient heat bath alone.
3
+ ## Source files
6
4
 
7
- Reason Why
8
- The alarm latch is a one-bit memory that must be reset to its standard clear state before the radiation sensor can be reused. In this case, the charged battery pack is treated as a work medium, so it can drive a controlled reset and prepare the latch in its reusable standard state. The ambient bath is treated as a heat medium, so by itself it cannot perform the same reliable directed reset. The example also shows an irreversibility pattern: useful work can be degraded into dissipated heat during reset, but the ambient heat bath alone cannot reconstruct the charged work resource.
5
+ - [N3 rules](../act-sensor-memory-reset.n3)
9
6
 
10
- Check
11
- C1 OK - the battery pack can drive a controlled reset
12
- C2 OK - the alarm latch can be reliably reset from work
13
- C3 OK - the latch can be prepared in its standard reusable state
14
- C4 OK - the sensor can be made ready for reuse
15
- C5 OK - the work resource can degrade to heat during reset
16
- C6 OK - the ambient heat bath cannot drive a controlled reset
17
- C7 OK - the latch cannot be reliably reset from heat alone
18
- C8 OK - the latch cannot be prepared in its standard state from heat alone
19
- C9 OK - the sensor cannot be made ready for reuse from heat alone
20
- C10 OK - the ambient heat bath cannot reconstruct the charged work resource by itself
7
+ ACT sensor memory reset
8
+
9
+ ## Answer
10
+ YES with the battery pack.
11
+ NO with the ambient heat bath alone.
12
+
13
+ ## Reason Why
14
+ The alarm latch is a one-bit memory that must be reset to its standard clear state before the radiation sensor can be reused. In this case, the charged battery pack is treated as a work medium, so it can drive a controlled reset and prepare the latch in its reusable standard state. The ambient bath is treated as a heat medium, so by itself it cannot perform the same reliable directed reset. The example also shows an irreversibility pattern: useful work can be degraded into dissipated heat during reset, but the ambient heat bath alone cannot reconstruct the charged work resource.
15
+
16
+ ## Check
17
+ C1 OK - the battery pack can drive a controlled reset
18
+ C2 OK - the alarm latch can be reliably reset from work
19
+ C3 OK - the latch can be prepared in its standard reusable state
20
+ C4 OK - the sensor can be made ready for reuse
21
+ C5 OK - the work resource can degrade to heat during reset
22
+ C6 OK - the ambient heat bath cannot drive a controlled reset
23
+ C7 OK - the latch cannot be reliably reset from heat alone
24
+ C8 OK - the latch cannot be prepared in its standard state from heat alone
25
+ C9 OK - the sensor cannot be made ready for reuse from heat alone
26
+ C10 OK - the ambient heat bath cannot reconstruct the charged work resource by itself
@@ -1,21 +1,27 @@
1
- ACT tunnel-junction wake switch
1
+ # act-tunnel-junction-wake-switch
2
2
 
3
- Answer
4
- YES for the tunnel junction.
5
- NO for the conventional low-bias PN junction in the same wake-switch regime.
3
+ ## Source files
6
4
 
7
- Reason Why
8
- The tunnel junction is modeled as a heavily doped narrow PN junction with overlapping states, so quantum barrier transfer is possible. That makes sub-threshold current possible in the low-forward-bias regime, which in turn makes ultra-low-bias switching possible for the wake circuit. Because the device is also scanned through a peak-to-valley window, a negative differential response is possible as well. By contrast, the conventional junction lacks the structural conditions for the same transfer mode, so it cannot deliver the same low-bias switching task in this case.
5
+ - [N3 rules](../act-tunnel-junction-wake-switch.n3)
9
6
 
10
- Check
11
- C1 OK - the tunnel junction can support quantum barrier transfer
12
- C2 OK - the tunnel junction is classified as tunneling-dominant
13
- C3 OK - the tunnel junction can deliver sub-threshold current
14
- C4 OK - the tunnel junction can show negative differential response
15
- C5 OK - the tunnel junction can perform ultra-low-bias switching
16
- C6 OK - the tunnel junction can serve the leak-alarm wake circuit
17
- C7 OK - the conventional junction cannot support the same quantum barrier transfer
18
- C8 OK - the conventional junction cannot deliver sub-threshold current in this regime
19
- C9 OK - the conventional junction cannot show the tunnel-style negative differential response
20
- C10 OK - the conventional junction cannot perform ultra-low-bias switching here
21
- C11 OK - the conventional junction cannot serve the leak-alarm wake circuit in this case
7
+ ACT tunnel-junction wake switch
8
+
9
+ ## Answer
10
+ YES for the tunnel junction.
11
+ NO for the conventional low-bias PN junction in the same wake-switch regime.
12
+
13
+ ## Reason Why
14
+ The tunnel junction is modeled as a heavily doped narrow PN junction with overlapping states, so quantum barrier transfer is possible. That makes sub-threshold current possible in the low-forward-bias regime, which in turn makes ultra-low-bias switching possible for the wake circuit. Because the device is also scanned through a peak-to-valley window, a negative differential response is possible as well. By contrast, the conventional junction lacks the structural conditions for the same transfer mode, so it cannot deliver the same low-bias switching task in this case.
15
+
16
+ ## Check
17
+ C1 OK - the tunnel junction can support quantum barrier transfer
18
+ C2 OK - the tunnel junction is classified as tunneling-dominant
19
+ C3 OK - the tunnel junction can deliver sub-threshold current
20
+ C4 OK - the tunnel junction can show negative differential response
21
+ C5 OK - the tunnel junction can perform ultra-low-bias switching
22
+ C6 OK - the tunnel junction can serve the leak-alarm wake circuit
23
+ C7 OK - the conventional junction cannot support the same quantum barrier transfer
24
+ C8 OK - the conventional junction cannot deliver sub-threshold current in this regime
25
+ C9 OK - the conventional junction cannot show the tunnel-style negative differential response
26
+ C10 OK - the conventional junction cannot perform ultra-low-bias switching here
27
+ C11 OK - the conventional junction cannot serve the leak-alarm wake circuit in this case
@@ -1,23 +1,29 @@
1
- ACT yeast self-reproduction
1
+ # act-yeast-self-reproduction
2
2
 
3
- Answer
4
- YES for the viable starter culture.
5
- NO for accurate self-reproduction in the non-digital contrast lineage.
3
+ ## Source files
6
4
 
7
- Reason Why
8
- The starter genome is treated as a replicator storing digital hereditary information, while the cell machinery is treated as the vehicle that enables metabolism and copying support. Under no-design laws, digital information makes accurate genome copying possible. Because the replicator is accurate and paired with a vehicle, the whole starter cell qualifies as a self-reproducer. With a variation source and a selection environment, natural selection also becomes possible. By contrast, the non-digital lineage cannot support accurate genome copying under the same no-design-laws assumption, so it cannot sustain the same accurate self-reproduction or natural-selection story.
5
+ - [N3 rules](../act-yeast-self-reproduction.n3)
9
6
 
10
- Check
11
- C1 OK - no-design laws are assumed
12
- C2 OK - digital information is physically instantiated for the viable lineage
13
- C3 OK - a viable replicator is present
14
- C4 OK - a viable vehicle is present
15
- C5 OK - accurate genome copying is possible for the viable lineage
16
- C6 OK - the viable lineage has a replicator-plus-vehicle architecture
17
- C7 OK - the starter cell qualifies as a self-reproducer
18
- C8 OK - heritable variation is possible for the viable lineage
19
- C9 OK - the viable starter culture can support a natural-selection lineage
20
- C10 OK - the fitter viable variant is selected in the fermenter
21
- C11 OK - the non-digital contrast genome cannot be copied accurately under no-design laws
22
- C12 OK - the non-digital contrast cell cannot achieve accurate self-reproduction
23
- C13 OK - the non-digital contrast cell cannot support the same natural-selection lineage
7
+ ACT yeast self-reproduction
8
+
9
+ ## Answer
10
+ YES for the viable starter culture.
11
+ NO for accurate self-reproduction in the non-digital contrast lineage.
12
+
13
+ ## Reason Why
14
+ The starter genome is treated as a replicator storing digital hereditary information, while the cell machinery is treated as the vehicle that enables metabolism and copying support. Under no-design laws, digital information makes accurate genome copying possible. Because the replicator is accurate and paired with a vehicle, the whole starter cell qualifies as a self-reproducer. With a variation source and a selection environment, natural selection also becomes possible. By contrast, the non-digital lineage cannot support accurate genome copying under the same no-design-laws assumption, so it cannot sustain the same accurate self-reproduction or natural-selection story.
15
+
16
+ ## Check
17
+ C1 OK - no-design laws are assumed
18
+ C2 OK - digital information is physically instantiated for the viable lineage
19
+ C3 OK - a viable replicator is present
20
+ C4 OK - a viable vehicle is present
21
+ C5 OK - accurate genome copying is possible for the viable lineage
22
+ C6 OK - the viable lineage has a replicator-plus-vehicle architecture
23
+ C7 OK - the starter cell qualifies as a self-reproducer
24
+ C8 OK - heritable variation is possible for the viable lineage
25
+ C9 OK - the viable starter culture can support a natural-selection lineage
26
+ C10 OK - the fitter viable variant is selected in the fermenter
27
+ C11 OK - the non-digital contrast genome cannot be copied accurately under no-design laws
28
+ C12 OK - the non-digital contrast cell cannot achieve accurate self-reproduction
29
+ C13 OK - the non-digital contrast cell cannot support the same natural-selection lineage
@@ -0,0 +1,7 @@
1
+ # annotation
2
+
3
+ ## Source files
4
+
5
+ - [N3 rules](../annotation.n3)
6
+ - [Input TriG](../input/annotation.trig)
7
+
@@ -0,0 +1,154 @@
1
+ # auroracare
2
+
3
+ ## Source files
4
+
5
+ - [N3 rules](../auroracare.n3)
6
+
7
+ AuroraCare — Purpose-based Medical Data Exchange
8
+
9
+ ## A – Primary care visit
10
+ Clinician in the patient's care team accessing the patient summary for primary care management.
11
+
12
+ ## Answer
13
+ PERMIT
14
+
15
+ ## Reason Why
16
+ Permitted: clinician in the patient's care team, and the primary-care policy matched.
17
+
18
+ ## Check
19
+ C1 SKIPPED - not a prohibited purpose
20
+ C2 OK - clinician
21
+ C3 OK - care-team linked
22
+ C4 SKIPPED
23
+ C5 OK - operator=isAnyOf, allowed=["https://example.org/health#PATIENT_SUMMARY","https://example.org/health#LAB_RESULTS"], requested=["https://example.org/health#PATIENT_SUMMARY"]
24
+ C6 SKIPPED - no prohibition matched
25
+ C7 OK - trace shows matching permission
26
+ C8 SKIPPED - no matched policy or no duties
27
+ C9 SKIPPED - policy has no environment constraint
28
+ C10 INFO - matched policy: urn:policy:primary-care-001
29
+
30
+ ## B – Quality improvement (in scope)
31
+ QI analyst using lab results + summary in a secure environment.
32
+
33
+ ## Answer
34
+ PERMIT
35
+
36
+ ## Reason Why
37
+ Permitted: ODRL/DPV policy matched for secondary use.
38
+
39
+ ## Check
40
+ C1 SKIPPED - not a prohibited purpose
41
+ C2 SKIPPED
42
+ C3 SKIPPED
43
+ C4 OK - opt-in present and policy matched
44
+ C5 OK - operator=isAllOf, allowed=["https://example.org/health#LAB_RESULTS","https://example.org/health#PATIENT_SUMMARY"], requested=["https://example.org/health#LAB_RESULTS","https://example.org/health#PATIENT_SUMMARY"]
45
+ C6 SKIPPED - no prohibition matched
46
+ C7 OK - trace shows matching permission
47
+ C8 INFO - duties attached: duty:https://w3id.org/dpv/legal/eu/ehds#requireConsent, duty:https://w3id.org/dpv/legal/eu/ehds#noExfiltration
48
+ C9 OK - operator=eq, allowed="secure_env", requested="secure_env"
49
+ C10 INFO - matched policy: urn:policy:qi-2025-aurora
50
+
51
+ ## C – Quality improvement (out of scope)
52
+ QI analyst with only lab results; policy expects labs + summary.
53
+
54
+ ## Answer
55
+ DENY
56
+
57
+ ## Reason Why
58
+ Denied: no policy matched (purpose, environment, TOMs, or categories out of scope).
59
+
60
+ ## Check
61
+ C1 SKIPPED - not a prohibited purpose
62
+ C2 SKIPPED
63
+ C3 SKIPPED
64
+ C4 OK - denied because opt-in missing or no policy match
65
+ C5 SKIPPED
66
+ C6 SKIPPED - no prohibition matched
67
+ C7 SKIPPED
68
+ C8 SKIPPED - no matched policy or no duties
69
+ C9 SKIPPED
70
+ C10 SKIPPED - no matched policy
71
+
72
+ ## D – Insurance management
73
+ Insurance bot attempting to use health data for insurance management (prohibited purpose).
74
+
75
+ ## Answer
76
+ DENY
77
+
78
+ ## Reason Why
79
+ Denied: the requested purpose (insurance management) is prohibited by policy.
80
+
81
+ ## Check
82
+ C1 OK - denied prohibited purpose
83
+ C2 SKIPPED
84
+ C3 SKIPPED
85
+ C4 SKIPPED
86
+ C5 SKIPPED
87
+ C6 OK - denied due to prohibition
88
+ C7 SKIPPED
89
+ C8 SKIPPED - no matched policy or no duties
90
+ C9 SKIPPED
91
+ C10 SKIPPED - no matched policy
92
+
93
+ ## E – GP checks labs
94
+ GP for the same patient checking lab results via the API gateway.
95
+
96
+ ## Answer
97
+ PERMIT
98
+
99
+ ## Reason Why
100
+ Permitted: clinician in the patient's care team, and the primary-care policy matched.
101
+
102
+ ## Check
103
+ C1 SKIPPED - not a prohibited purpose
104
+ C2 OK - clinician
105
+ C3 OK - care-team linked
106
+ C4 SKIPPED
107
+ C5 OK - operator=isAnyOf, allowed=["https://example.org/health#PATIENT_SUMMARY","https://example.org/health#LAB_RESULTS"], requested=["https://example.org/health#LAB_RESULTS"]
108
+ C6 SKIPPED - no prohibition matched
109
+ C7 OK - trace shows matching permission
110
+ C8 SKIPPED - no matched policy or no duties
111
+ C9 SKIPPED - policy has no environment constraint
112
+ C10 INFO - matched policy: urn:policy:primary-care-001
113
+
114
+ ## F – Research on anonymised dataset
115
+ Researcher using anonymised labs + summary in a secure environment, with opt-in.
116
+
117
+ ## Answer
118
+ PERMIT
119
+
120
+ ## Reason Why
121
+ Permitted: subject opted in and an ODRL/DPV policy matched (anonymised dataset in secure environment).
122
+
123
+ ## Check
124
+ C1 SKIPPED - not a prohibited purpose
125
+ C2 SKIPPED
126
+ C3 SKIPPED
127
+ C4 OK - opt-in present and policy matched
128
+ C5 OK - operator=isAnyOf, allowed=["https://example.org/health#LAB_RESULTS","https://example.org/health#PATIENT_SUMMARY","https://example.org/health#IMAGING_REPORT"], requested=["https://example.org/health#PATIENT_SUMMARY","https://example.org/health#LAB_RESULTS"]
129
+ C6 SKIPPED - no prohibition matched
130
+ C7 OK - trace shows matching permission
131
+ C8 INFO - duties attached: duty:https://w3id.org/dpv/legal/eu/ehds#annualOutcomeReport, duty:https://w3id.org/dpv/legal/eu/ehds#noReidentification, duty:https://w3id.org/dpv/legal/eu/ehds#noExfiltration
132
+ C9 OK - operator=eq, allowed="secure_env", requested="secure_env"
133
+ C10 INFO - matched policy: urn:policy:research-aurora-diabetes
134
+
135
+ ## G – AI training (opt-out)
136
+ Data user wants to train AI, but the subject opted out of AI training.
137
+
138
+ ## Answer
139
+ DENY
140
+
141
+ ## Reason Why
142
+ Denied: you opted out of your data being used to train AI systems.
143
+
144
+ ## Check
145
+ C1 SKIPPED - not a prohibited purpose
146
+ C2 SKIPPED
147
+ C3 SKIPPED
148
+ C4 OK - denied because opt-in missing or no policy match
149
+ C5 SKIPPED
150
+ C6 SKIPPED - no prohibition matched
151
+ C7 SKIPPED
152
+ C8 SKIPPED - no matched policy or no duties
153
+ C9 SKIPPED
154
+ C10 SKIPPED - no matched policy
@@ -0,0 +1,11 @@
1
+ # backward-recursion
2
+
3
+ ## Source files
4
+
5
+ - [N3 rules](../backward-recursion.n3)
6
+ - [Input TriG](../input/backward-recursion.trig)
7
+
8
+ @prefix : <urn:example#> .
9
+
10
+ :a :reaches :b .
11
+ :a :reaches :c .