Mercurial > hg > vamp-known-plugins-rdf
diff plugins/pyin.n3 @ 48:2aaca659b29d rdfquery
pYIN
author | Chris Cannam |
---|---|
date | Thu, 19 Jun 2014 16:33:35 +0100 |
parents | 9fd8358b8101 |
children | 70086ab5d85b |
line wrap: on
line diff
--- a/plugins/pyin.n3 Thu Jun 19 16:30:12 2014 +0100 +++ b/plugins/pyin.n3 Thu Jun 19 16:33:35 2014 +0100 @@ -6,6 +6,7 @@ @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix af: <http://purl.org/ontology/af/> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . +@prefix doap: <http://usefulinc.com/ns/doap#> . @prefix cc: <http://web.resource.org/cc/> . @prefix : <#> . @@ -13,18 +14,24 @@ foaf:maker <http://www.vamp-plugins.org/doap.rdf#template-generator> ; foaf:primaryTopic <http://vamp-plugins.org/rdf/plugins/pyin> . -:pyin a vamp:PluginLibrary ; +:maker + foaf:name "Matthias Mauch" . + +plugbase:library a vamp:PluginLibrary ; vamp:identifier "pyin" ; + dc:title "pYIN" ; + dc:description "pYIN is a modification of the well-loved YIN algorithm for fundamental frequency (F0) estimation in monophonic audio." ; vamp:available_plugin plugbase:pyin ; vamp:available_plugin plugbase:yin ; foaf:page <http://code.soundsoftware.ac.uk/projects/pyin> ; + foaf:maker :maker ; . plugbase:pyin a vamp:Plugin ; dc:title "pYin" ; vamp:name "pYin" ; dc:description """Monophonic pitch and note tracking based on a probabilistic Yin extension.""" ; - foaf:maker [ foaf:name "Matthias Mauch" ] ; # 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 "pyin" ; @@ -150,7 +157,7 @@ dc:title "Yin" ; vamp:name "Yin" ; dc:description """A vamp implementation of the Yin algorithm for monophonic frequency estimation.""" ; - foaf:maker [ foaf:name "Matthias Mauch" ] ; # 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 "yin" ;