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/core/lv2core.ttl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lv2/core/lv2core.ttl') diff --git a/lv2/core/lv2core.ttl b/lv2/core/lv2core.ttl index f5836c6..8754169 100644 --- a/lv2/core/lv2core.ttl +++ b/lv2/core/lv2core.ttl @@ -11,7 +11,8 @@ rdfs:comment "An extensible open standard for audio plugins." ; rdfs:seeAlso , , - . + ; + owl:imports doap: . lv2:Specification a rdfs:Class , -- cgit v1.2.1