changeset 69:180c95f52871

More info in the RDF
author Chris Cannam
date Fri, 20 Jun 2014 10:16:49 +0100
parents 9e414ae1f2fb
children 29936292cec0
files cepstral-pitchtracker.n3
diffstat 1 files changed, 13 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/cepstral-pitchtracker.n3	Thu Dec 06 17:27:16 2012 +0000
+++ b/cepstral-pitchtracker.n3	Fri Jun 20 10:16:49 2014 +0100
@@ -6,6 +6,7 @@
 @prefix dc:       <http://purl.org/dc/elements/1.1/> .
 @prefix af:       <http://purl.org/ontology/af/> .
 @prefix foaf:     <http://xmlns.com/foaf/0.1/> .
+@prefix doap:     <http://usefulinc.com/ns/doap#> .
 @prefix cc:       <http://web.resource.org/cc/> .
 @prefix :         <#> .
 
@@ -13,17 +14,27 @@
     foaf:maker          <http://www.vamp-plugins.org/doap.rdf#template-generator> ;
     foaf:primaryTopic   <http://vamp-plugins.org/rdf/plugins/cepstral-pitchtracker> .
 
-:cepstral-pitchtracker a  vamp:PluginLibrary ;
+:library_maker
+    foaf:name "Chris Cannam" ;
+    foaf:logo <http://vamp-plugins.org/rdf/plugins/makers/qm.png> ;
+    foaf:page <http://c4dm.eecs.qmul.ac.uk/> .
+
+plugbase:library a  vamp:PluginLibrary ;
+    dc:title "Cepstral Pitch Tracker" ;
+    dc:description "A straightforward cepstral pitch- and note-tracker Vamp plugin, probably most suited to tracking singing pitch." ;
     vamp:identifier "cepstral-pitchtracker"  ; 
+    foaf:maker             :library_maker ; 
     vamp:available_plugin plugbase:cepstral-pitchtracker ; 
     foaf:page <http://code.soundsoftware.ac.uk/projects/cepstral-pitchtracker> ;
+    doap:download-page <http://code.soundsoftware.ac.uk/projects/cepstral-pitchtracker/files> ;
+    vamp:has_source true ;
     .
 
 plugbase:cepstral-pitchtracker a   vamp:Plugin ;
     dc:title              "Cepstral Pitch Tracker" ;
     vamp:name             "Cepstral Pitch Tracker" ;
     dc:description        """Estimate f0 of monophonic material using a cepstrum method.""" ;
-    foaf:maker            [ foaf:name "Chris Cannam" ] ; # FIXME could give plugin author's URI here
+    foaf:maker            :library_maker ;
     dc:rights             """Freely redistributable (BSD license)""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "cepstral-pitchtracker" ;