From 3a4020958acf5b88f366e5bc99e3009a7beca104 Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
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/urid/urid.ttl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'lv2/urid')

diff --git a/lv2/urid/urid.ttl b/lv2/urid/urid.ttl
index 2c44b56..53aa1e5 100644
--- a/lv2/urid/urid.ttl
+++ b/lv2/urid/urid.ttl
@@ -8,7 +8,8 @@
 	rdfs:label "LV2 URID" ;
 	rdfs:comment "Features for mapping URIs to and from integers." ;
 	rdfs:seeAlso <urid.h> ,
-		<urid.meta.ttl> .
+		<urid.meta.ttl> ;
+	owl:imports <http://lv2plug.in/ns/lv2core> .
 
 urid:map
 	a lv2:Feature ;
-- 
cgit v1.2.1