view plugins/featured.n3 @ 67:f946bc3aa91d

Select featured plugin from a set, changing each day
author Chris Cannam
date Mon, 22 Sep 2014 14:14:30 +0100
parents
children 8193807a0aca
line wrap: on
line source

@prefix vamp:     <http://purl.org/ontology/vamp/> .
@prefix :         <#> .

vamp:featured_plugin_list
    vamp:has_featured_plugin "silvet:silvet" ;
    vamp:has_featured_plugin "nnls-chroma:chordino" ;
    vamp:has_featured_plugin "melodia:melodia" ;

    .