annotate _Old/test.n3 @ 3:475bddaf580c tip

Add report and Presentation
author Dave Moffat <d.j.moffat@qmul.ac.uk>
date Wed, 25 Feb 2015 16:07:05 +0000
parents 26494c0d9ffd
children
rev   line source
d@0 1 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
d@0 2 @prefix vamp: <http://purl.org/ontology/vamp/> .
d@0 3 @prefix : <#> .
d@0 4
d@0 5 :transform a vamp:Transform ;
d@0 6 vamp:plugin <http://vamp-plugins.org/rdf/plugins/silvet#silvet> ;
d@0 7 vamp:step_size "1024"^^xsd:int ;
d@0 8 vamp:block_size "1024"^^xsd:int ;
d@0 9 vamp:plugin_version """1""" ;
d@0 10 vamp:parameter_binding [
d@0 11 vamp:parameter [ vamp:identifier "finetune" ] ;
d@0 12 vamp:value "0"^^xsd:float ;
d@0 13 ] ;
d@0 14 vamp:parameter_binding [
d@0 15 vamp:parameter [ vamp:identifier "instrument" ] ;
d@0 16 vamp:value "0"^^xsd:float ;
d@0 17 ] ;
d@0 18 vamp:parameter_binding [
d@0 19 vamp:parameter [ vamp:identifier "mode" ] ;
d@0 20 vamp:value "1"^^xsd:float ;
d@0 21 ] ;
d@0 22 vamp:output <http://vamp-plugins.org/rdf/plugins/silvet#silvet_output_notes> .