Mercurial > hg > vamp-known-plugins-rdf
diff plugins/vamp-aubio.n3 @ 57:0e60930bbe52
Merge from rdfquery branch
author | Chris Cannam |
---|---|
date | Tue, 24 Jun 2014 14:13:58 +0100 |
parents | f8fab3aad0c1 |
children | 4ad4e5b06c76 |
line wrap: on
line diff
--- a/plugins/vamp-aubio.n3 Thu Jun 19 15:23:31 2014 +0100 +++ b/plugins/vamp-aubio.n3 Tue Jun 24 14:13:58 2014 +0100 @@ -13,21 +13,28 @@ foaf:maker <http://www.vamp-plugins.org/doap.rdf#template-generator> ; foaf:primaryTopic <http://vamp-plugins.org/rdf/plugins/vamp-aubio> . -:vamp-aubio a vamp:PluginLibrary ; +:maker + foaf:name "Paul Brossier and Chris Cannam" ; + foaf:page <http://aubio.org> . + +plugbase:library a vamp:PluginLibrary ; vamp:identifier "vamp-aubio" ; + dc:title "Aubio Vamp plugins" ; + dc:description "Onset detection, pitch tracking, note tracking and tempo tracking plugins using Paul Brossier's aubio library" ; vamp:available_plugin plugbase:aubionotes ; vamp:available_plugin plugbase:aubioonset ; vamp:available_plugin plugbase:aubiopitch ; vamp:available_plugin plugbase:aubiosilence ; vamp:available_plugin plugbase:aubiotempo ; -# foaf:page <Place more-information HTML page URL here and uncomment> ; + foaf:page <https://code.soundsoftware.ac.uk/projects/vamp-aubio-plugins/> ; + foaf:maker :maker ; . plugbase:aubionotes a vamp:Plugin ; dc:title "Aubio Note Tracker" ; vamp:name "Aubio Note Tracker" ; dc:description """Estimate note onset positions, pitches and durations""" ; - foaf:maker [ foaf:name "Paul Brossier (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """GPL""" ; # cc:license <Place plugin license URI here and uncomment> ; vamp:identifier "aubionotes" ; @@ -161,7 +168,7 @@ dc:title "Aubio Onset Detector" ; vamp:name "Aubio Onset Detector" ; dc:description """Estimate note onset times""" ; - foaf:maker [ foaf:name "Paul Brossier (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """GPL""" ; # cc:license <Place plugin license URI here and uncomment> ; vamp:identifier "aubioonset" ; @@ -234,7 +241,7 @@ dc:title "Aubio Pitch Detector" ; vamp:name "Aubio Pitch Detector" ; dc:description """Track estimated note pitches""" ; - foaf:maker [ foaf:name "Paul Brossier (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """GPL""" ; # cc:license <Place plugin license URI here and uncomment> ; vamp:identifier "aubiopitch" ; @@ -318,7 +325,7 @@ dc:title "Aubio Silence Detector" ; vamp:name "Aubio Silence Detector" ; dc:description """Detect levels below a certain threshold""" ; - foaf:maker [ foaf:name "Paul Brossier (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """GPL""" ; # cc:license <Place plugin license URI here and uncomment> ; vamp:identifier "aubiosilence" ; @@ -387,7 +394,7 @@ dc:title "Aubio Beat Tracker" ; vamp:name "Aubio Beat Tracker" ; dc:description """Estimate the musical tempo and track beat positions""" ; - foaf:maker [ foaf:name "Paul Brossier (method by Matthew Davies, plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """GPL""" ; # cc:license <Place plugin license URI here and uncomment> ; vamp:identifier "aubiotempo" ;