changeset 3:cdbc10c865c2 website

* Update example plugins rdf
author cannam
date Wed, 29 Oct 2008 15:19:31 +0000
parents c0273c789add
children bcdec4c91b06
files rdf/plugins/vamp-example-plugins.n3
diffstat 1 files changed, 29 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- a/rdf/plugins/vamp-example-plugins.n3	Fri Oct 17 15:21:37 2008 +0000
+++ b/rdf/plugins/vamp-example-plugins.n3	Wed Oct 29 15:19:31 2008 +0000
@@ -16,6 +16,7 @@
 
 :vamp-example-plugins a  vamp:PluginLibrary ;
     vamp:identifier "vamp-example-plugins" ; 
+    foaf:page <http://www.vamp-plugins.org/download.html> ;
     vamp:available_plugin plugbase:amplitudefollower; 
     vamp:available_plugin plugbase:percussiononsets; 
     vamp:available_plugin plugbase:spectralcentroid; 
@@ -35,7 +36,7 @@
     vamp:parameter   plugbase:amplitudefollower_param_attack ;
     vamp:parameter   plugbase:amplitudefollower_param_release ;
 
-    vamp:output     plugbase:amplitudefollower_output_amplitude ;
+    vamp:output      plugbase:amplitudefollower_output_amplitude ;
     .
 plugbase:amplitudefollower_param_attack a  vamp:Parameter ;
     vamp:identifier     "attack" ;
@@ -65,8 +66,9 @@
     vamp:unit             "V" ;
     vamp:bin_count        1 ;
     vamp:bin_names        ( "");
-#   vamp:computes_feature_type  <Place feature type URI here and uncomment> ;
-#   vamp:computes_event_type    <Place event type URI here and uncomment> ;
+#   vamp:computes_event_type   <Place event type URI here and uncomment> ;
+#   vamp:computes_feature      <Place feature attribute URI here and uncomment> ;
+#   vamp:computes_signal_type  <Place signal type URI here and uncomment> ;
     .
 plugbase:percussiononsets a   vamp:Plugin ;
     dc:title              "Simple Percussion Onset Detector" ;
@@ -82,8 +84,8 @@
     vamp:parameter   plugbase:percussiononsets_param_threshold ;
     vamp:parameter   plugbase:percussiononsets_param_sensitivity ;
 
-    vamp:output     plugbase:percussiononsets_output_onsets ;
-    vamp:output     plugbase:percussiononsets_output_detectionfunction ;
+    vamp:output      plugbase:percussiononsets_output_onsets ;
+    vamp:output      plugbase:percussiononsets_output_detectionfunction ;
     .
 plugbase:percussiononsets_param_threshold a  vamp:Parameter ;
     vamp:identifier     "threshold" ;
@@ -115,8 +117,9 @@
     vamp:bin_names        ();
     vamp:sample_type      vamp:VariableSampleRate ;
     vamp:sample_rate      44100 ;
-#   vamp:computes_feature_type  <Place feature type URI here and uncomment> ;
-#   vamp:computes_event_type    <Place event type URI here and uncomment> ;
+#   vamp:computes_event_type   <Place event type URI here and uncomment> ;
+#   vamp:computes_feature      <Place feature attribute URI here and uncomment> ;
+#   vamp:computes_signal_type  <Place signal type URI here and uncomment> ;
     .
 plugbase:percussiononsets_output_detectionfunction a  vamp:DenseOutput ;
     vamp:identifier       "detectionfunction" ;
@@ -128,8 +131,9 @@
     vamp:quantize_step    1  ;
     vamp:bin_count        1 ;
     vamp:bin_names        ( "");
-#   vamp:computes_feature_type  <Place feature type URI here and uncomment> ;
-#   vamp:computes_event_type    <Place event type URI here and uncomment> ;
+#   vamp:computes_event_type   <Place event type URI here and uncomment> ;
+#   vamp:computes_feature      <Place feature attribute URI here and uncomment> ;
+#   vamp:computes_signal_type  <Place signal type URI here and uncomment> ;
     .
 plugbase:spectralcentroid a   vamp:Plugin ;
     dc:title              "Spectral Centroid" ;
@@ -143,8 +147,8 @@
     vamp:input_domain     vamp:FrequencyDomain ;
 
 
-    vamp:output     plugbase:spectralcentroid_output_logcentroid ;
-    vamp:output     plugbase:spectralcentroid_output_linearcentroid ;
+    vamp:output      plugbase:spectralcentroid_output_logcentroid ;
+    vamp:output      plugbase:spectralcentroid_output_linearcentroid ;
     .
 plugbase:spectralcentroid_output_logcentroid a  vamp:DenseOutput ;
     vamp:identifier       "logcentroid" ;
@@ -154,8 +158,9 @@
     vamp:unit             "Hz" ;
     vamp:bin_count        1 ;
     vamp:bin_names        ( "");
-#   vamp:computes_feature_type  <Place feature type URI here and uncomment> ;
-#   vamp:computes_event_type    <Place event type URI here and uncomment> ;
+#   vamp:computes_event_type   <Place event type URI here and uncomment> ;
+#   vamp:computes_feature      <Place feature attribute URI here and uncomment> ;
+#   vamp:computes_signal_type  <Place signal type URI here and uncomment> ;
     .
 plugbase:spectralcentroid_output_linearcentroid a  vamp:DenseOutput ;
     vamp:identifier       "linearcentroid" ;
@@ -165,8 +170,9 @@
     vamp:unit             "Hz" ;
     vamp:bin_count        1 ;
     vamp:bin_names        ( "");
-#   vamp:computes_feature_type  <Place feature type URI here and uncomment> ;
-#   vamp:computes_event_type    <Place event type URI here and uncomment> ;
+#   vamp:computes_event_type   <Place event type URI here and uncomment> ;
+#   vamp:computes_feature      <Place feature attribute URI here and uncomment> ;
+#   vamp:computes_signal_type  <Place signal type URI here and uncomment> ;
     .
 plugbase:zerocrossing a   vamp:Plugin ;
     dc:title              "Zero Crossings" ;
@@ -180,8 +186,8 @@
     vamp:input_domain     vamp:TimeDomain ;
 
 
-    vamp:output     plugbase:zerocrossing_output_counts ;
-    vamp:output     plugbase:zerocrossing_output_zerocrossings ;
+    vamp:output      plugbase:zerocrossing_output_counts ;
+    vamp:output      plugbase:zerocrossing_output_zerocrossings ;
     .
 plugbase:zerocrossing_output_counts a  vamp:DenseOutput ;
     vamp:identifier       "counts" ;
@@ -193,8 +199,9 @@
     vamp:quantize_step    1  ;
     vamp:bin_count        1 ;
     vamp:bin_names        ( "");
-#   vamp:computes_feature_type  <Place feature type URI here and uncomment> ;
-#   vamp:computes_event_type    <Place event type URI here and uncomment> ;
+#   vamp:computes_event_type   <Place event type URI here and uncomment> ;
+#   vamp:computes_feature      <Place feature attribute URI here and uncomment> ;
+#   vamp:computes_signal_type  <Place signal type URI here and uncomment> ;
     .
 plugbase:zerocrossing_output_zerocrossings a  vamp:SparseOutput ;
     vamp:identifier       "zerocrossings" ;
@@ -208,7 +215,8 @@
     vamp:bin_names        ();
     vamp:sample_type      vamp:VariableSampleRate ;
     vamp:sample_rate      44100 ;
-#   vamp:computes_feature_type  <Place feature type URI here and uncomment> ;
-#   vamp:computes_event_type    <Place event type URI here and uncomment> ;
+#   vamp:computes_event_type   <Place event type URI here and uncomment> ;
+#   vamp:computes_feature      <Place feature attribute URI here and uncomment> ;
+#   vamp:computes_signal_type  <Place signal type URI here and uncomment> ;
     .