Mercurial > hg > sonic-annotator
comparison tests/test-lab-destinations/transforms/onsets.n3 @ 161:4b19d824a213 jams
Merge from default branch
author | Chris Cannam |
---|---|
date | Wed, 15 Oct 2014 11:33:14 +0100 |
parents | 6ff4da31db8b |
children |
comparison
equal
deleted
inserted
replaced
153:ad96fd5f9cd7 | 161:4b19d824a213 |
---|---|
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 | |
9 | |
10 |