From 36ea54241a62bb6c9a032b1876d20dbbc30194b6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 5 Aug 2012 23:45:34 +0000 Subject: Move all project metadata for extensions (e.g. change log) to separate files to spare hosts from loading them during discovery. --- lv2/lv2plug.in/ns/ext/port-props/port-props.ttl | 33 +++---------------------- 1 file changed, 3 insertions(+), 30 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/port-props/port-props.ttl') diff --git a/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl b/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl index ea87acb..7eb7e7d 100644 --- a/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl +++ b/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl @@ -1,40 +1,13 @@ -@prefix dcs: . -@prefix doap: . -@prefix foaf: . @prefix lv2: . +@prefix owl: . @prefix pprops: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . - a lv2:Specification ; - rdfs:seeAlso <../../meta/meta.ttl> ; - doap:name "LV2 Port Properties" ; - doap:release [ - doap:revision "1.1" ; - doap:created "2012-07-29" ; - dcs:blame ; - dcs:changeset [ - dcs:item [ - rdfs:label "Use consistent label style." - ] - ] - ] , [ - doap:revision "1.0" ; - doap:created "2012-04-17" ; - doap:file-release ; - dcs:blame ; - dcs:changeset [ - dcs:item [ - rdfs:label "Initial release." - ] - ] - ] ; - doap:created "2009-01-01" ; - doap:shortdesc "Various port properties." ; - doap:maintainer ; - doap:developer ; + a owl:Ontology ; + rdfs:seeAlso ; lv2:documentation """

This vocabulary defines various properties for plugin ports, which can be used to better describe how a plugin can be controlled. Using this metadata, -- cgit v1.2.1