comparison test/regression/transform-notes.ttl @ 149:b83e6fbe22cc memory

Update regression tests
author Chris Cannam
date Wed, 17 May 2017 15:55:37 +0100
parents
children
comparison
equal deleted inserted replaced
148:e3f53fac06c3 149:b83e6fbe22cc
1 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
2 @prefix vamp: <http://purl.org/ontology/vamp/> .
3 @prefix : <#> .
4
5 :transform a vamp:Transform ;
6 vamp:plugin <http://vamp-plugins.org/rdf/plugins/pyin#pyin> ;
7 vamp:plugin_version """3""" ;
8 vamp:parameter_binding [
9 vamp:parameter [ vamp:identifier "fixedlag" ] ;
10 vamp:value "0"^^xsd:float ;
11 ] ;
12 vamp:output <http://vamp-plugins.org/rdf/plugins/pyin#pyin_output_notes> .