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/port-groups/port-groups.ttl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lv2/port-groups') diff --git a/lv2/port-groups/port-groups.ttl b/lv2/port-groups/port-groups.ttl index d248f28..5173aa0 100644 --- a/lv2/port-groups/port-groups.ttl +++ b/lv2/port-groups/port-groups.ttl @@ -9,7 +9,8 @@ a owl:Ontology ; rdfs:label "LV2 Port Groups" ; rdfs:comment "Multi-channel groups of LV2 ports." ; - rdfs:seeAlso . + rdfs:seeAlso ; + owl:imports . pg:Group a rdfs:Class ; -- cgit v1.2.1