From 58c3f34d861b6bc3b7a4761bdc7100fd0d530d84 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 25 Mar 2012 18:28:47 +0000 Subject: Move people information in to a common place. --- lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl') diff --git a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl index 06ba96b..70a82c7 100644 --- a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl +++ b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl @@ -24,23 +24,15 @@ @prefix rdfs: . @prefix xsd: . - - a foaf:Person ; - foaf:name "David Robillard" ; - foaf:mbox ; - rdfs:seeAlso . - a lv2:Specification ; + rdfs:seeAlso <../../people/people.ttl> ; doap:license ; doap:name "LV2 Port Groups" ; doap:shortdesc "Multi-channel groups of LV2 ports." ; rdfs:comment "Defines semantic groupings of LV2 ports" ; - doap:developer [ - a foaf:Person ; - foaf:name "Lars Luthman" ; - foaf:mbox ; - ] , . + doap:developer , + . pg:Group a rdfs:Class ; @@ -87,7 +79,7 @@ An element of a group, which has a designation and an optional index. pg:element a rdf:Property ; rdfs:domain pg:Group ; - rdfs:range pg:Element ; + rdfs:range pg:Element ; rdfs:label "element" ; rdfs:comment """ Indicates that a group has a certain element (a parameter or channel @@ -676,4 +668,3 @@ pg:AmbisonicBH3P3Group lv2:index 15 ; lv2:designation amb:ACN15 ; ] . - -- cgit v1.2.1