Mercurial > hg > sonic-annotator
comparison tests/test-json-destinations/transforms/detectionfunction.n3 @ 171:c1834a31029c
Merge from branch "jams"
author | Chris Cannam |
---|---|
date | Wed, 15 Oct 2014 16:09:47 +0100 |
parents | d86ef0a88fa4 |
children |
comparison
equal
deleted
inserted
replaced
163:f4f770b4356b | 171:c1834a31029c |
---|---|
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 |