aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/log/log.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/log/log.ttl')
-rw-r--r--lv2/log/log.ttl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lv2/log/log.ttl b/lv2/log/log.ttl
index f374051..46cba45 100644
--- a/lv2/log/log.ttl
+++ b/lv2/log/log.ttl
@@ -1,11 +1,12 @@
@prefix log: <http://lv2plug.in/ns/ext/log#> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://lv2plug.in/ns/ext/log>
- a lv2:Specification ;
+ a owl:Ontology ;
rdfs:label "LV2 Log" ;
rdfs:comment "A feature for writing log messages." ;
rdfs:seeAlso <log.h> ,