annotate tests/test-jams-writer/transforms/af.n3 @ 316:3cd337892a16

Update before install; seems to be necessary (based on other projects) to avoid recent Ruby-related error
author Chris Cannam
date Tue, 10 Oct 2017 13:52:12 +0100
parents 1f8fef5c6ea2
children
rev   line source
Chris@204 1 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
Chris@204 2 @prefix vamp: <http://purl.org/ontology/vamp/>.
Chris@204 3 @prefix examples: <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#>.
Chris@204 4 @prefix : <#>.
Chris@204 5
Chris@204 6 :transform0 a vamp:Transform;
Chris@204 7 vamp:plugin examples:amplitudefollower ;
Chris@204 8 vamp:output examples:amplitudefollower_output_amplitude .
Chris@204 9
Chris@204 10
Chris@204 11