diff options
author | David Robillard <d@drobilla.net> | 2017-02-08 00:28:38 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-02-08 00:28:38 +0100 |
commit | 0fc02cfb7cbe7f29149e67f8355192b5ceb8a1db (patch) | |
tree | f52961f40e512d5d1798c7a40b48d27a27d141ac /lv2/lv2plug.in/ns/ext/port-groups | |
parent | b36868f3b96a436961c0c51b5b2dd71d05da9b12 (diff) | |
download | lv2-0fc02cfb7cbe7f29149e67f8355192b5ceb8a1db.tar.xz |
Add lv2_validate utility
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/port-groups')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/port-groups/lv2-port-groups.doap.ttl | 1 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/lv2/lv2plug.in/ns/ext/port-groups/lv2-port-groups.doap.ttl b/lv2/lv2plug.in/ns/ext/port-groups/lv2-port-groups.doap.ttl index 87a2ee7..90848d2 100644 --- a/lv2/lv2plug.in/ns/ext/port-groups/lv2-port-groups.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/port-groups/lv2-port-groups.doap.ttl @@ -5,7 +5,6 @@ <http://lv2plug.in/ns/ext/port-groups> a doap:Project ; - rdfs:seeAlso <../../meta/meta.ttl> ; doap:license <http://opensource.org/licenses/isc> ; doap:name "LV2 Port Groups" ; doap:shortdesc "Multi-channel groups of LV2 ports." ; 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 011b0fc..0681e42 100644 --- a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl +++ b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl @@ -7,8 +7,7 @@ <http://lv2plug.in/ns/ext/port-groups> a owl:Ontology ; - rdfs:seeAlso <../../meta/meta.ttl> , - <lv2-port-groups.doap.ttl> . + rdfs:seeAlso <lv2-port-groups.doap.ttl> . pg:Group a rdfs:Class ; |