Mercurial > hg > do-we-sing-like-we-speak
view _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 |
line wrap: on
line source
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix vamp: <http://purl.org/ontology/vamp/> . @prefix : <#> . :transform a vamp:Transform ; vamp:plugin <http://vamp-plugins.org/rdf/plugins/silvet#silvet> ; vamp:step_size "1024"^^xsd:int ; vamp:block_size "1024"^^xsd:int ; vamp:plugin_version """1""" ; vamp:parameter_binding [ vamp:parameter [ vamp:identifier "finetune" ] ; vamp:value "0"^^xsd:float ; ] ; vamp:parameter_binding [ vamp:parameter [ vamp:identifier "instrument" ] ; vamp:value "0"^^xsd:float ; ] ; vamp:parameter_binding [ vamp:parameter [ vamp:identifier "mode" ] ; vamp:value "1"^^xsd:float ; ] ; vamp:output <http://vamp-plugins.org/rdf/plugins/silvet#silvet_output_notes> .