diff options
Diffstat (limited to 'lv2/time')
-rw-r--r-- | lv2/time/lv2-time.doap.ttl | 1 | ||||
-rw-r--r-- | lv2/time/manifest.ttl | 2 | ||||
-rw-r--r-- | lv2/time/time.ttl | 9 |
3 files changed, 7 insertions, 5 deletions
diff --git a/lv2/time/lv2-time.doap.ttl b/lv2/time/lv2-time.doap.ttl index a46b9f6..c735f22 100644 --- a/lv2/time/lv2-time.doap.ttl +++ b/lv2/time/lv2-time.doap.ttl @@ -50,3 +50,4 @@ ] ] ] . + diff --git a/lv2/time/manifest.ttl b/lv2/time/manifest.ttl index 55a82f1..d80aa75 100644 --- a/lv2/time/manifest.ttl +++ b/lv2/time/manifest.ttl @@ -1,4 +1,4 @@ -@prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix lv2: <http://lv2plug.in/ns/lv2core#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . <http://lv2plug.in/ns/ext/time> diff --git a/lv2/time/time.ttl b/lv2/time/time.ttl index 13137af..9afa0eb 100644 --- a/lv2/time/time.ttl +++ b/lv2/time/time.ttl @@ -1,9 +1,9 @@ -@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 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 time: <http://lv2plug.in/ns/ext/time#> . -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://lv2plug.in/ns/ext/time> a owl:Ontology ; @@ -141,3 +141,4 @@ example, a rate of 0.0 is stopped, 1.0 is rolling at normal speed, 0.5 is rolling at half speed, -1.0 is reverse, and so on. </p> """ . + |