File size: 1,567 Bytes
faf7e9d | 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/",
"SignalClass": "dlo:SignalClass",
"hasLabel": "dlo:hasLabel",
"hasDescription": "dlo:hasDescription"
},
"@graph": [
{
"@id": "dlo:MeaningBearingSignal",
"@type": "SignalClass",
"hasLabel": "Meaning‑Bearing Signal",
"hasDescription": "Signals whose meaning remains anchored to their substrate and context."
},
{
"@id": "dlo:SyntheticSignal",
"@type": "SignalClass",
"hasLabel": "Synthetic Signal",
"hasDescription": "Signals generated or transformed by artificial substrates with statistical posture."
},
{
"@id": "dlo:DriftedSignal",
"@type": "SignalClass",
"hasLabel": "Drifted Signal",
"hasDescription": "Signals whose coherence or meaning has degraded due to drift pressure."
},
{
"@id": "dlo:StabilizedSignal",
"@type": "SignalClass",
"hasLabel": "Stabilized Signal",
"hasDescription": "Signals restored or reinforced through corrective or invariant‑preserving mechanisms."
},
{
"@id": "dlo:CorrectiveSignal",
"@type": "SignalClass",
"hasLabel": "Corrective Signal",
"hasDescription": "Signals designed to restore coherence, re‑anchor meaning, or counteract drift."
},
{
"@id": "dlo:SubstrateAnchoredSignal",
"@type": "SignalClass",
"hasLabel": "Substrate‑Anchored Signal",
"hasDescription": "Signals tightly coupled to the substrate they represent, resisting decoupling drift."
}
]
} |