Mercurial > hg > sonic-annotator
view tests/misc-queries/test-query-transform-params @ 175:977b7007071f
TransformId is not sufficient -- it could be ambiguous (same transform id, different parameters etc). Use the whole transform
author | Chris Cannam |
---|---|
date | Wed, 15 Oct 2014 16:58:00 +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 . }