DSLO commited on
Commit
25fbdcd
·
verified ·
1 Parent(s): 4f0bbac

Add DSLO v0.6 taxonomy layer (drift forms, invariants, signal classes, substrate types)

Browse files

Adds 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.

Files changed (1) hide show
  1. drift_forms.ttl +31 -0
drift_forms.ttl ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @prefix dlo: <https://www.tnopsi.com/dslo/> .
2
+
3
+ dlo:CurvatureDrift
4
+ a dlo:DriftForm ;
5
+ dlo:hasLabel "Curvature Drift" ;
6
+ dlo:hasDescription "Drift caused by curvature pressure within internal geometry." .
7
+
8
+ dlo:SymbolicDrift
9
+ a dlo:DriftForm ;
10
+ dlo:hasLabel "Symbolic Drift" ;
11
+ dlo:hasDescription "Drift caused by symbolic systems decoupling from physical referents." .
12
+
13
+ dlo:TemporalDrift
14
+ a dlo:DriftForm ;
15
+ dlo:hasLabel "Temporal Drift" ;
16
+ dlo:hasDescription "Drift caused by fragmentation or instability in temporal rhythm." .
17
+
18
+ dlo:RoleDrift
19
+ a dlo:DriftForm ;
20
+ dlo:hasLabel "Role Drift" ;
21
+ dlo:hasDescription "Drift caused by instability or mutation in role coherence." .
22
+
23
+ dlo:SubstrateDecoupling
24
+ a dlo:DriftForm ;
25
+ dlo:hasLabel "Substrate Decoupling" ;
26
+ dlo:hasDescription "Drift caused by signals losing anchoring to their substrate." .
27
+
28
+ dlo:MeaningDetachment
29
+ a dlo:DriftForm ;
30
+ dlo:hasLabel "Meaning Detachment" ;
31
+ dlo:hasDescription "Drift caused by meaning separating from lived reality or container alignment." .