Mercurial > hg > sonic-annotator
view tests/misc-queries/test-query-transform-params @ 168:3e30dbb68ca2 jams
Write time or start/end based simply on whether the feature has them or not, let's not get clever
author | Chris Cannam |
---|---|
date | Wed, 15 Oct 2014 15:20:16 +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 . }