Mercurial > hg > sonic-annotator
comparison tests/test-lab-destinations/transforms/detectionfunction.n3 @ 154:6ff4da31db8b labfile
Implement .lab file writer
author | Chris Cannam |
---|---|
date | Tue, 14 Oct 2014 17:30:44 +0100 |
parents | tests/test-csv-destinations/transforms/detectionfunction.n3@7a31201dc42d |
children |
comparison
equal
deleted
inserted
replaced
148:04945e74d314 | 154:6ff4da31db8b |
---|---|
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 |