view plugins/featured.n3 @ 93:b97c98e699b2

Ah, the site automatically adds an n3 extension - not ttl
author Chris Cannam
date Fri, 17 Apr 2020 13:50:01 +0100
parents 4ad4e5b06c76
children e6ff5aa79370
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 "mtg-melodia:melodia" ;
#    vamp:has_featured_plugin "qm-vamp-plugins:qm-barbeattracker" ;
    vamp:has_featured_plugin "segmentino:segmentino" ;
    vamp:has_featured_plugin "ua-vamp-plugins:mf0ua" ;
    vamp:has_featured_plugin "tempogram:tempogram" ;
    vamp:has_featured_plugin "vamp-aubio:aubionotes" ;
    .