diff options
author | David Robillard <d@drobilla.net> | 2007-08-03 18:55:25 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-08-03 18:55:25 +0000 |
commit | 6b97e04546f22fc50e4293e8816933f20176dfab (patch) | |
tree | 494b504571b2f946b4d17ad362d4be66044e57d6 /data/lv2.ttl | |
parent | c6843cb84ad81f3845700758505ed78ea401ed58 (diff) | |
download | lilv-6b97e04546f22fc50e4293e8816933f20176dfab.tar.gz lilv-6b97e04546f22fc50e4293e8816933f20176dfab.tar.bz2 lilv-6b97e04546f22fc50e4293e8816933f20176dfab.zip |
Updated LV2 revision number.
Fixed formatting in lv2.h.
Better/terser comment for lv2:Specification in lv2.ttl.
Implemented LV2 specification discovery.
git-svn-id: http://svn.drobilla.net/lad/slv2@673 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'data/lv2.ttl')
-rw-r--r-- | data/lv2.ttl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/lv2.ttl b/data/lv2.ttl index 38888bd..c842489 100644 --- a/data/lv2.ttl +++ b/data/lv2.ttl @@ -1,5 +1,5 @@ # RDF Schema for LV2 plugins -# *** PROVISIONAL Revision 2007-07-23 *** +# *** PROVISIONAL Revision 2007-08-03 *** # # This document describes the classes and properties that are defined by the # core LV2 specification. See <http://lv2plug.in> for more information. @@ -33,10 +33,10 @@ :Specification a rdfs:Class ; rdfs:comment """ -A part of the system LV2 specification. This file defines the core of the LV2 -specification, but extensions can be written which add to it. Specification -data is distributed in bundles so hosts may discover all present extensions -and treat them as a single extended "LV2 Specification". +An LV2 specification (ie this specification, or an LV2 extension). + +Specification data, like plugins, is distributed in standardized +bundles so hosts may discover all present LV2 data. See http://lv2plug.in/docs for more details. """ . @@ -50,7 +50,7 @@ See http://lv2plug.in/docs for more details. doap:programming-language "C" ; doap:release [ doap:revision "1.0beta4" ; - doap:created "2007-07-23" + doap:created "2007-08-03" ] ; doap:maintainer [ a foaf:Person ; @@ -72,7 +72,7 @@ See http://lv2plug.in/docs for more details. :Plugin a rdfs:Class ; rdfs:label "Plugin" ; rdfs:comment """ -The class that represents an LV2 plugin. +The class which represents an LV2 plugin. To be used by a host a Plugin must have at least the following properties: rdf:type (with object :Plugin) |