aboutsummaryrefslogtreecommitdiffstats
path: root/schemas.lv2/dcs.ttl
AgeCommit message (Collapse)AuthorFilesLines
2022-07-17Replace canonical dcs ontology with a minimal version for LV2David Robillard1-238/+39
Since most applications pay to keep these ontologies in memory, it is best to keep them small. This replaces the "canonical" dcs ontology with a minimal and restricted version specifically written for the subset of the vocabulary that LV2 uses (like the xsd ontology).
2021-03-15Simplify dcs.ttlDavid Robillard1-14/+6
I am not sure if anonymous classes like this are "officially" invalid for OWL, but they cause problems with some tools. So, just replace them with the class we actually use. With this, tools have no problem loading dcs.ttl as an OWL Full ontology.
2021-03-11Add missing class labelDavid Robillard1-1/+3
2015-04-05Clean up external vocabularies.David Robillard1-14/+43
When these are shown in a UI, it was an awful mess. This strips a lot of junk that is useless in an LV2 context, and cleans up the labels to have a consistent style.
2015-04-01Install schema bundle for host/utility support.David Robillard1-0/+243