diff options
author | David Robillard <d@drobilla.net> | 2022-07-07 18:38:14 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-17 17:08:39 -0400 |
commit | 9df8b5cfd5813e16701f637c63870a29f1164512 (patch) | |
tree | 334a211372c0b2863bed16b6ad8084837a6eee5a /lv2/core | |
parent | 2711f034e0bc9f2cb86f6df0774e1661dbd520ac (diff) | |
download | lv2-9df8b5cfd5813e16701f637c63870a29f1164512.tar.xz |
Replace canonical dcs ontology with a minimal version for LV2
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).
Diffstat (limited to 'lv2/core')
-rw-r--r-- | lv2/core/meta.ttl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lv2/core/meta.ttl b/lv2/core/meta.ttl index db98a4c..d85f539 100644 --- a/lv2/core/meta.ttl +++ b/lv2/core/meta.ttl @@ -44,6 +44,8 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R rdfs:label "Clean up and modernize Python support code." ] , [ rdfs:label "Remove archaic properties from foaf vocabulary." + ] , [ + rdfs:label "Replace canonical dcs ontology with a minimal version for LV2." ] ] ] , [ |