diff options
Diffstat (limited to 'lv2/urid')
-rw-r--r-- | lv2/urid/urid.ttl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lv2/urid/urid.ttl b/lv2/urid/urid.ttl index c3ae624..2c44b56 100644 --- a/lv2/urid/urid.ttl +++ b/lv2/urid/urid.ttl @@ -1,9 +1,10 @@ @prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix urid: <http://lv2plug.in/ns/ext/urid#> . <http://lv2plug.in/ns/ext/urid> - a lv2:Specification ; + a owl:Ontology ; rdfs:label "LV2 URID" ; rdfs:comment "Features for mapping URIs to and from integers." ; rdfs:seeAlso <urid.h> , |