From 3a4020958acf5b88f366e5bc99e3009a7beca104 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 12 Mar 2021 20:12:01 -0500 Subject: Add owl:imports to ontologies These are required by OWL tools to use vocabulary from another ontology. Though we don't use OWL tools in LV2, they are at least useful for sanity checking the semantic side of things. These properties are also nice to have anyway, since they clearly describe the dependencies between specifications. --- lv2/buf-size/buf-size.ttl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lv2/buf-size') diff --git a/lv2/buf-size/buf-size.ttl b/lv2/buf-size/buf-size.ttl index 8863198..c78d2cc 100644 --- a/lv2/buf-size/buf-size.ttl +++ b/lv2/buf-size/buf-size.ttl @@ -11,7 +11,9 @@ rdfs:label "LV2 Buf Size" ; rdfs:comment "Access to, and restrictions on, buffer sizes." ; rdfs:seeAlso , - . + ; + owl:imports , + . bufsz:boundedBlockLength a lv2:Feature ; -- cgit v1.2.1