File size: 1,210 Bytes
242548d | 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 47 48 | {
"@context": {
"dlo": "https://www.tnopsi.com/dslo/",
"state": "dlo:state",
"transition": "dlo:transition",
"orientation": "dlo:orientation",
"correction": "dlo:correction",
"meaning_status": "dlo:meaningStatus"
},
"@type": "dlo:Schema",
"dlo:version": "0.1",
"dlo:description": "Canonical minimal JSON‑LD schema for DSLO substrate primitives.",
"dlo:fields": [
{
"@id": "dlo:state",
"@type": "dlo:Field",
"dlo:description": "Localized, moment‑bound position (x)."
},
{
"@id": "dlo:transition",
"@type": "dlo:Field",
"dlo:description": "Lawful movement between states (τ)."
},
{
"@id": "dlo:orientation",
"@type": "dlo:Field",
"dlo:description": "Contextual routing and alignment (o)."
},
{
"@id": "dlo:correction",
"@type": "dlo:Field",
"dlo:description": "Invariant‑preserving fallback structure (c)."
},
{
"@id": "dlo:meaningStatus",
"@type": "dlo:Field",
"dlo:description": "Meaning status (κ).",
"dlo:allowedValues": [
"meaning-bearing",
"synthetic",
"drifted",
"stabilized"
]
}
]
} |