changeset 56:44afec9bd5f2 website

Add mvamp-ibt plugin
author cannam
date Wed, 11 Jul 2012 09:03:10 +0000
parents 3371e39cba6b
children e6616e69c886
files rdf/plugins/mvamp-ibt.n3
diffstat 1 files changed, 36 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf/plugins/mvamp-ibt.n3	Wed Jul 11 09:03:10 2012 +0000
@@ -0,0 +1,36 @@
+@prefix rdfs:     <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:      <http://www.w3.org/2001/XMLSchema#> .
+@prefix vamp:     <http://purl.org/ontology/vamp/> .
+@prefix plugbase: <http://vamp-plugins.org/rdf/plugins/mvamp#> .
+@prefix owl:      <http://www.w3.org/2002/07/owl#> .
+@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 cc:       <http://web.resource.org/cc/> .
+@prefix :         <#> .
+
+<>  a   vamp:PluginDescription ;
+    foaf:maker          <http://www.vamp-plugins.org/doap.rdf#template-generator> ;
+    foaf:primaryTopic   <http://vamp-plugins.org/rdf/plugins/mvamp-ibt> .
+
+:mvamp a  vamp:PluginLibrary ;
+    vamp:identifier "mvamp-ibt"  ; 
+    vamp:available_plugin plugbase:marsyas_ibt ; 
+#   foaf:page <Place more-information HTML page URL here and uncomment> ;
+    .
+
+plugbase:marsyas_ibt a   vamp:Plugin ;
+    dc:title              "IBT - INESC Beat Tracker" ;
+    vamp:name             "IBT - INESC Beat Tracker" ;
+    dc:description        """Estimates beat locations and tempo (off-line [default] and on-line modes of operation)""" ;
+    foaf:maker            [ foaf:name "Marsyas Plugins" ] ; # FIXME could give plugin author's URI here
+    dc:rights             """GPL v3 license""" ;
+#   cc:license            <Place plugin license URI here and uncomment> ; 
+    vamp:identifier       "marsyas_ibt" ;
+    vamp:vamp_API_version vamp:api_version_1 ;
+    owl:versionInfo       "2" ;
+    vamp:input_domain     vamp:TimeDomain ;
+    vamp:output      plugbase:marsyas_ibt_output_beats_tempo ;
+    .
+
+