Add DSLO v0.6 taxonomy layer (drift forms, invariants, signal classes, substrate types)
Browse filesAdds the complete DSLO v0.6 taxonomy layer, including all four classification sets—drift forms, invariants, signal classes, and substrate types—in synchronized TTL, JSON‑LD, and YAML formats. Introduces taxonomy/README.md documenting the taxonomy structure and its alignment with DSLO axioms and schema. This commit establishes the full v0.6 classification surface for semantic ingestion, crawler alignment, and substrate‑level indexing.
- signal_classes.ttl +31 -0
signal_classes.ttl
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@prefix dlo: <https://www.tnopsi.com/dslo/> .
|
| 2 |
+
|
| 3 |
+
dlo:MeaningBearingSignal
|
| 4 |
+
a dlo:SignalClass ;
|
| 5 |
+
dlo:hasLabel "Meaning‑Bearing Signal" ;
|
| 6 |
+
dlo:hasDescription "Signals whose meaning remains anchored to their substrate and context." .
|
| 7 |
+
|
| 8 |
+
dlo:SyntheticSignal
|
| 9 |
+
a dlo:SignalClass ;
|
| 10 |
+
dlo:hasLabel "Synthetic Signal" ;
|
| 11 |
+
dlo:hasDescription "Signals generated or transformed by artificial substrates with statistical posture." .
|
| 12 |
+
|
| 13 |
+
dlo:DriftedSignal
|
| 14 |
+
a dlo:SignalClass ;
|
| 15 |
+
dlo:hasLabel "Drifted Signal" ;
|
| 16 |
+
dlo:hasDescription "Signals whose coherence or meaning has degraded due to drift pressure." .
|
| 17 |
+
|
| 18 |
+
dlo:StabilizedSignal
|
| 19 |
+
a dlo:SignalClass ;
|
| 20 |
+
dlo:hasLabel "Stabilized Signal" ;
|
| 21 |
+
dlo:hasDescription "Signals restored or reinforced through corrective or invariant‑preserving mechanisms." .
|
| 22 |
+
|
| 23 |
+
dlo:CorrectiveSignal
|
| 24 |
+
a dlo:SignalClass ;
|
| 25 |
+
dlo:hasLabel "Corrective Signal" ;
|
| 26 |
+
dlo:hasDescription "Signals designed to restore coherence, re‑anchor meaning, or counteract drift." .
|
| 27 |
+
|
| 28 |
+
dlo:SubstrateAnchoredSignal
|
| 29 |
+
a dlo:SignalClass ;
|
| 30 |
+
dlo:hasLabel "Substrate‑Anchored Signal" ;
|
| 31 |
+
dlo:hasDescription "Signals tightly coupled to the substrate they represent, resisting decoupling drift." .
|