Mercurial > hg > sonic-annotator
comparison test-queries/test-query-plugin-for-transform @ 0:581b1b150a4d
* copy to sonic-annotator
| author | Chris Cannam |
|---|---|
| date | Thu, 11 Dec 2008 10:22:33 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:581b1b150a4d |
|---|---|
| 1 | |
| 2 PREFIX vamp: <http://purl.org/ontology/vamp/> | |
| 3 | |
| 4 SELECT ?transform ?plugin ?step_size ?block_size ?window_type ?program ?sample_rate ?start ?duration ?param_id ?param_value | |
| 5 FROM <file:///work/runner/transforms/percussiononsets.n3> | |
| 6 | |
| 7 WHERE { | |
| 8 ?transform a vamp:Transform . | |
| 9 ?transform vamp:plugin ?plugin . | |
| 10 OPTIONAL { ?transform vamp:step_size ?step_size } . | |
| 11 OPTIONAL { ?transform vamp:block_size ?block_size } . | |
| 12 OPTIONAL { ?transform vamp:window_type ?window_type } . | |
| 13 OPTIONAL { ?transform vamp:program ?program } . | |
| 14 OPTIONAL { ?transform vamp:sample_rate ?sample_rate } . | |
| 15 OPTIONAL { ?transform vamp:start ?start } . | |
| 16 OPTIONAL { ?transform vamp:duration ?duration } . | |
| 17 OPTIONAL { | |
| 18 ?transform vamp:parameter ?param . | |
| 19 ?param vamp:identifier ?param_id . | |
| 20 ?param vamp:value ?param_value | |
| 21 } | |
| 22 } | |
| 23 |
