Expand description
Data-model structure domain shape — shared across the client → action boundary.
Types here are the dsp-cli vocabulary for data-model structure data,
surfaced by dsp vre data-model structure. DSP-API wire types live inside
src/client/http.rs and are never exposed above the client layer. See
ADR-0001 and ADR-0008.
Key CONTEXT.md vocabulary: structure, relation. Wire deserialization
(DSP-API rdfs:subClassOf, owl:Restriction, knora-api:objectType,
knora-api:isLinkProperty, CURIE prefix lookups, etc.) stays inside
src/client/http.rs. No serde derive: wire deserialization stays in
src/client/http.rs.
Structs§
- Data
Model Structure - The structure of a data-model — the set of relations between its resource-types.
- Relation
- A directed edge between two resource-types in (or out of) a data-model.
Enums§
- Relation
Kind - The kind of a relation — link or inheritance.