changeset 37:32407651025d

Update RDF
author Chris Cannam
date Wed, 25 Jun 2014 14:00:06 +0100
parents 11b10bf3147a
children 81146373f024
files vamp-libxtract.n3
diffstat 1 files changed, 106 insertions(+), 94 deletions(-) [+]
line wrap: on
line diff
--- a/vamp-libxtract.n3	Wed Jun 25 13:59:32 2014 +0100
+++ b/vamp-libxtract.n3	Wed Jun 25 14:00:06 2014 +0100
@@ -6,15 +6,21 @@
 @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 :         <> .
+@prefix :         <#> .
 
 <>  a   vamp:PluginDescription ;
     foaf:maker          <http://www.vamp-plugins.org/doap.rdf#template-generator> ;
     foaf:primaryTopic   <http://vamp-plugins.org/rdf/plugins/vamp-libxtract> .
 
+:maker
+    foaf:name "Chris Cannam and Jamie Bullock" .
+
 :vamp-libxtract a  vamp:PluginLibrary ;
     vamp:identifier "vamp-libxtract"  ; 
+    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 ; 
     vamp:available_plugin plugbase:autocorrelation ; 
@@ -61,15 +67,21 @@
     vamp:available_plugin plugbase:tristimulus_3 ; 
     vamp:available_plugin plugbase:variance ; 
     vamp:available_plugin plugbase:zcr ; 
-#   foaf:page <Place more-information HTML page URL here and uncomment> ;
+    foaf:maker :maker ;
+    foaf:page <http://code.soundsoftware.ac.uk/projects/vamp-libxtract-plugins> ;
+    doap:download-page <http://code.soundsoftware.ac.uk/projects/vamp-libxtract-plugins/files> ;
+    vamp:has_source true ;
+    vamp:has_binary "osx" ;
+    vamp:has_binary "win32" ;
+    vamp:has_binary "linux64"
     .
 
 plugbase:amdf a   vamp:Plugin ;
     dc:title              "Average Magnitude Difference Function" ;
     vamp:name             "Average Magnitude Difference Function" ;
     dc:description        """Extract the AMDF of an audio signal""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "amdf" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -93,8 +105,8 @@
     dc:title              "Average Squared Difference Function" ;
     vamp:name             "Average Squared Difference Function" ;
     dc:description        """Extract the ASDF of an audio signal""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "asdf" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -118,8 +130,8 @@
     dc:title              "Autocorrelation" ;
     vamp:name             "Autocorrelation" ;
     dc:description        """Extract the autocorrelation of an audio signal""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "autocorrelation" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -143,8 +155,8 @@
     dc:title              "Average Deviation" ;
     vamp:name             "Average Deviation" ;
     dc:description        """Extract the average deviation of a range of values""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "average_deviation" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -169,8 +181,8 @@
     dc:title              "Bark Coefficients" ;
     vamp:name             "Bark Coefficients" ;
     dc:description        """Extract bark coefficients from an audio spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "bark_coefficients" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -195,8 +207,8 @@
     dc:title              "Spectral Crest Measure" ;
     vamp:name             "Spectral Crest Measure" ;
     dc:description        """Extract the spectral crest measure of an audio spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Peeters (2003). Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Peeters (2003). Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "crest" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -221,8 +233,8 @@
     dc:title              "Discrete Cosine Transform" ;
     vamp:name             "Discrete Cosine Transform" ;
     dc:description        """Extract the DCT of an audio signal""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "dct" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -246,8 +258,8 @@
     dc:title              "Fundamental Frequency" ;
     vamp:name             "Fundamental Frequency" ;
     dc:description        """Extract the fundamental frequency of an audio signal""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Jamie Bullock. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Jamie Bullock. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "f0" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -271,8 +283,8 @@
     dc:title              "Fundamental Frequency (failsafe)" ;
     vamp:name             "Fundamental Frequency (failsafe)" ;
     dc:description        """Extract the fundamental frequency of an audio signal (failsafe)""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Jamie Bullock. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Jamie Bullock. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "failsafe_f0" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -296,8 +308,8 @@
     dc:title              "Spectral Flatness" ;
     vamp:name             "Spectral Flatness" ;
     dc:description        """Extract the spectral flatness of an audio spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Tristan Jehan (2005). Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Tristan Jehan (2005). Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "flatness" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -322,8 +334,8 @@
     dc:title              "Harmonic Spectrum" ;
     vamp:name             "Harmonic Spectrum" ;
     dc:description        """Extract the harmonics from an audio spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "harmonic_spectrum" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -372,8 +384,8 @@
     dc:title              "Highest Value" ;
     vamp:name             "Highest Value" ;
     dc:description        """Extract the highest value from a given range""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "highest_value" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -398,8 +410,8 @@
     dc:title              "Irregularity II" ;
     vamp:name             "Irregularity II" ;
     dc:description        """Extract the irregularity (type II) of an audio spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Jensen (1999). Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Jensen (1999). Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "irregularity_j" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -424,8 +436,8 @@
     dc:title              "Irregularity I" ;
     vamp:name             "Irregularity I" ;
     dc:description        """Extract the irregularity (type I) of an audio spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Krimphoff (1994). Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Krimphoff (1994). Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "irregularity_k" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -450,8 +462,8 @@
     dc:title              "Kurtosis" ;
     vamp:name             "Kurtosis" ;
     dc:description        """Extract the kurtosis of a range of values""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "kurtosis" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -476,8 +488,8 @@
     dc:title              "Loudness" ;
     vamp:name             "Loudness" ;
     dc:description        """Extract the loudness of an audio signal from its spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Moore, Glasberg et al (2005). Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Moore, Glasberg et al (2005). Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "loudness" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -502,8 +514,8 @@
     dc:title              "Lowest Value" ;
     vamp:name             "Lowest Value" ;
     dc:description        """Extract the lowest value from a given range""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "lowest_value" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -528,8 +540,8 @@
     dc:title              "Mean" ;
     vamp:name             "Mean" ;
     dc:description        """Extract the mean of a range of values""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "mean" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -554,8 +566,8 @@
     dc:title              "Mel-Frequency Cepstral Coefficients" ;
     vamp:name             "Mel-Frequency Cepstral Coefficients" ;
     dc:description        """Extract MFCC from an audio spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Rabiner. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Rabiner. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "mfcc" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -652,8 +664,8 @@
     dc:title              "Noisiness" ;
     vamp:name             "Noisiness" ;
     dc:description        """Extract the noisiness of an audio  spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Tae Hong Park (2000). Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Tae Hong Park (2000). Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "noisiness" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -702,8 +714,8 @@
     dc:title              "Non-zero count" ;
     vamp:name             "Non-zero count" ;
     dc:description        """Extract the number of non-zero elements in an input spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "nonzero_count" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -741,8 +753,8 @@
     dc:title              "Odd/even Harmonic Ratio" ;
     vamp:name             "Odd/even Harmonic Ratio" ;
     dc:description        """Extract the odd-to-even harmonic ratio of an audio spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "odd_even_ratio" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -791,8 +803,8 @@
     dc:title              "Peak Spectrum" ;
     vamp:name             "Peak Spectrum" ;
     dc:description        """Extract the spectral peaks from an audio spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "peak_spectrum" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -830,8 +842,8 @@
     dc:title              "RMS Amplitude" ;
     vamp:name             "RMS Amplitude" ;
     dc:description        """Extract the RMS amplitude of an audio signal""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "rms_amplitude" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -855,8 +867,8 @@
     dc:title              "Spectral Rolloff" ;
     vamp:name             "Spectral Rolloff" ;
     dc:description        """Extract the rolloff point of an audio spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Bee Suan Ong (2005). Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Bee Suan Ong (2005). Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "rolloff" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -894,8 +906,8 @@
     dc:title              "Spectral Sharpness" ;
     vamp:name             "Spectral Sharpness" ;
     dc:description        """Extract the spectral sharpness of an audio spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "sharpness" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -920,8 +932,8 @@
     dc:title              "Skewness" ;
     vamp:name             "Skewness" ;
     dc:description        """Extract the skewness of a range of values""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "skewness" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -946,8 +958,8 @@
     dc:title              "Spectral Smoothness" ;
     vamp:name             "Spectral Smoothness" ;
     dc:description        """Extract the spectral smoothness of an audio spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from McAdams (1999). Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from McAdams (1999). Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "smoothness" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -972,8 +984,8 @@
     dc:title              "Spectral Average Deviation" ;
     vamp:name             "Spectral Average Deviation" ;
     dc:description        """Extract the average deviation of an audio spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "spectral_average_deviation" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -998,8 +1010,8 @@
     dc:title              "Spectral Centroid" ;
     vamp:name             "Spectral Centroid" ;
     dc:description        """Extract the spectral centroid of an audio spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "spectral_centroid" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1024,8 +1036,8 @@
     dc:title              "Inharmonicity" ;
     vamp:name             "Inharmonicity" ;
     dc:description        """Extract the inharmonicity of an audio spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "spectral_inharmonicity" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1063,8 +1075,8 @@
     dc:title              "Spectral Kurtosis" ;
     vamp:name             "Spectral Kurtosis" ;
     dc:description        """Extract the kurtosis of an audio spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "spectral_kurtosis" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1089,8 +1101,8 @@
     dc:title              "Spectral Skewness" ;
     vamp:name             "Spectral Skewness" ;
     dc:description        """Extract the skewness of an audio spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "spectral_skewness" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1115,8 +1127,8 @@
     dc:title              "Spectral Slope" ;
     vamp:name             "Spectral Slope" ;
     dc:description        """Extract the spectral slope of an audio spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "spectral_slope" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1141,8 +1153,8 @@
     dc:title              "Spectral Standard Deviation" ;
     vamp:name             "Spectral Standard Deviation" ;
     dc:description        """Extract the standard deviation of an audio spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "spectral_standard_deviation" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1167,8 +1179,8 @@
     dc:title              "Spectral Variance" ;
     vamp:name             "Spectral Variance" ;
     dc:description        """Extract the variance of an audio spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "spectral_variance" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1193,8 +1205,8 @@
     dc:title              "Spectrum" ;
     vamp:name             "Spectrum" ;
     dc:description        """Extract the spectrum of an audio signal""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "spectrum" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1218,8 +1230,8 @@
     dc:title              "Spectral Spread" ;
     vamp:name             "Spectral Spread" ;
     dc:description        """Extract the spectral spread of an audio spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Norman Casagrande (2005). Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Norman Casagrande (2005). Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "spread" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1244,8 +1256,8 @@
     dc:title              "Standard Deviation" ;
     vamp:name             "Standard Deviation" ;
     dc:description        """Extract the standard deviation of a range of values""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "standard_deviation" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1270,8 +1282,8 @@
     dc:title              "Sum of Values" ;
     vamp:name             "Sum of Values" ;
     dc:description        """Extract the sum of the values in a given range""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "sum" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1296,8 +1308,8 @@
     dc:title              "Tonality" ;
     vamp:name             "Tonality" ;
     dc:description        """Extract the tonality an audio spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from J. D. Johnston (1988). Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from J. D. Johnston (1988). Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "tonality" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1322,8 +1334,8 @@
     dc:title              "Tristimulus I" ;
     vamp:name             "Tristimulus I" ;
     dc:description        """Extract the tristimulus (type I) of an audio spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Pollard and Jansson (1982). Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Pollard and Jansson (1982). Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "tristimulus_1" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1372,8 +1384,8 @@
     dc:title              "Tristimulus II" ;
     vamp:name             "Tristimulus II" ;
     dc:description        """Extract the tristimulus (type II) of an audio spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Pollard and Jansson (1982). Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Pollard and Jansson (1982). Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "tristimulus_2" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1422,8 +1434,8 @@
     dc:title              "Tristimulus III" ;
     vamp:name             "Tristimulus III" ;
     dc:description        """Extract the tristimulus (type III) of an audio spectrum""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Pollard and Jansson (1982). Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Method from Pollard and Jansson (1982). Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "tristimulus_3" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1472,8 +1484,8 @@
     dc:title              "Variance" ;
     vamp:name             "Variance" ;
     dc:description        """Extract the variance of a range of values""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "variance" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1498,8 +1510,8 @@
     dc:title              "Zero Crossing Rate" ;
     vamp:name             "Zero Crossing Rate" ;
     dc:description        """Extract the zero crossing rate of an audio signal""" ;
-    foaf:maker            [ foaf:name "libxtract by Jamie Bullock (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here
-    vamp:copyright_note   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
+    foaf:maker            :maker ;
+    dc:rights   """Copyright 2006 Jamie Bullock, plugin Copyright 2006 Queen Mary, University of London. Distributed under the GNU General Public License""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "zcr" ;
     vamp:vamp_API_version vamp:api_version_2 ;