Mercurial > hg > sonic-annotator
view tests/misc-queries/test-query-transform-params @ 60:400e09d69b8f
Add file: URI for file -- this is stripped out by the test script afterwards, I'm not sure how it got stripped from the source as well but obviously it's not parseable without it
author | Chris Cannam |
---|---|
date | Thu, 24 May 2012 11:35:54 +0100 |
parents | 92911f967a16 |
children |
line wrap: on
line source
PREFIX vamp: <http://purl.org/ontology/vamp/> SELECT ?transform ?param_id ?param_value FROM <file:///work/runner/transforms/percussiononsets.n3> WHERE { ?transform vamp:parameter_binding ?binding . ?binding vamp:parameter ?param . ?param vamp:identifier ?param_id . ?binding vamp:value ?param_value . }