Mercurial > hg > beatroot-vamp
changeset 37:1f175ae200a6 tip
Update RDF
author | Chris Cannam |
---|---|
date | Wed, 25 Jun 2014 13:48:49 +0100 |
parents | 937432fc2898 |
children | |
files | beatroot-vamp.n3 |
diffstat | 1 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/beatroot-vamp.n3 Thu Jan 16 12:19:05 2014 +0000 +++ b/beatroot-vamp.n3 Wed Jun 25 13:48:49 2014 +0100 @@ -13,17 +13,25 @@ foaf:maker <http://www.vamp-plugins.org/doap.rdf#template-generator> ; foaf:primaryTopic <http://vamp-plugins.org/rdf/plugins/beatroot-vamp> . -:beatroot-vamp a vamp:PluginLibrary ; +:maker + foaf:name "Simon Dixon and Chris Cannam" ; + foaf:logo <http://vamp-plugins.org/rdf/plugins/makers/qm.png> ; + foaf:page <http://c4dm.eecs.qmul.ac.uk/> . + +plugbase:library a vamp:PluginLibrary ; vamp:identifier "beatroot-vamp" ; vamp:available_plugin plugbase:beatroot ; foaf:page <http://code.soundsoftware.ac.uk/projects/beatroot-vamp> ; + foaf:maker :maker ; + dc:title "BeatRoot" ; + dc:description "A plugin implementation of the BeatRoot beat tracking system" ; . plugbase:beatroot a vamp:Plugin ; dc:title "BeatRoot Beat Tracker" ; vamp:name "BeatRoot Beat Tracker" ; dc:description """Identify beat locations in music""" ; - foaf:maker [ foaf:name "Simon Dixon (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """GPL""" ; # cc:license <Place plugin license URI here and uncomment> ; vamp:identifier "beatroot" ;