Mercurial > hg > sonic-annotator
comparison tests/test-rdf-destinations/transforms/detectionfunction.n3 @ 119:7a31201dc42d test-reorg
Split out tests into individual directories, with simpler naming therein
author | Chris Cannam |
---|---|
date | Wed, 08 Oct 2014 15:08:57 +0100 |
parents | tests/transforms/transforms-rdf-writer-percussiononsets-detectionfunction.n3@581b1b150a4d |
children |
comparison
equal
deleted
inserted
replaced
118:0fe5abb56a6e | 119:7a31201dc42d |
---|---|
1 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. | |
2 @prefix vamp: <http://purl.org/ontology/vamp/>. | |
3 @prefix examples: <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#>. | |
4 @prefix : <#>. | |
5 | |
6 :transform0 a vamp:Transform; | |
7 vamp:plugin examples:percussiononsets ; | |
8 vamp:output examples:percussiononsets_output_detectionfunction . | |
9 | |
10 | |
11 |