diff options
author | David Robillard <d@drobilla.net> | 2012-04-16 22:47:56 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-16 22:47:56 +0000 |
commit | 84cb0b0a36152b76e3ffdfa213cad5805b26b5d7 (patch) | |
tree | 7e531652c8daa00951e6ba6eb9ceaff9f4a4a52e /lv2/lv2plug.in/ns | |
parent | a2871d7ad8553dcc2d4a232d5103dcf234477e5a (diff) | |
download | lv2-84cb0b0a36152b76e3ffdfa213cad5805b26b5d7.tar.xz |
Remove misplaced definition of doap:name.
Diffstat (limited to 'lv2/lv2plug.in/ns')
-rw-r--r-- | lv2/lv2plug.in/ns/lv2core/lv2core.ttl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl index 6d016fb..880d006 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl +++ b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl @@ -134,9 +134,6 @@ ports or otherwise mimic the structure of a Plugin (e.g. a preset), since hosts and other tools already <q>understand</q> this structure.</p> """ . -doap:name - a owl:DatatypeProperty . - lv2:Plugin a rdfs:Class , owl:Class ; |