aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/atom/atom.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/atom/atom.ttl')
-rw-r--r--lv2/lv2plug.in/ns/ext/atom/atom.ttl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl
index 63304b0..9bc959f 100644
--- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl
+++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl
@@ -358,7 +358,7 @@ atom:TimeUnit
lv2:documentation "<p>A unit for atom:Event time stamps.</p>" .
atom:frameTime
- a rdfs:Property ;
+ a rdf:Property ;
rdfs:range xsd:decimal ;
rdfs:label "Frame time" ;
lv2:documentation """
@@ -366,7 +366,7 @@ atom:frameTime
""" .
atom:beatTime
- a rdfs:Property ;
+ a rdf:Property ;
rdfs:range xsd:decimal ;
rdfs:label "Beat time" ;
lv2:documentation """