Mercurial > hg > sonic-annotator
view transforms/segmentation.n3 @ 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 | 581b1b150a4d |
children |
line wrap: on
line source
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. @prefix vamp: <http://purl.org/ontology/vamp/>. @prefix qmp: <http://vamp-plugins.org/rdf/plugins/qm-vamp-plugins#>. @prefix : <#>. :transform0 a vamp:Transform; vamp:plugin qmp:qm-segmenter; vamp:output qmp:qm-segmenter_output_segmentation; vamp:step_size ""; vamp:block_size ""; vamp:window_type "".