@prefix trn: <http://purl.org/stuff/transmissions/> .
@prefix pu: <http://purl.org/stuff/plugin-universe/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix schema: <https://schema.org/> .

<http://purl.org/stuff/plugin-universe/plugin/matsuri-3614ab58>
    a trn:PluginProfile ;
    rdfs:label "Matsuri" ;
    trn:vendor "Alexander Brandt" ;
    rdfs:comment "TR-606 drum machine emulation, available as a CLAP plugin and a Web Audio/WebAssembly module" ;
    foaf:homepage <https://github.com/baAlex/Matsuri> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/baalex/matsuri/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/baalex/matsuri/matsuri.jpg> ;
    schema:downloadUrl <https://github.com/baAlex/Matsuri/releases/download/v2.0/matsuri-v2.0-linux.zip> ;
    schema:downloadUrl <https://github.com/baAlex/Matsuri/releases/download/v2.0/matsuri-v2.0-windows.zip> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:CLAP ;
    pu:category <http://purl.org/stuff/plugin-universe/category/instrument> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/drums> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "drum machine" ;
    pu:tag "clap" ;
    pu:tag "tr-606" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .