diff plugins/vamp-aubio.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 bbb7da1e236b
children f8fab3aad0c1
line wrap: on
line diff
--- a/plugins/vamp-aubio.n3	Thu Jun 19 16:33:35 2014 +0100
+++ b/plugins/vamp-aubio.n3	Thu Jun 19 17:13:54 2014 +0100
@@ -13,21 +13,27 @@
     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 (plugin by Chris Cannam)" ;
+    foaf:page <http://aubio.org> .
+
+plugbase:library a  vamp:PluginLibrary ;
     vamp:identifier "vamp-aubio"  ; 
+    dc:title "Vamp Aubio 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/> ;
     .
 
 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 +167,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 +240,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 +324,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" ;