@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/mucap-f9c8cf98>
    a trn:PluginProfile ;
    rdfs:label "Mucap" ;
    trn:vendor "polygon" ;
    rdfs:comment "Retrospective MIDI recording plugin with sample-accurate capture of all basic MIDI events on all channels, plus bar-marker selection snapping" ;
    foaf:homepage <https://github.com/polygon/mucap> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/polygon/mucap/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/polygon/mucap/mucap.jpg> ;
    schema:downloadUrl <https://github.com/polygon/mucap/releases/download/v0.9.0/mucap-0.9.0-amd64.deb> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:VST3 ;
    trn:format trn:CLAP ;
    pu:category <http://purl.org/stuff/plugin-universe/category/midi> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/utility> ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "recording" ;
    pu:tag "midi" ;
    pu:tag "clap" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .