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/event/event.ttl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lv2/event/event.ttl') diff --git a/lv2/event/event.ttl b/lv2/event/event.ttl index de400d4..3114fc5 100644 --- a/lv2/event/event.ttl +++ b/lv2/event/event.ttl @@ -11,7 +11,8 @@ rdfs:comment "A port-based real-time generic event interface." ; rdfs:seeAlso , , - . + ; + owl:imports . ev:EventPort a rdfs:Class ; -- cgit v1.2.1