changeset 12:3ac1386a74bd

* update rdf
author cannam
date Wed, 29 Oct 2008 17:16:36 +0000
parents ff1564a04fc0
children cddeaf9f7f1b
files vamp-libxtract.n3
diffstat 1 files changed, 92 insertions(+), 46 deletions(-) [+]
line wrap: on
line diff
--- a/vamp-libxtract.n3	Wed Oct 29 16:28:27 2008 +0000
+++ b/vamp-libxtract.n3	Wed Oct 29 17:16:36 2008 +0000
@@ -67,8 +67,9 @@
 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" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "amdf" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -91,8 +92,9 @@
 plugbase:asdf a   vamp:Plugin ;
     dc:title              "Average Squared Difference Function" ;
     vamp:name             "Average Squared Difference Function" ;
-    dc:description        "Extract the ASDF of an audio signal" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "asdf" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -115,8 +117,9 @@
 plugbase:autocorrelation a   vamp:Plugin ;
     dc:title              "Autocorrelation" ;
     vamp:name             "Autocorrelation" ;
-    dc:description        "Extract the autocorrelation of an audio signal" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "autocorrelation" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -139,8 +142,9 @@
 plugbase:average_deviation a   vamp:Plugin ;
     dc:title              "Average Deviation" ;
     vamp:name             "Average Deviation" ;
-    dc:description        "Extract the average deviation of a range of values" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "average_deviation" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -164,8 +168,9 @@
 plugbase:bark_coefficients a   vamp:Plugin ;
     dc:title              "Bark Coefficients" ;
     vamp:name             "Bark Coefficients" ;
-    dc:description        "Extract bark coefficients from an audio spectrum" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "bark_coefficients" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -189,8 +194,9 @@
 plugbase:crest a   vamp:Plugin ;
     dc:title              "Spectral Crest Measure" ;
     vamp:name             "Spectral Crest Measure" ;
-    dc:description        "Extract the spectral crest measure of an audio spectrum" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "crest" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -214,8 +220,9 @@
 plugbase:dct a   vamp:Plugin ;
     dc:title              "Discrete Cosine Transform" ;
     vamp:name             "Discrete Cosine Transform" ;
-    dc:description        "Extract the DCT of an audio signal" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "dct" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -238,8 +245,9 @@
 plugbase:f0 a   vamp:Plugin ;
     dc:title              "Fundamental Frequency" ;
     vamp:name             "Fundamental Frequency" ;
-    dc:description        "Extract the fundamental frequency of an audio signal" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "f0" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -262,8 +270,9 @@
 plugbase:failsafe_f0 a   vamp:Plugin ;
     dc:title              "Fundamental Frequency (failsafe)" ;
     vamp:name             "Fundamental Frequency (failsafe)" ;
-    dc:description        "Extract the fundamental frequency of an audio signal (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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "failsafe_f0" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -286,8 +295,9 @@
 plugbase:flatness a   vamp:Plugin ;
     dc:title              "Spectral Flatness" ;
     vamp:name             "Spectral Flatness" ;
-    dc:description        "Extract the spectral flatness of an audio spectrum" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "flatness" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -311,8 +321,9 @@
 plugbase:harmonic_spectrum a   vamp:Plugin ;
     dc:title              "Harmonic Spectrum" ;
     vamp:name             "Harmonic Spectrum" ;
-    dc:description        "Extract the harmonics from an audio 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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "harmonic_spectrum" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -360,8 +371,9 @@
 plugbase:highest_value a   vamp:Plugin ;
     dc:title              "Highest Value" ;
     vamp:name             "Highest Value" ;
-    dc:description        "Extract the highest value from a given range" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "highest_value" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -385,8 +397,9 @@
 plugbase:irregularity_j a   vamp:Plugin ;
     dc:title              "Irregularity II" ;
     vamp:name             "Irregularity II" ;
-    dc:description        "Extract the irregularity (type II) of an audio spectrum" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "irregularity_j" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -410,8 +423,9 @@
 plugbase:irregularity_k a   vamp:Plugin ;
     dc:title              "Irregularity I" ;
     vamp:name             "Irregularity I" ;
-    dc:description        "Extract the irregularity (type I) of an audio spectrum" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "irregularity_k" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -435,8 +449,9 @@
 plugbase:kurtosis a   vamp:Plugin ;
     dc:title              "Kurtosis" ;
     vamp:name             "Kurtosis" ;
-    dc:description        "Extract the kurtosis of a range of values" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "kurtosis" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -460,8 +475,9 @@
 plugbase:loudness a   vamp:Plugin ;
     dc:title              "Loudness" ;
     vamp:name             "Loudness" ;
-    dc:description        "Extract the loudness of an audio signal from its spectrum" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "loudness" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -485,8 +501,9 @@
 plugbase:lowest_value a   vamp:Plugin ;
     dc:title              "Lowest Value" ;
     vamp:name             "Lowest Value" ;
-    dc:description        "Extract the lowest value from a given range" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "lowest_value" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -510,8 +527,9 @@
 plugbase:mean a   vamp:Plugin ;
     dc:title              "Mean" ;
     vamp:name             "Mean" ;
-    dc:description        "Extract the mean of a range of values" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "mean" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -535,8 +553,9 @@
 plugbase:mfcc a   vamp:Plugin ;
     dc:title              "Mel-Frequency Cepstral Coefficients" ;
     vamp:name             "Mel-Frequency Cepstral Coefficients" ;
-    dc:description        "Extract MFCC from an audio spectrum" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "mfcc" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -632,8 +651,9 @@
 plugbase:noisiness a   vamp:Plugin ;
     dc:title              "Noisiness" ;
     vamp:name             "Noisiness" ;
-    dc:description        "Extract the noisiness of an audio  spectrum" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "noisiness" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -681,8 +701,9 @@
 plugbase:nonzero_count a   vamp:Plugin ;
     dc:title              "Non-zero count" ;
     vamp:name             "Non-zero count" ;
-    dc:description        "Extract the number of non-zero elements in an input spectrum" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "nonzero_count" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -719,8 +740,9 @@
 plugbase:odd_even_ratio a   vamp:Plugin ;
     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" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "odd_even_ratio" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -768,8 +790,9 @@
 plugbase:peak_spectrum a   vamp:Plugin ;
     dc:title              "Peak Spectrum" ;
     vamp:name             "Peak Spectrum" ;
-    dc:description        "Extract the spectral peaks from an audio 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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "peak_spectrum" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -806,8 +829,9 @@
 plugbase:rms_amplitude a   vamp:Plugin ;
     dc:title              "RMS Amplitude" ;
     vamp:name             "RMS Amplitude" ;
-    dc:description        "Extract the RMS amplitude of an audio signal" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "rms_amplitude" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -830,8 +854,9 @@
 plugbase:rolloff a   vamp:Plugin ;
     dc:title              "Spectral Rolloff" ;
     vamp:name             "Spectral Rolloff" ;
-    dc:description        "Extract the rolloff point of an audio spectrum" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "rolloff" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -868,8 +893,9 @@
 plugbase:sharpness a   vamp:Plugin ;
     dc:title              "Spectral Sharpness" ;
     vamp:name             "Spectral Sharpness" ;
-    dc:description        "Extract the spectral sharpness of an audio spectrum" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "sharpness" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -893,8 +919,9 @@
 plugbase:skewness a   vamp:Plugin ;
     dc:title              "Skewness" ;
     vamp:name             "Skewness" ;
-    dc:description        "Extract the skewness of a range of values" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "skewness" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -918,8 +945,9 @@
 plugbase:smoothness a   vamp:Plugin ;
     dc:title              "Spectral Smoothness" ;
     vamp:name             "Spectral Smoothness" ;
-    dc:description        "Extract the spectral smoothness of an audio spectrum" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "smoothness" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -943,8 +971,9 @@
 plugbase:spectral_average_deviation a   vamp:Plugin ;
     dc:title              "Spectral Average Deviation" ;
     vamp:name             "Spectral Average Deviation" ;
-    dc:description        "Extract the average deviation of an audio spectrum" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "spectral_average_deviation" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -968,8 +997,9 @@
 plugbase:spectral_centroid a   vamp:Plugin ;
     dc:title              "Spectral Centroid" ;
     vamp:name             "Spectral Centroid" ;
-    dc:description        "Extract the spectral centroid of an audio spectrum" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "spectral_centroid" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -993,8 +1023,9 @@
 plugbase:spectral_inharmonicity a   vamp:Plugin ;
     dc:title              "Inharmonicity" ;
     vamp:name             "Inharmonicity" ;
-    dc:description        "Extract the inharmonicity of an audio spectrum" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "spectral_inharmonicity" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1031,8 +1062,9 @@
 plugbase:spectral_kurtosis a   vamp:Plugin ;
     dc:title              "Spectral Kurtosis" ;
     vamp:name             "Spectral Kurtosis" ;
-    dc:description        "Extract the kurtosis of an audio spectrum" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "spectral_kurtosis" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1056,8 +1088,9 @@
 plugbase:spectral_skewness a   vamp:Plugin ;
     dc:title              "Spectral Skewness" ;
     vamp:name             "Spectral Skewness" ;
-    dc:description        "Extract the skewness of an audio spectrum" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "spectral_skewness" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1081,8 +1114,9 @@
 plugbase:spectral_slope a   vamp:Plugin ;
     dc:title              "Spectral Slope" ;
     vamp:name             "Spectral Slope" ;
-    dc:description        "Extract the spectral slope of an audio spectrum" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "spectral_slope" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1106,8 +1140,9 @@
 plugbase:spectral_standard_deviation a   vamp:Plugin ;
     dc:title              "Spectral Standard Deviation" ;
     vamp:name             "Spectral Standard Deviation" ;
-    dc:description        "Extract the standard deviation of an audio spectrum" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "spectral_standard_deviation" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1131,8 +1166,9 @@
 plugbase:spectral_variance a   vamp:Plugin ;
     dc:title              "Spectral Variance" ;
     vamp:name             "Spectral Variance" ;
-    dc:description        "Extract the variance of an audio spectrum" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "spectral_variance" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1156,8 +1192,9 @@
 plugbase:spectrum a   vamp:Plugin ;
     dc:title              "Spectrum" ;
     vamp:name             "Spectrum" ;
-    dc:description        "Extract the spectrum of an audio signal" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "spectrum" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1180,8 +1217,9 @@
 plugbase:spread a   vamp:Plugin ;
     dc:title              "Spectral Spread" ;
     vamp:name             "Spectral Spread" ;
-    dc:description        "Extract the spectral spread of an audio spectrum" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "spread" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1205,8 +1243,9 @@
 plugbase:standard_deviation a   vamp:Plugin ;
     dc:title              "Standard Deviation" ;
     vamp:name             "Standard Deviation" ;
-    dc:description        "Extract the standard deviation of a range of values" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "standard_deviation" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1230,8 +1269,9 @@
 plugbase:sum a   vamp:Plugin ;
     dc:title              "Sum of Values" ;
     vamp:name             "Sum of Values" ;
-    dc:description        "Extract the sum of the values in a given range" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "sum" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1255,8 +1295,9 @@
 plugbase:tonality a   vamp:Plugin ;
     dc:title              "Tonality" ;
     vamp:name             "Tonality" ;
-    dc:description        "Extract the tonality an audio spectrum" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "tonality" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1280,8 +1321,9 @@
 plugbase:tristimulus_1 a   vamp:Plugin ;
     dc:title              "Tristimulus I" ;
     vamp:name             "Tristimulus I" ;
-    dc:description        "Extract the tristimulus (type I) of an audio spectrum" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "tristimulus_1" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1329,8 +1371,9 @@
 plugbase:tristimulus_2 a   vamp:Plugin ;
     dc:title              "Tristimulus II" ;
     vamp:name             "Tristimulus II" ;
-    dc:description        "Extract the tristimulus (type II) of an audio spectrum" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "tristimulus_2" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1378,8 +1421,9 @@
 plugbase:tristimulus_3 a   vamp:Plugin ;
     dc:title              "Tristimulus III" ;
     vamp:name             "Tristimulus III" ;
-    dc:description        "Extract the tristimulus (type III) of an audio spectrum" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "tristimulus_3" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1427,8 +1471,9 @@
 plugbase:variance a   vamp:Plugin ;
     dc:title              "Variance" ;
     vamp:name             "Variance" ;
-    dc:description        "Extract the variance of a range of values" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "variance" ;
     vamp:vamp_API_version vamp:api_version_2 ;
@@ -1452,8 +1497,9 @@
 plugbase:zcr a   vamp:Plugin ;
     dc:title              "Zero Crossing Rate" ;
     vamp:name             "Zero Crossing Rate" ;
-    dc:description        "Extract the zero crossing rate of an audio signal" ;
+    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""" ;
 #   cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "zcr" ;
     vamp:vamp_API_version vamp:api_version_2 ;