# HG changeset patch # User Chris Cannam # Date 1403275966 -3600 # Node ID f8fab3aad0c184a91be350f771c11773cd97abc2 # Parent a0641c4829f403b244e6e4cc79cc4b3cb058e747 A few tweaks diff -r a0641c4829f4 -r f8fab3aad0c1 plugins/beatroot-vamp.n3 --- a/plugins/beatroot-vamp.n3 Fri Jun 20 13:00:09 2014 +0100 +++ b/plugins/beatroot-vamp.n3 Fri Jun 20 15:52:46 2014 +0100 @@ -31,7 +31,7 @@ dc:title "BeatRoot Beat Tracker" ; vamp:name "BeatRoot Beat Tracker" ; dc:description """Identify beat locations in music""" ; - 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 ; vamp:identifier "beatroot" ; diff -r a0641c4829f4 -r f8fab3aad0c1 plugins/mvamp-ibt.n3 --- a/plugins/mvamp-ibt.n3 Fri Jun 20 13:00:09 2014 +0100 +++ b/plugins/mvamp-ibt.n3 Fri Jun 20 15:52:46 2014 +0100 @@ -17,12 +17,14 @@ :maker foaf:name "SMC Group at INESC Porto" ; foaf:logo ; - foaf:page . + foaf:page ; + . :mvamp a vamp:PluginLibrary ; vamp:identifier "mvamp-ibt" ; vamp:available_plugin plugbase:marsyas_ibt ; foaf:page ; + doap:download-page ; dc:title "INESC Porto Beat Tracker" ; dc:description "Plugin from João Oliveira of the SMC Group for tempo induction and beat tracking, built on the MARSYAS framework" ; vamp:has_source true ; diff -r a0641c4829f4 -r f8fab3aad0c1 plugins/vamp-aubio.n3 --- a/plugins/vamp-aubio.n3 Fri Jun 20 13:00:09 2014 +0100 +++ b/plugins/vamp-aubio.n3 Fri Jun 20 15:52:46 2014 +0100 @@ -14,12 +14,12 @@ foaf:primaryTopic . :maker - foaf:name "Paul Brossier (plugin by Chris Cannam)" ; + foaf:name "Paul Brossier and Chris Cannam" ; foaf:page . plugbase:library a vamp:PluginLibrary ; vamp:identifier "vamp-aubio" ; - dc:title "Vamp Aubio plugins" ; + 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 ; @@ -27,6 +27,7 @@ vamp:available_plugin plugbase:aubiosilence ; vamp:available_plugin plugbase:aubiotempo ; foaf:page ; + foaf:maker :maker ; . plugbase:aubionotes a vamp:Plugin ; @@ -393,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 ; vamp:identifier "aubiotempo" ; diff -r a0641c4829f4 -r f8fab3aad0c1 plugins/vamp-libxtract.n3 --- a/plugins/vamp-libxtract.n3 Fri Jun 20 13:00:09 2014 +0100 +++ b/plugins/vamp-libxtract.n3 Fri Jun 20 15:52:46 2014 +0100 @@ -19,7 +19,7 @@ :vamp-libxtract a vamp:PluginLibrary ; vamp:identifier "vamp-libxtract" ; - dc:title "Vamp libxtract plugins" ; + dc:title "libxtract Vamp plugins" ; dc:description """Low-level feature extraction plugins using Jamie Bullock's libxtract library to provide around 50 spectral and other features""" ; vamp:available_plugin plugbase:amdf ; vamp:available_plugin plugbase:asdf ;