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.
- package/HANDBOOK.md +35 -35
- package/dist/browser/eyeling.browser.js +14 -1
- package/examples/act-alarm-bit-interoperability.n3 +5 -3
- package/examples/act-barley-seed-lineage.n3 +5 -3
- package/examples/act-docking-abort.n3 +5 -3
- package/examples/act-gravity-mediator-witness.n3 +5 -3
- package/examples/act-isolation-breach.n3 +5 -3
- package/examples/act-photosynthetic-exciton-transfer.n3 +5 -3
- package/examples/act-sensor-memory-reset.n3 +5 -3
- package/examples/act-tunnel-junction-wake-switch.n3 +5 -3
- package/examples/act-yeast-self-reproduction.n3 +5 -3
- package/examples/annotation.n3 +5 -0
- package/examples/auroracare.n3 +29 -29
- package/examples/backward-recursion.n3 +5 -0
- package/examples/barley-seed-becoming.n3 +5 -3
- package/examples/bmi.n3 +5 -3
- package/examples/builtin-coverage.n3 +5 -0
- package/examples/calidor.n3 +3 -3
- package/examples/collection.n3 +5 -0
- package/examples/complex-matrix-stability.n3 +5 -3
- package/examples/context-association.n3 +1 -9
- package/examples/control-system.n3 +5 -3
- package/examples/deep-taxonomy-10.n3 +5 -3
- package/examples/deep-taxonomy-100.n3 +5 -3
- package/examples/deep-taxonomy-1000.n3 +5 -3
- package/examples/deep-taxonomy-10000.n3 +5 -3
- package/examples/deep-taxonomy-100000.n3 +3 -1
- package/examples/delfour.n3 +3 -3
- package/examples/digital-product-passport.n3 +2 -0
- package/examples/dijkstra-risk-path.n3 +1 -2
- package/examples/easter.n3 +6 -4
- package/examples/eco-route-insight.n3 +1 -2
- package/examples/flandor.n3 +3 -3
- package/examples/french-cities.n3 +5 -3
- package/examples/fundamental-theorem-arithmetic.n3 +5 -3
- package/examples/genetic-algorithm-knapsack.n3 +1 -1
- package/examples/genetic-algorithm.n3 +1 -1
- package/examples/genetic-knapsack-selection.n3 +1 -2
- package/examples/gps.n3 +5 -3
- package/examples/harborsmr.n3 +5 -3
- package/examples/input/ontology-question-generation.trig +79 -0
- package/examples/input/rdf-message-flow.trig +10 -10
- package/examples/input/rdf-messages.trig +6 -6
- package/examples/interop-demo.n3 +3 -1
- package/examples/matrix-mechanics.n3 +3 -3
- package/examples/medior.n3 +3 -3
- package/examples/n3-speaks-for-itself.n3 +5 -0
- package/examples/odrl-dpv-ehds-risk-ranked.n3 +1 -1
- package/examples/odrl-dpv-healthcare-risk-ranked.n3 +1 -1
- package/examples/odrl-dpv-risk-ranked.n3 +1 -1
- package/examples/odrl-risk-mitigation.n3 +1 -1
- package/examples/odrl-risk.n3 +1 -1
- package/examples/ontology-question-generation.n3 +409 -0
- package/examples/output/{act-alarm-bit-interoperability.txt → act-alarm-bit-interoperability.md} +23 -17
- package/examples/output/act-barley-seed-lineage.md +31 -0
- package/examples/output/{act-docking-abort.txt → act-docking-abort.md} +25 -19
- package/examples/output/{act-gravity-mediator-witness.txt → act-gravity-mediator-witness.md} +27 -21
- package/examples/output/{act-isolation-breach.txt → act-isolation-breach.md} +30 -24
- package/examples/output/{act-photosynthetic-exciton-transfer.txt → act-photosynthetic-exciton-transfer.md} +23 -17
- package/examples/output/{act-sensor-memory-reset.txt → act-sensor-memory-reset.md} +23 -17
- package/examples/output/{act-tunnel-junction-wake-switch.txt → act-tunnel-junction-wake-switch.md} +24 -18
- package/examples/output/{act-yeast-self-reproduction.txt → act-yeast-self-reproduction.md} +26 -20
- package/examples/output/annotation.md +7 -0
- package/examples/output/auroracare.md +154 -0
- package/examples/output/backward-recursion.md +11 -0
- package/examples/output/barley-seed-becoming.md +31 -0
- package/examples/output/bmi.md +26 -0
- package/examples/output/builtin-coverage.md +7 -0
- package/examples/output/calidor.md +35 -0
- package/examples/output/collection.md +7 -0
- package/examples/output/{complex-matrix-stability.txt → complex-matrix-stability.md} +17 -11
- package/examples/output/context-association.md +12 -0
- package/examples/output/{control-system.txt → control-system.md} +23 -17
- package/examples/output/deep-taxonomy-10.md +21 -0
- package/examples/output/deep-taxonomy-100.md +21 -0
- package/examples/output/{deep-taxonomy-1000.txt → deep-taxonomy-1000.md} +18 -12
- package/examples/output/{deep-taxonomy-10000.txt → deep-taxonomy-10000.md} +18 -12
- package/examples/output/{deep-taxonomy-100000.txt → deep-taxonomy-100000.md} +18 -12
- package/examples/output/delfour.md +36 -0
- package/examples/output/digital-product-passport.md +7 -0
- package/examples/output/dijkstra-risk-path.md +16 -0
- package/examples/output/{easter.txt → easter.md} +156 -150
- package/examples/output/eco-route-insight.md +25 -0
- package/examples/output/flandor.md +37 -0
- package/examples/output/{french-cities.txt → french-cities.md} +17 -11
- package/examples/output/{fundamental-theorem-arithmetic.txt → fundamental-theorem-arithmetic.md} +18 -12
- package/examples/output/genetic-algorithm-knapsack.md +7 -0
- package/examples/output/genetic-algorithm.md +7 -0
- package/examples/output/genetic-knapsack-selection.md +18 -0
- package/examples/output/{gps.txt → gps.md} +18 -12
- package/examples/output/harborsmr.md +26 -0
- package/examples/output/interop-demo.md +7 -0
- package/examples/output/matrix-mechanics.md +20 -0
- package/examples/output/medior.md +38 -0
- package/examples/output/n3-speaks-for-itself.md +58 -0
- package/examples/output/{odrl-dpv-ehds-risk-ranked.txt → odrl-dpv-ehds-risk-ranked.md} +20 -15
- package/examples/output/{odrl-dpv-healthcare-risk-ranked.txt → odrl-dpv-healthcare-risk-ranked.md} +17 -12
- package/examples/output/{odrl-dpv-risk-ranked.txt → odrl-dpv-risk-ranked.md} +21 -16
- package/examples/output/{odrl-risk-mitigation.txt → odrl-risk-mitigation.md} +21 -16
- package/examples/output/{odrl-risk.txt → odrl-risk.md} +10 -5
- package/examples/output/ontology-question-generation.md +31 -0
- package/examples/output/parcellocker.md +26 -0
- package/examples/output/pn-junction-tunneling.md +29 -0
- package/examples/output/queens.md +27 -0
- package/examples/output/rc-discharge-envelope.md +16 -0
- package/examples/output/rdf-dataset.md +12 -0
- package/examples/output/rdf-message-flow.md +12 -0
- package/examples/output/rdf-messages.md +12 -0
- package/examples/output/{resto.txt → resto.md} +23 -17
- package/examples/output/school-placement-audit.md +16 -0
- package/examples/output/smoke-arithmetic.md +12 -0
- package/examples/output/sqrt2-cauchy.md +19 -0
- package/examples/output/sqrt2-dedekind.md +37 -0
- package/examples/output/sudoku.md +49 -0
- package/examples/output/transcendental-numbers-stretched.md +266 -0
- package/examples/output/transistor-switch.md +30 -0
- package/examples/output/triple-terms.md +12 -0
- package/examples/output/{tunnel-junction-wake-switch-becoming.txt → tunnel-junction-wake-switch-becoming.md} +24 -18
- package/examples/output/{wind-turbine.txt → wind-turbine.md} +21 -15
- package/examples/parcellocker.n3 +3 -1
- package/examples/pn-junction-tunneling.n3 +3 -3
- package/examples/queens.n3 +1 -0
- package/examples/rc-discharge-envelope.n3 +1 -1
- package/examples/rdf-dataset.n3 +5 -0
- package/examples/rdf-message-flow.n3 +1 -2
- package/examples/rdf-messages.n3 +1 -2
- package/examples/resto.n3 +5 -3
- package/examples/school-placement-audit.n3 +1 -2
- package/examples/smoke-arithmetic.n3 +1 -1
- package/examples/sqrt2-cauchy.n3 +2 -0
- package/examples/sqrt2-dedekind.n3 +2 -0
- package/examples/sudoku.n3 +14 -14
- package/examples/transcendental-numbers-stretched.n3 +5 -0
- package/examples/transistor-switch.n3 +3 -3
- package/examples/triple-terms.n3 +5 -0
- package/examples/tunnel-junction-wake-switch-becoming.n3 +5 -3
- package/examples/wind-turbine.n3 +5 -3
- package/eyeling.js +14 -1
- package/lib/explain.js +14 -1
- package/package.json +1 -1
- package/test/examples.test.js +44 -13
- package/test/package.test.js +43 -7
- package/examples/output/act-barley-seed-lineage.txt +0 -25
- package/examples/output/annotation.n3 +0 -0
- package/examples/output/auroracare.txt +0 -149
- package/examples/output/backward-recursion.n3 +0 -4
- package/examples/output/barley-seed-becoming.txt +0 -25
- package/examples/output/bmi.txt +0 -20
- package/examples/output/builtin-coverage.n3 +0 -0
- package/examples/output/calidor.txt +0 -29
- package/examples/output/collection.n3 +0 -0
- package/examples/output/context-association.n3 +0 -9
- package/examples/output/deep-taxonomy-10.txt +0 -15
- package/examples/output/deep-taxonomy-100.txt +0 -15
- package/examples/output/delfour.txt +0 -30
- package/examples/output/digital-product-passport.txt +0 -1
- package/examples/output/dijkstra-risk-path.n3 +0 -3
- package/examples/output/eco-route-insight.n3 +0 -3
- package/examples/output/flandor.txt +0 -31
- package/examples/output/genetic-algorithm-knapsack.txt +0 -1
- package/examples/output/genetic-algorithm.txt +0 -1
- package/examples/output/genetic-knapsack-selection.n3 +0 -3
- package/examples/output/harborsmr.txt +0 -20
- package/examples/output/interop-demo.txt +0 -1
- package/examples/output/matrix-mechanics.txt +0 -14
- package/examples/output/medior.txt +0 -32
- package/examples/output/n3-speaks-for-itself.txt +0 -52
- package/examples/output/parcellocker.txt +0 -20
- package/examples/output/pn-junction-tunneling.txt +0 -23
- package/examples/output/queens.txt +0 -21
- package/examples/output/rc-discharge-envelope.n3 +0 -9
- package/examples/output/rc-discharge-envelope.txt +0 -9
- package/examples/output/rdf-dataset.n3 +0 -5
- package/examples/output/rdf-message-flow.n3 +0 -7
- package/examples/output/rdf-messages.n3 +0 -7
- package/examples/output/school-placement-audit.n3 +0 -3
- package/examples/output/smoke-arithmetic.n3 +0 -5
- package/examples/output/smoke-arithmetic.txt +0 -5
- package/examples/output/sqrt2-cauchy.txt +0 -13
- package/examples/output/sqrt2-dedekind.txt +0 -31
- package/examples/output/sudoku.txt +0 -43
- package/examples/output/transcendental-numbers-stretched.txt +0 -260
- package/examples/output/transistor-switch.txt +0 -24
- package/examples/output/triple-terms.n3 +0 -5
package/examples/output/{act-alarm-bit-interoperability.txt → act-alarm-bit-interoperability.md}
RENAMED
|
@@ -1,20 +1,26 @@
|
|
|
1
|
-
|
|
1
|
+
# act-alarm-bit-interoperability
|
|
2
2
|
|
|
3
|
-
|
|
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
|
-
|
|
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
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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
|
-
|
|
1
|
+
# act-docking-abort
|
|
2
2
|
|
|
3
|
-
|
|
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
|
-
|
|
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
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
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
|
package/examples/output/{act-gravity-mediator-witness.txt → act-gravity-mediator-witness.md}
RENAMED
|
@@ -1,24 +1,30 @@
|
|
|
1
|
-
|
|
1
|
+
# act-gravity-mediator-witness
|
|
2
2
|
|
|
3
|
-
|
|
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
|
-
|
|
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
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
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
|
-
|
|
1
|
+
# act-isolation-breach
|
|
2
2
|
|
|
3
|
-
|
|
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
|
-
|
|
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
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
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
|
-
|
|
1
|
+
# act-photosynthetic-exciton-transfer
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
YES for the tuned antenna complex.
|
|
5
|
-
NO for the detuned, strongly decohered contrast complex.
|
|
3
|
+
## Source files
|
|
6
4
|
|
|
7
|
-
|
|
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
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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
|
-
|
|
1
|
+
# act-sensor-memory-reset
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
YES with the battery pack.
|
|
5
|
-
NO with the ambient heat bath alone.
|
|
3
|
+
## Source files
|
|
6
4
|
|
|
7
|
-
|
|
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
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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
|
package/examples/output/{act-tunnel-junction-wake-switch.txt → act-tunnel-junction-wake-switch.md}
RENAMED
|
@@ -1,21 +1,27 @@
|
|
|
1
|
-
|
|
1
|
+
# act-tunnel-junction-wake-switch
|
|
2
2
|
|
|
3
|
-
|
|
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
|
-
|
|
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
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
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
|
-
|
|
1
|
+
# act-yeast-self-reproduction
|
|
2
2
|
|
|
3
|
-
|
|
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
|
-
|
|
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
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
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,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
|