File size: 1,422 Bytes
4f0bbac | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | {
"@context": {
"dlo": "https://www.tnopsi.com/dslo/",
"DriftForm": "dlo:DriftForm",
"hasLabel": "dlo:hasLabel",
"hasDescription": "dlo:hasDescription"
},
"@graph": [
{
"@id": "dlo:CurvatureDrift",
"@type": "DriftForm",
"hasLabel": "Curvature Drift",
"hasDescription": "Drift caused by curvature pressure within internal geometry."
},
{
"@id": "dlo:SymbolicDrift",
"@type": "DriftForm",
"hasLabel": "Symbolic Drift",
"hasDescription": "Drift caused by symbolic systems decoupling from physical referents."
},
{
"@id": "dlo:TemporalDrift",
"@type": "DriftForm",
"hasLabel": "Temporal Drift",
"hasDescription": "Drift caused by fragmentation or instability in temporal rhythm."
},
{
"@id": "dlo:RoleDrift",
"@type": "DriftForm",
"hasLabel": "Role Drift",
"hasDescription": "Drift caused by instability or mutation in role coherence."
},
{
"@id": "dlo:SubstrateDecoupling",
"@type": "DriftForm",
"hasLabel": "Substrate Decoupling",
"hasDescription": "Drift caused by signals losing anchoring to their substrate."
},
{
"@id": "dlo:MeaningDetachment",
"@type": "DriftForm",
"hasLabel": "Meaning Detachment",
"hasDescription": "Drift caused by meaning separating from lived reality or container alignment."
}
]
} |