changeset 52:f8fab3aad0c1 rdfquery

A few tweaks
author Chris Cannam
date Fri, 20 Jun 2014 15:52:46 +0100
parents a0641c4829f4
children 74741a15a4a9
files plugins/beatroot-vamp.n3 plugins/mvamp-ibt.n3 plugins/vamp-aubio.n3 plugins/vamp-libxtract.n3
diffstat 4 files changed, 9 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "beatroot" ;
--- 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 <http://vamp-plugins.org/rdf/plugins/makers/smc.png> ;
-    foaf:page <http://smc.inescporto.pt> .
+    foaf:page <http://smc.inescporto.pt> ;
+    .
 
 :mvamp a  vamp:PluginLibrary ;
     vamp:identifier "mvamp-ibt"  ; 
     vamp:available_plugin plugbase:marsyas_ibt ; 
     foaf:page <http://smc.inescporto.pt/technologies/ibt/> ;
+    doap:download-page <http://smc.inescporto.pt/technologies/ibt/> ;
     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 ;
--- 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   <http://vamp-plugins.org/rdf/plugins/vamp-aubio> .
 
 :maker
-    foaf:name "Paul Brossier (plugin by Chris Cannam)" ;
+    foaf:name "Paul Brossier and Chris Cannam" ;
     foaf:page <http://aubio.org> .
 
 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 <https://code.soundsoftware.ac.uk/projects/vamp-aubio-plugins/> ;
+    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            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "aubiotempo" ;
--- 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 ;