Mercurial > hg > vamp-known-plugins-rdf
annotate 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 |
rev | line source |
---|---|
Chris@67 | 1 |
Chris@67 | 2 @prefix vamp: <http://purl.org/ontology/vamp/> . |
Chris@67 | 3 @prefix : <#> . |
Chris@67 | 4 |
Chris@67 | 5 vamp:featured_plugin_list |
Chris@67 | 6 vamp:has_featured_plugin "silvet:silvet" ; |
Chris@67 | 7 vamp:has_featured_plugin "nnls-chroma:chordino" ; |
Chris@67 | 8 vamp:has_featured_plugin "melodia:melodia" ; |
Chris@67 | 9 |
Chris@67 | 10 . |
Chris@67 | 11 |