diff options
Diffstat (limited to 'lv2/time/time.ttl')
| -rw-r--r-- | lv2/time/time.ttl | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/lv2/time/time.ttl b/lv2/time/time.ttl index 1be04d6..a4085c6 100644 --- a/lv2/time/time.ttl +++ b/lv2/time/time.ttl @@ -1,4 +1,3 @@ -@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#> . @@ -6,8 +5,7 @@  @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .  <http://lv2plug.in/ns/ext/time> -	a owl:Ontology , -		lv2:Specification ; +	a owl:Ontology ;  	rdfs:label "LV2 Time" ;  	rdfs:comment "A vocabulary for describing musical time." ;  	rdfs:seeAlso <time.h> ,  |