eyeling 1.24.6 → 1.24.8
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 +2 -0
- package/examples/act-barley-seed-lineage.n3 +2 -0
- package/examples/act-docking-abort.n3 +2 -0
- package/examples/act-gravity-mediator-witness.n3 +2 -0
- package/examples/act-isolation-breach.n3 +2 -0
- package/examples/act-photosynthetic-exciton-transfer.n3 +2 -0
- package/examples/act-sensor-memory-reset.n3 +2 -0
- package/examples/act-tunnel-junction-wake-switch.n3 +2 -0
- package/examples/act-yeast-self-reproduction.n3 +2 -0
- package/examples/annotation.n3 +5 -0
- package/examples/auroracare.n3 +8 -8
- package/examples/backward-recursion.n3 +5 -0
- package/examples/barley-seed-becoming.n3 +2 -0
- package/examples/bmi.n3 +2 -0
- 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 +2 -0
- package/examples/context-association.n3 +0 -8
- package/examples/control-system.n3 +2 -0
- package/examples/deep-taxonomy-10.n3 +2 -0
- package/examples/deep-taxonomy-100.n3 +2 -0
- package/examples/deep-taxonomy-1000.n3 +2 -0
- package/examples/deep-taxonomy-10000.n3 +2 -0
- package/examples/deep-taxonomy-100000.n3 +2 -0
- 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 +3 -1
- package/examples/eco-route-insight.n3 +1 -2
- package/examples/flandor.n3 +3 -3
- package/examples/french-cities.n3 +2 -0
- package/examples/fundamental-theorem-arithmetic.n3 +2 -0
- 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 +2 -0
- package/examples/harborsmr.n3 +2 -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/output/{act-alarm-bit-interoperability.txt → act-alarm-bit-interoperability.md} +19 -17
- package/examples/output/act-barley-seed-lineage.md +27 -0
- package/examples/output/{act-docking-abort.txt → act-docking-abort.md} +21 -19
- package/examples/output/{act-gravity-mediator-witness.txt → act-gravity-mediator-witness.md} +23 -21
- package/examples/output/{act-isolation-breach.txt → act-isolation-breach.md} +26 -24
- package/examples/output/{act-photosynthetic-exciton-transfer.txt → act-photosynthetic-exciton-transfer.md} +19 -17
- package/examples/output/{act-sensor-memory-reset.txt → act-sensor-memory-reset.md} +19 -17
- package/examples/output/{act-tunnel-junction-wake-switch.txt → act-tunnel-junction-wake-switch.md} +20 -18
- package/examples/output/{act-yeast-self-reproduction.txt → act-yeast-self-reproduction.md} +22 -20
- package/examples/output/annotation.md +1 -0
- package/examples/output/auroracare.md +150 -0
- package/examples/output/backward-recursion.md +6 -0
- package/examples/output/barley-seed-becoming.md +27 -0
- package/examples/output/{bmi.txt → bmi.md} +19 -17
- package/examples/output/builtin-coverage.md +1 -0
- package/examples/output/calidor.md +31 -0
- package/examples/output/collection.md +1 -0
- package/examples/output/{complex-matrix-stability.txt → complex-matrix-stability.md} +13 -11
- package/examples/output/context-association.md +7 -0
- package/examples/output/{control-system.txt → control-system.md} +19 -17
- package/examples/output/{deep-taxonomy-10.txt → deep-taxonomy-10.md} +14 -12
- package/examples/output/{deep-taxonomy-100.txt → deep-taxonomy-100.md} +14 -12
- package/examples/output/{deep-taxonomy-1000.txt → deep-taxonomy-1000.md} +14 -12
- package/examples/output/{deep-taxonomy-10000.txt → deep-taxonomy-10000.md} +14 -12
- package/examples/output/{deep-taxonomy-100000.txt → deep-taxonomy-100000.md} +14 -12
- package/examples/output/delfour.md +32 -0
- package/examples/output/digital-product-passport.md +3 -0
- package/examples/output/dijkstra-risk-path.md +11 -0
- package/examples/output/{easter.txt → easter.md} +152 -150
- package/examples/output/eco-route-insight.md +20 -0
- package/examples/output/flandor.md +33 -0
- package/examples/output/{french-cities.txt → french-cities.md} +13 -11
- package/examples/output/{fundamental-theorem-arithmetic.txt → fundamental-theorem-arithmetic.md} +14 -12
- package/examples/output/genetic-algorithm-knapsack.md +3 -0
- package/examples/output/genetic-algorithm.md +3 -0
- package/examples/output/genetic-knapsack-selection.md +13 -0
- package/examples/output/{gps.txt → gps.md} +14 -12
- package/examples/output/harborsmr.md +22 -0
- package/examples/output/{interop-demo.txt → interop-demo.md} +3 -1
- package/examples/output/matrix-mechanics.md +16 -0
- package/examples/output/medior.md +34 -0
- package/examples/output/n3-speaks-for-itself.md +54 -0
- package/examples/output/{odrl-dpv-ehds-risk-ranked.txt → odrl-dpv-ehds-risk-ranked.md} +16 -15
- package/examples/output/{odrl-dpv-healthcare-risk-ranked.txt → odrl-dpv-healthcare-risk-ranked.md} +13 -12
- package/examples/output/{odrl-dpv-risk-ranked.txt → odrl-dpv-risk-ranked.md} +17 -16
- package/examples/output/{odrl-risk-mitigation.txt → odrl-risk-mitigation.md} +17 -16
- package/examples/output/{odrl-risk.txt → odrl-risk.md} +6 -5
- package/examples/output/parcellocker.md +22 -0
- package/examples/output/pn-junction-tunneling.md +25 -0
- package/examples/output/queens.md +23 -0
- package/examples/output/{rc-discharge-envelope.txt → rc-discharge-envelope.md} +10 -8
- package/examples/output/rdf-dataset.md +7 -0
- package/examples/output/rdf-message-flow.md +7 -0
- package/examples/output/rdf-messages.md +7 -0
- package/examples/output/{resto.txt → resto.md} +19 -17
- package/examples/output/school-placement-audit.md +11 -0
- package/examples/output/smoke-arithmetic.md +7 -0
- package/examples/output/sqrt2-cauchy.md +15 -0
- package/examples/output/sqrt2-dedekind.md +33 -0
- package/examples/output/{sudoku.txt → sudoku.md} +45 -43
- package/examples/output/transcendental-numbers-stretched.md +262 -0
- package/examples/output/transistor-switch.md +26 -0
- package/examples/output/triple-terms.md +7 -0
- package/examples/output/{tunnel-junction-wake-switch-becoming.txt → tunnel-junction-wake-switch-becoming.md} +20 -18
- package/examples/output/{wind-turbine.txt → wind-turbine.md} +17 -15
- package/examples/parcellocker.n3 +2 -0
- 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 +2 -0
- 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 +2 -0
- package/examples/wind-turbine.n3 +2 -0
- 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/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/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/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/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/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-tunnel-junction-wake-switch.txt → act-tunnel-junction-wake-switch.md}
RENAMED
|
@@ -1,21 +1,23 @@
|
|
|
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
|
+
ACT tunnel-junction wake switch
|
|
6
4
|
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
Answer
|
|
6
|
+
YES for the tunnel junction.
|
|
7
|
+
NO for the conventional low-bias PN junction in the same wake-switch regime.
|
|
9
8
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
9
|
+
Reason Why
|
|
10
|
+
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.
|
|
11
|
+
|
|
12
|
+
Check
|
|
13
|
+
C1 OK - the tunnel junction can support quantum barrier transfer
|
|
14
|
+
C2 OK - the tunnel junction is classified as tunneling-dominant
|
|
15
|
+
C3 OK - the tunnel junction can deliver sub-threshold current
|
|
16
|
+
C4 OK - the tunnel junction can show negative differential response
|
|
17
|
+
C5 OK - the tunnel junction can perform ultra-low-bias switching
|
|
18
|
+
C6 OK - the tunnel junction can serve the leak-alarm wake circuit
|
|
19
|
+
C7 OK - the conventional junction cannot support the same quantum barrier transfer
|
|
20
|
+
C8 OK - the conventional junction cannot deliver sub-threshold current in this regime
|
|
21
|
+
C9 OK - the conventional junction cannot show the tunnel-style negative differential response
|
|
22
|
+
C10 OK - the conventional junction cannot perform ultra-low-bias switching here
|
|
23
|
+
C11 OK - the conventional junction cannot serve the leak-alarm wake circuit in this case
|
|
@@ -1,23 +1,25 @@
|
|
|
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
|
+
ACT yeast self-reproduction
|
|
6
4
|
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
Answer
|
|
6
|
+
YES for the viable starter culture.
|
|
7
|
+
NO for accurate self-reproduction in the non-digital contrast lineage.
|
|
9
8
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
9
|
+
Reason Why
|
|
10
|
+
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.
|
|
11
|
+
|
|
12
|
+
Check
|
|
13
|
+
C1 OK - no-design laws are assumed
|
|
14
|
+
C2 OK - digital information is physically instantiated for the viable lineage
|
|
15
|
+
C3 OK - a viable replicator is present
|
|
16
|
+
C4 OK - a viable vehicle is present
|
|
17
|
+
C5 OK - accurate genome copying is possible for the viable lineage
|
|
18
|
+
C6 OK - the viable lineage has a replicator-plus-vehicle architecture
|
|
19
|
+
C7 OK - the starter cell qualifies as a self-reproducer
|
|
20
|
+
C8 OK - heritable variation is possible for the viable lineage
|
|
21
|
+
C9 OK - the viable starter culture can support a natural-selection lineage
|
|
22
|
+
C10 OK - the fitter viable variant is selected in the fermenter
|
|
23
|
+
C11 OK - the non-digital contrast genome cannot be copied accurately under no-design laws
|
|
24
|
+
C12 OK - the non-digital contrast cell cannot achieve accurate self-reproduction
|
|
25
|
+
C13 OK - the non-digital contrast cell cannot support the same natural-selection lineage
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# annotation
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
# auroracare
|
|
2
|
+
|
|
3
|
+
AuroraCare — Purpose-based Medical Data Exchange
|
|
4
|
+
|
|
5
|
+
## A – Primary care visit
|
|
6
|
+
Clinician in the patient's care team accessing the patient summary for primary care management.
|
|
7
|
+
|
|
8
|
+
Answer
|
|
9
|
+
PERMIT
|
|
10
|
+
|
|
11
|
+
Reason Why
|
|
12
|
+
Permitted: clinician in the patient's care team, and the primary-care policy matched.
|
|
13
|
+
|
|
14
|
+
Check
|
|
15
|
+
C1 SKIPPED - not a prohibited purpose
|
|
16
|
+
C2 OK - clinician
|
|
17
|
+
C3 OK - care-team linked
|
|
18
|
+
C4 SKIPPED
|
|
19
|
+
C5 OK - operator=isAnyOf, allowed=["https://example.org/health#PATIENT_SUMMARY","https://example.org/health#LAB_RESULTS"], requested=["https://example.org/health#PATIENT_SUMMARY"]
|
|
20
|
+
C6 SKIPPED - no prohibition matched
|
|
21
|
+
C7 OK - trace shows matching permission
|
|
22
|
+
C8 SKIPPED - no matched policy or no duties
|
|
23
|
+
C9 SKIPPED - policy has no environment constraint
|
|
24
|
+
C10 INFO - matched policy: urn:policy:primary-care-001
|
|
25
|
+
|
|
26
|
+
## B – Quality improvement (in scope)
|
|
27
|
+
QI analyst using lab results + summary in a secure environment.
|
|
28
|
+
|
|
29
|
+
Answer
|
|
30
|
+
PERMIT
|
|
31
|
+
|
|
32
|
+
Reason Why
|
|
33
|
+
Permitted: ODRL/DPV policy matched for secondary use.
|
|
34
|
+
|
|
35
|
+
Check
|
|
36
|
+
C1 SKIPPED - not a prohibited purpose
|
|
37
|
+
C2 SKIPPED
|
|
38
|
+
C3 SKIPPED
|
|
39
|
+
C4 OK - opt-in present and policy matched
|
|
40
|
+
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"]
|
|
41
|
+
C6 SKIPPED - no prohibition matched
|
|
42
|
+
C7 OK - trace shows matching permission
|
|
43
|
+
C8 INFO - duties attached: duty:https://w3id.org/dpv/legal/eu/ehds#requireConsent, duty:https://w3id.org/dpv/legal/eu/ehds#noExfiltration
|
|
44
|
+
C9 OK - operator=eq, allowed="secure_env", requested="secure_env"
|
|
45
|
+
C10 INFO - matched policy: urn:policy:qi-2025-aurora
|
|
46
|
+
|
|
47
|
+
## C – Quality improvement (out of scope)
|
|
48
|
+
QI analyst with only lab results; policy expects labs + summary.
|
|
49
|
+
|
|
50
|
+
Answer
|
|
51
|
+
DENY
|
|
52
|
+
|
|
53
|
+
Reason Why
|
|
54
|
+
Denied: no policy matched (purpose, environment, TOMs, or categories out of scope).
|
|
55
|
+
|
|
56
|
+
Check
|
|
57
|
+
C1 SKIPPED - not a prohibited purpose
|
|
58
|
+
C2 SKIPPED
|
|
59
|
+
C3 SKIPPED
|
|
60
|
+
C4 OK - denied because opt-in missing or no policy match
|
|
61
|
+
C5 SKIPPED
|
|
62
|
+
C6 SKIPPED - no prohibition matched
|
|
63
|
+
C7 SKIPPED
|
|
64
|
+
C8 SKIPPED - no matched policy or no duties
|
|
65
|
+
C9 SKIPPED
|
|
66
|
+
C10 SKIPPED - no matched policy
|
|
67
|
+
|
|
68
|
+
## D – Insurance management
|
|
69
|
+
Insurance bot attempting to use health data for insurance management (prohibited purpose).
|
|
70
|
+
|
|
71
|
+
Answer
|
|
72
|
+
DENY
|
|
73
|
+
|
|
74
|
+
Reason Why
|
|
75
|
+
Denied: the requested purpose (insurance management) is prohibited by policy.
|
|
76
|
+
|
|
77
|
+
Check
|
|
78
|
+
C1 OK - denied prohibited purpose
|
|
79
|
+
C2 SKIPPED
|
|
80
|
+
C3 SKIPPED
|
|
81
|
+
C4 SKIPPED
|
|
82
|
+
C5 SKIPPED
|
|
83
|
+
C6 OK - denied due to prohibition
|
|
84
|
+
C7 SKIPPED
|
|
85
|
+
C8 SKIPPED - no matched policy or no duties
|
|
86
|
+
C9 SKIPPED
|
|
87
|
+
C10 SKIPPED - no matched policy
|
|
88
|
+
|
|
89
|
+
## E – GP checks labs
|
|
90
|
+
GP for the same patient checking lab results via the API gateway.
|
|
91
|
+
|
|
92
|
+
Answer
|
|
93
|
+
PERMIT
|
|
94
|
+
|
|
95
|
+
Reason Why
|
|
96
|
+
Permitted: clinician in the patient's care team, and the primary-care policy matched.
|
|
97
|
+
|
|
98
|
+
Check
|
|
99
|
+
C1 SKIPPED - not a prohibited purpose
|
|
100
|
+
C2 OK - clinician
|
|
101
|
+
C3 OK - care-team linked
|
|
102
|
+
C4 SKIPPED
|
|
103
|
+
C5 OK - operator=isAnyOf, allowed=["https://example.org/health#PATIENT_SUMMARY","https://example.org/health#LAB_RESULTS"], requested=["https://example.org/health#LAB_RESULTS"]
|
|
104
|
+
C6 SKIPPED - no prohibition matched
|
|
105
|
+
C7 OK - trace shows matching permission
|
|
106
|
+
C8 SKIPPED - no matched policy or no duties
|
|
107
|
+
C9 SKIPPED - policy has no environment constraint
|
|
108
|
+
C10 INFO - matched policy: urn:policy:primary-care-001
|
|
109
|
+
|
|
110
|
+
## F – Research on anonymised dataset
|
|
111
|
+
Researcher using anonymised labs + summary in a secure environment, with opt-in.
|
|
112
|
+
|
|
113
|
+
Answer
|
|
114
|
+
PERMIT
|
|
115
|
+
|
|
116
|
+
Reason Why
|
|
117
|
+
Permitted: subject opted in and an ODRL/DPV policy matched (anonymised dataset in secure environment).
|
|
118
|
+
|
|
119
|
+
Check
|
|
120
|
+
C1 SKIPPED - not a prohibited purpose
|
|
121
|
+
C2 SKIPPED
|
|
122
|
+
C3 SKIPPED
|
|
123
|
+
C4 OK - opt-in present and policy matched
|
|
124
|
+
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"]
|
|
125
|
+
C6 SKIPPED - no prohibition matched
|
|
126
|
+
C7 OK - trace shows matching permission
|
|
127
|
+
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
|
|
128
|
+
C9 OK - operator=eq, allowed="secure_env", requested="secure_env"
|
|
129
|
+
C10 INFO - matched policy: urn:policy:research-aurora-diabetes
|
|
130
|
+
|
|
131
|
+
## G – AI training (opt-out)
|
|
132
|
+
Data user wants to train AI, but the subject opted out of AI training.
|
|
133
|
+
|
|
134
|
+
Answer
|
|
135
|
+
DENY
|
|
136
|
+
|
|
137
|
+
Reason Why
|
|
138
|
+
Denied: you opted out of your data being used to train AI systems.
|
|
139
|
+
|
|
140
|
+
Check
|
|
141
|
+
C1 SKIPPED - not a prohibited purpose
|
|
142
|
+
C2 SKIPPED
|
|
143
|
+
C3 SKIPPED
|
|
144
|
+
C4 OK - denied because opt-in missing or no policy match
|
|
145
|
+
C5 SKIPPED
|
|
146
|
+
C6 SKIPPED - no prohibition matched
|
|
147
|
+
C7 SKIPPED
|
|
148
|
+
C8 SKIPPED - no matched policy or no duties
|
|
149
|
+
C9 SKIPPED
|
|
150
|
+
C10 SKIPPED - no matched policy
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# barley-seed-becoming
|
|
2
|
+
|
|
3
|
+
Barley seed lineage — becoming
|
|
4
|
+
|
|
5
|
+
Answer
|
|
6
|
+
YES for the viable barley lineage.
|
|
7
|
+
NO for the contrast lineages when digital heredity, repair, protected dormancy, or heritable variation are missing.
|
|
8
|
+
|
|
9
|
+
Reason Why
|
|
10
|
+
The main lineage can be read as a becoming: a protected dormant seed can germinate, an adult plant can become a next seed stage, and the lineage can therefore become a self-renewing cycle. Because its hereditary information is digitally instantiated and repair is available, it can also become an accurately reproduced next generation under no-design laws. And because heritable variation is present under a matching selection environment, it can become an adaptively persistent lineage. The contrast lineages mark blocked becomings: non-digital heredity blocks accurate copying, lack of repair blocks reliable renewal, lack of dormancy protection blocks closure through the seed phase, and lack of heritable variation blocks adaptive becoming.
|
|
11
|
+
|
|
12
|
+
Check
|
|
13
|
+
B1 OK - no-design laws are assumed
|
|
14
|
+
B2 OK - the viable genome can become accurately copied
|
|
15
|
+
B3 OK - the viable seed can become a protected dormant phase
|
|
16
|
+
B4 OK - the viable seed can become a germinating stage
|
|
17
|
+
B5 OK - the viable adult can become a next dormant seed stage
|
|
18
|
+
B6 OK - the viable lineage can become an accurately reproduced next generation
|
|
19
|
+
B7 OK - the viable lineage can become a closed life cycle
|
|
20
|
+
B8 OK - the viable lineage can become a novel variant lineage
|
|
21
|
+
B9 OK - the viable lineage can become adaptively persistent
|
|
22
|
+
B10 OK - the viable lineage is an evolvable becoming
|
|
23
|
+
B11 OK - the non-digital lineage cannot become an accurately reproduced next generation
|
|
24
|
+
B12 OK - the repair-deficient lineage cannot become an accurately reproduced next generation
|
|
25
|
+
B13 OK - the coatless lineage cannot become a closed life cycle
|
|
26
|
+
B14 OK - the static lineage cannot become an adaptive lineage
|
|
27
|
+
B15 OK - the static lineage cannot become an evolvable becoming
|
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
|
|
1
|
+
# bmi
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
BMI = 22.72
|
|
5
|
-
Category = Normal
|
|
6
|
-
At height 178 cm, a healthy-weight range is about 58.6–78.9 kg (BMI 18.5–24.9).
|
|
3
|
+
BMI — ARC-style Body Mass Index example
|
|
7
4
|
|
|
8
|
-
|
|
9
|
-
BMI
|
|
5
|
+
Answer
|
|
6
|
+
BMI = 22.72
|
|
7
|
+
Category = Normal
|
|
8
|
+
At height 178 cm, a healthy-weight range is about 58.6–78.9 kg (BMI 18.5–24.9).
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
10
|
+
Reason Why
|
|
11
|
+
BMI is defined as weight in kilograms divided by height in meters squared. This program first normalizes the input to SI units, computes BMI, and then applies WHO adult categories as half-open intervals. The healthy-weight band is the weight range at the same height that corresponds to BMI 18.5 through 24.9.
|
|
12
|
+
|
|
13
|
+
Check
|
|
14
|
+
C1 OK - the input was normalized into positive SI values.
|
|
15
|
+
C2 OK - height squared was reconstructed from the normalized height.
|
|
16
|
+
C3 OK - the BMI value matches the BMI = kg / m² formula.
|
|
17
|
+
C4 OK - a BMI of 18.49 stays below the normal-weight threshold.
|
|
18
|
+
C5 OK - the lower boundary is half-open: BMI 18.5 is classified as Normal.
|
|
19
|
+
C6 OK - BMI 25.0 starts the Overweight category.
|
|
20
|
+
C7 OK - BMI 30.0 starts the Obesity I category.
|
|
21
|
+
C8 OK - classification behavior is monotonic across representative BMI values.
|
|
22
|
+
C9 OK - the healthy-weight band was reconstructed from BMI 18.5 to 24.9 at the same height.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# builtin-coverage
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# calidor
|
|
2
|
+
|
|
3
|
+
## Answer
|
|
4
|
+
The city is allowed to use a narrow heatwave-response insight and recommends Calidor Priority Cooling Bundle for this household.
|
|
5
|
+
case : calidor
|
|
6
|
+
decision : Allowed
|
|
7
|
+
municipality : Calidor
|
|
8
|
+
recommended package : Calidor Priority Cooling Bundle
|
|
9
|
+
|
|
10
|
+
## Reason Why
|
|
11
|
+
The gateway desensitizes local heat, vulnerability, and prepaid-energy stress into an expiring municipal support insight, and the city consumes that envelope only for heatwave response.
|
|
12
|
+
metric : active_need_count
|
|
13
|
+
threshold : 3.0
|
|
14
|
+
scope : household-gateway @ heat-alert-window
|
|
15
|
+
required capabilities: bill_credit, cooling_kit, transport, welfare_check
|
|
16
|
+
signature alg : HMAC-SHA256
|
|
17
|
+
expires at : 2026-07-18T21:00:00+00:00
|
|
18
|
+
reason.txt : The gateway keeps raw indoor heat, vulnerability, and prepaid-energy data local, derives a priority-support signal, and shares only a scoped heatwave-response envelope with expiry.
|
|
19
|
+
dispatches logged : 1
|
|
20
|
+
|
|
21
|
+
## Check
|
|
22
|
+
signature verifies : yes
|
|
23
|
+
payload hash matches : yes
|
|
24
|
+
minimization strips sensitive terms: yes
|
|
25
|
+
scope complete : yes
|
|
26
|
+
authorization allowed : yes
|
|
27
|
+
heat-alert active : yes
|
|
28
|
+
unsafe indoor heat : yes
|
|
29
|
+
recommended package eligible : yes
|
|
30
|
+
duty timing consistent : yes
|
|
31
|
+
tenant screening prohibited : yes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# collection
|
|
@@ -1,14 +1,16 @@
|
|
|
1
|
-
|
|
1
|
+
# complex-matrix-stability
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
We compare three diagonal 2x2 complex matrices for discrete-time stability: A_unstable = [[(1,1),(0,0)],[(0,0),(2,0)]], A_stable = [[(1,0),(0,0)],[(0,0),(-1,0)]], and A_damped = [[(0,0),(0,0)],[(0,0),(0,0)]]. Their spectral radii are ρ(A_unstable) = 2, ρ(A_stable) = 1, and ρ(A_damped) = 0. So A_unstable is unstable, A_stable is marginally stable, and A_damped is damped.
|
|
3
|
+
Complex Matrix Stability — ARC-style
|
|
5
4
|
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
Answer
|
|
6
|
+
We compare three diagonal 2x2 complex matrices for discrete-time stability: A_unstable = [[(1,1),(0,0)],[(0,0),(2,0)]], A_stable = [[(1,0),(0,0)],[(0,0),(-1,0)]], and A_damped = [[(0,0),(0,0)],[(0,0),(0,0)]]. Their spectral radii are ρ(A_unstable) = 2, ρ(A_stable) = 1, and ρ(A_damped) = 0. So A_unstable is unstable, A_stable is marginally stable, and A_damped is damped.
|
|
8
7
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
8
|
+
Reason Why
|
|
9
|
+
For a discrete-time linear system x_{k+1} = A x_k, the eigenvalues of A govern the behaviour of the modes. Because these matrices are diagonal, the eigenvalues are just the diagonal entries. The spectral radius is the maximum modulus of the eigenvalues: if it is greater than 1 a mode grows, if it equals 1 the modes remain bounded without decaying, and if it is less than 1 all modes decay to zero. Here the diagonal entries give radii 2, 1, and 0 respectively, which explains the three classifications.
|
|
10
|
+
|
|
11
|
+
Check
|
|
12
|
+
C1 OK - A_unstable has eigenvalues (1,1) and (2,0) with spectral radius 2, so it is unstable.
|
|
13
|
+
C2 OK - A_stable has eigenvalues (1,0) and (-1,0) with spectral radius 1, so it is marginally stable.
|
|
14
|
+
C3 OK - A_damped has eigenvalues (0,0) and (0,0) with spectral radius 0, so every mode decays to zero.
|
|
15
|
+
C4 OK - for z = (1,2) and w = (0,1), the squared modulus of z*w equals the product of the squared moduli.
|
|
16
|
+
C5 OK - the spectral-radius-squared of 2*A_unstable is four times that of A_unstable.
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# Context association
|
|
2
|
+
|
|
3
|
+
## Entailment
|
|
4
|
+
The RDF dataset associates Bob's data graph with a Data Integrity proof graph and a second metadata proof graph.
|
|
5
|
+
|
|
6
|
+
## Explanation
|
|
7
|
+
The input TriG names three graph contexts. The data graph states Bob's name. The signature graph links to that data graph with a proof and records an ecdsa-rdfc-2019 Data Integrity proof from the university issuer. The metadata graph then signs the signature graph itself, giving a chained context association.
|
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
|
|
1
|
+
# control-system
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
Send both actuator commands now.
|
|
5
|
-
Actuator 1 command: 39.27346198678276
|
|
6
|
-
Actuator 2 command: 26.08
|
|
3
|
+
Control System — ARC explanation of two control signals
|
|
7
4
|
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
Answer
|
|
6
|
+
Send both actuator commands now.
|
|
7
|
+
Actuator 1 command: 39.27346198678276
|
|
8
|
+
Actuator 2 command: 26.08
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
10
|
+
Reason Why
|
|
11
|
+
The first sensor pair is 6 and 11, so the reading is rising and the controller normalizes the gap 5 into 2.23606797749979. That normalized value creates a feedforward term of 43.82693235899588, while the known disturbance 35766 contributes a compensation term of 4.553470372213121. Subtracting that compensation gives actuator 1 the command 39.27346198678276. For actuator 2, the target is 5 units above the measured output, so the tracking error is positive. The observed state is -2 relative units below the measured output, so the differential correction is negative. That yields a proportional feedback part of 29, a nonlinear factor of 1.46, and a differential contribution of -2.92. Together they produce actuator 2 command 26.08.
|
|
12
|
+
|
|
13
|
+
Check
|
|
14
|
+
C1 OK - the first sensor pair is rising, so the normalization uses the rising-branch rule.
|
|
15
|
+
C2 OK - the normalized measurement is positive and smaller than the raw gap, which is consistent with a square-root normalization.
|
|
16
|
+
C3 OK - actuator 1 is lower than its proportional feedforward term because disturbance compensation is subtracted.
|
|
17
|
+
C4 OK - the target is above the measured output, so the tracking error is positive.
|
|
18
|
+
C5 OK - the observed state is below the measured output, so the differential error is negative.
|
|
19
|
+
C6 OK - actuator 2 is lower than its pure proportional term because the differential part reduces it.
|
|
20
|
+
C7 OK - actuator 1 matches an independently reconstructed feedforward calculation.
|
|
21
|
+
C8 OK - actuator 2 matches an independently reconstructed feedback calculation.
|
|
22
|
+
C9 OK - both actuator commands stay positive.
|
|
@@ -1,15 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
# deep-taxonomy-10
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
The test succeeds: starting from one individual classified as N0, the rules eventually classify it as N10 and then as A2.
|
|
3
|
+
Deep Taxonomy - deep classification benchmark
|
|
5
4
|
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
Answer
|
|
6
|
+
The test succeeds: starting from one individual classified as N0, the rules eventually classify it as N10 and then as A2.
|
|
8
7
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
8
|
+
Reason Why
|
|
9
|
+
Each rule moves the same individual one level deeper in the taxonomy and also adds two side labels. Because that chain continues all the way from N0 to N10, the final rule deriving A2 fires, and that in turn makes the test true.
|
|
10
|
+
|
|
11
|
+
Check
|
|
12
|
+
C1 OK - the starting classification N0 is present.
|
|
13
|
+
C2 OK - the first expansion produced N1 together with side labels I1 and J1.
|
|
14
|
+
C3 OK - the chain reaches the midpoint N5 and still carries both side-label branches.
|
|
15
|
+
C4 OK - the final taxonomy step from N9 to N10 was completed.
|
|
16
|
+
C5 OK - once N10 is reached, the terminal class A2 is derived.
|
|
17
|
+
C6 OK - the success flag is raised only after the terminal class A2 is present.
|
|
@@ -1,15 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
# deep-taxonomy-100
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
The test succeeds: starting from one individual classified as N0, the rules eventually classify it as N100 and then as A2.
|
|
3
|
+
Deep Taxonomy - deep classification benchmark
|
|
5
4
|
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
Answer
|
|
6
|
+
The test succeeds: starting from one individual classified as N0, the rules eventually classify it as N100 and then as A2.
|
|
8
7
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
8
|
+
Reason Why
|
|
9
|
+
Each rule moves the same individual one level deeper in the taxonomy and also adds two side labels. Because that chain continues all the way from N0 to N100, the final rule deriving A2 fires, and that in turn makes the test true.
|
|
10
|
+
|
|
11
|
+
Check
|
|
12
|
+
C1 OK - the starting classification N0 is present.
|
|
13
|
+
C2 OK - the first expansion produced N1 together with side labels I1 and J1.
|
|
14
|
+
C3 OK - the chain reaches the midpoint N50 and still carries both side-label branches.
|
|
15
|
+
C4 OK - the final taxonomy step from N99 to N100 was completed.
|
|
16
|
+
C5 OK - once N100 is reached, the terminal class A2 is derived.
|
|
17
|
+
C6 OK - the success flag is raised only after the terminal class A2 is present.
|
|
@@ -1,15 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
# deep-taxonomy-1000
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
The test succeeds: starting from one individual classified as N0, the rules eventually classify it as N1000 and then as A2.
|
|
3
|
+
Deep Taxonomy - deep classification benchmark
|
|
5
4
|
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
Answer
|
|
6
|
+
The test succeeds: starting from one individual classified as N0, the rules eventually classify it as N1000 and then as A2.
|
|
8
7
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
8
|
+
Reason Why
|
|
9
|
+
Each rule moves the same individual one level deeper in the taxonomy and also adds two side labels. Because that chain continues all the way from N0 to N1000, the final rule deriving A2 fires, and that in turn makes the test true.
|
|
10
|
+
|
|
11
|
+
Check
|
|
12
|
+
C1 OK - the starting classification N0 is present.
|
|
13
|
+
C2 OK - the first expansion produced N1 together with side labels I1 and J1.
|
|
14
|
+
C3 OK - the chain reaches the midpoint N500 and still carries both side-label branches.
|
|
15
|
+
C4 OK - the final taxonomy step from N999 to N1000 was completed.
|
|
16
|
+
C5 OK - once N1000 is reached, the terminal class A2 is derived.
|
|
17
|
+
C6 OK - the success flag is raised only after the terminal class A2 is present.
|
|
@@ -1,15 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
# deep-taxonomy-10000
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
The test succeeds: starting from one individual classified as N0, the rules eventually classify it as N10000 and then as A2.
|
|
3
|
+
Deep Taxonomy - deep classification benchmark
|
|
5
4
|
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
Answer
|
|
6
|
+
The test succeeds: starting from one individual classified as N0, the rules eventually classify it as N10000 and then as A2.
|
|
8
7
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
8
|
+
Reason Why
|
|
9
|
+
Each rule moves the same individual one level deeper in the taxonomy and also adds two side labels. Because that chain continues all the way from N0 to N10000, the final rule deriving A2 fires, and that in turn makes the test true.
|
|
10
|
+
|
|
11
|
+
Check
|
|
12
|
+
C1 OK - the starting classification N0 is present.
|
|
13
|
+
C2 OK - the first expansion produced N1 together with side labels I1 and J1.
|
|
14
|
+
C3 OK - the chain reaches the midpoint N5000 and still carries both side-label branches.
|
|
15
|
+
C4 OK - the final taxonomy step from N9999 to N10000 was completed.
|
|
16
|
+
C5 OK - once N10000 is reached, the terminal class A2 is derived.
|
|
17
|
+
C6 OK - the success flag is raised only after the terminal class A2 is present.
|
|
@@ -1,15 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
# deep-taxonomy-100000
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
The test succeeds: starting from one individual classified as N0, the rules eventually classify it as N100000 and then as A2.
|
|
3
|
+
Deep Taxonomy - very deep classification benchmark
|
|
5
4
|
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
Answer
|
|
6
|
+
The test succeeds: starting from one individual classified as N0, the rules eventually classify it as N100000 and then as A2.
|
|
8
7
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
8
|
+
Reason Why
|
|
9
|
+
Each rule moves the same individual one level deeper in the taxonomy and also adds two side labels. Because that chain continues all the way from N0 to N100000, the final rule deriving A2 fires, and that in turn makes the test true.
|
|
10
|
+
|
|
11
|
+
Check
|
|
12
|
+
C1 OK - the starting classification N0 is present.
|
|
13
|
+
C2 OK - the first expansion produced N1 together with side labels I1 and J1.
|
|
14
|
+
C3 OK - the chain reaches the midpoint N50000 and still carries both side-label branches.
|
|
15
|
+
C4 OK - the final taxonomy step from N99999 to N100000 was completed.
|
|
16
|
+
C5 OK - once N100000 is reached, the terminal class A2 is derived.
|
|
17
|
+
C6 OK - the success flag is raised only after the terminal class A2 is present.
|