Mercurial > hg > vamp-known-plugins-rdf
diff plugins/match-vamp-plugin.n3 @ 49:d84bd6676a43 rdfquery
MATCH, Aubio, HPCP, OnsetsDS and the example plugins
author | Chris Cannam |
---|---|
date | Thu, 19 Jun 2014 17:13:54 +0100 |
parents | 24cf3804da57 |
children | 70086ab5d85b |
line wrap: on
line diff
--- a/plugins/match-vamp-plugin.n3 Thu Jun 19 16:33:35 2014 +0100 +++ b/plugins/match-vamp-plugin.n3 Thu Jun 19 17:13:54 2014 +0100 @@ -13,17 +13,25 @@ foaf:maker <http://www.vamp-plugins.org/doap.rdf#template-generator> ; foaf:primaryTopic <http://vamp-plugins.org/rdf/plugins/match-vamp-plugin> . -:match-vamp-plugin a vamp:PluginLibrary ; +:maker + foaf:name "Queen Mary, University of London" ; + foaf:logo <http://vamp-plugins.org/rdf/plugins/makers/qm.png> ; + foaf:page <http://c4dm.eecs.qmul.ac.uk/> . + +plugbase:library a vamp:PluginLibrary ; vamp:identifier "match-vamp-plugin" ; + dc:title "MATCH Vamp Plugin" ; + dc:description """Vamp implementation of the MATCH audio alignment algorithm from Simon Dixon. Sonic Visualiser can use this for automatic time alignment among multiple audio files.""" ; vamp:available_plugin plugbase:match ; -# foaf:page <Place more-information HTML page URL here and uncomment> ; + foaf:maker :maker ; + foaf:page <http://code.soundsoftware.ac.uk/projects/match-vamp> ; . plugbase:match a vamp:Plugin ; dc:title "Match Performance Aligner" ; vamp:name "Match Performance Aligner" ; dc:description """Calculate alignment between two performances in separate channel inputs""" ; - foaf:maker [ foaf:name "Simon Dixon (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 "match" ;