aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/event/event.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-25 18:28:47 +0000
committerDavid Robillard <d@drobilla.net>2012-03-25 18:28:47 +0000
commit58c3f34d861b6bc3b7a4761bdc7100fd0d530d84 (patch)
tree8b0b424a82fce3f493fac9b8b7044ef2bf1c9f5c /lv2/lv2plug.in/ns/ext/event/event.ttl
parentec4f54e90f2f9872db34c5c867b150623e1498eb (diff)
downloadlv2-58c3f34d861b6bc3b7a4761bdc7100fd0d530d84.tar.xz
Move people information in to a common place.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/event/event.ttl')
-rw-r--r--lv2/lv2plug.in/ns/ext/event/event.ttl37
1 files changed, 14 insertions, 23 deletions
diff --git a/lv2/lv2plug.in/ns/ext/event/event.ttl b/lv2/lv2plug.in/ns/ext/event/event.ttl
index 24acc33..e096503 100644
--- a/lv2/lv2plug.in/ns/ext/event/event.ttl
+++ b/lv2/lv2plug.in/ns/ext/event/event.ttl
@@ -22,23 +22,14 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-<http://drobilla.net/drobilla#me>
- a foaf:Person ;
- foaf:name "David Robillard" ;
- foaf:mbox <mailto:d@drobilla.net> ;
- rdfs:seeAlso <http://drobilla.net/drobilla> .
-
-_:larsl
- a foaf:Person ;
- foaf:name "Lars Luthman" .
-
<http://lv2plug.in/ns/ext/event>
a lv2:Specification ;
doap:license <http://opensource.org/licenses/isc> ;
doap:name "LV2 Event" ;
doap:shortdesc "A port-based real-time generic event interface." ;
rdfs:seeAlso <event.h> ,
- <event-helpers.h> ;
+ <event-helpers.h> ,
+ <../../people/people.ttl> ;
doap:release [
doap:revision "1.4" ;
doap:created "2011-11-21" ;
@@ -46,9 +37,9 @@ _:larsl
dcs:blame <http://drobilla.net/drobilla#me> ;
dcs:changeset [
dcs:item [
- rdfs:label "Update packaging."
- ]
- ]
+ rdfs:label "Update packaging." ;
+ ] ;
+ ] ;
] , [
doap:revision "1.2" ;
doap:created "2011-05-26" ;
@@ -56,13 +47,13 @@ _:larsl
dcs:blame <http://drobilla.net/drobilla#me> ;
dcs:changeset [
dcs:item [
- rdfs:label "Add build system (for installation)."
+ rdfs:label "Add build system (for installation)." ;
] , [
- rdfs:label "Convert documentation to HTML and use lv2:documentation."
+ rdfs:label "Convert documentation to HTML and use lv2:documentation." ;
] , [
- rdfs:label "Use lv2:Specification to be discovered as an extension."
- ]
- ]
+ rdfs:label "Use lv2:Specification to be discovered as an extension." ;
+ ] ;
+ ] ;
] , [
doap:revision "1.0" ;
doap:created "2010-11-24" ;
@@ -70,12 +61,12 @@ _:larsl
dcs:blame <http://drobilla.net/drobilla#me> ;
dcs:changeset [
dcs:item [
- rdfs:label "Initial release."
- ]
- ]
+ rdfs:label "Initial release." ;
+ ] ;
+ ] ;
] ;
doap:developer <http://drobilla.net/drobilla#me> ,
- _:larsl ;
+ <http://lv2plug.in/ns/people#larsl> ;
lv2:documentation """
<p>This extension defines a generic time-stamped event port type, which can be
used to create plugins that read and write real-time events, such as MIDI,