]> Lady’s Gitweb - Vocab/commit
Add Olo
authorLady <redacted>
Mon, 24 Feb 2025 02:10:58 +0000 (21:10 -0500)
committerLady <redacted>
Thu, 31 Jul 2025 01:13:41 +0000 (21:13 -0400)
commit80a278934101021d491140c9fd1bc992ec7d3d18
treed6cb26a0e789c0827a4b430fe4d29d73a4df5013
parent1c6c9d06b0c3fec675b549ae2e0fe5e54a153953
Add Olo

This defines Ordered Lists as effectively a more ergonomic kind of
Aggregation, which helps with bridging them and Ore‐ or P·C·D·M‐based
models. One caveat is that this requires Slots to have exactly one
item, and their item to be an object (i·e not a literal). In an
alternate universe, Slots could instead have had _either_ an item _or_
a value, but it’s simple enough to just make their item be an object
with that value instead.

Helping to facilitate the above is a new Ordered Aggregation in the
`ladys:` name·space, which is like an Ordered List but without the
requirement of a length.
15 files changed:
data/classes/olo¦OrderedList [new file with mode: 0644]
data/classes/olo¦Slot [new file with mode: 0644]
data/classes/¦OrderedAggregation [new file with mode: 0644]
data/datatype_properties/olo¦index [new file with mode: 0644]
data/datatype_properties/olo¦length [new file with mode: 0644]
data/named_individuals/_OLO_ [new file with mode: 0644]
data/object_properties/olo¦item [new file with mode: 0644]
data/object_properties/olo¦next [new file with mode: 0644]
data/object_properties/olo¦ordered_list [new file with mode: 0644]
data/object_properties/olo¦previous [new file with mode: 0644]
data/object_properties/olo¦slot [new file with mode: 0644]
data/object_properties/ore¦proxyFor
data/object_properties/¦hasSlot [new file with mode: 0644]
data/ontologies/¦
transforms/infer.xslt
This page took 0.307525 seconds and 4 git commands to generate.