@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/live-midi-splitter-7de4f520>
    a trn:PluginProfile ;
    rdfs:label "Live Midi Splitter" ;
    trn:vendor "David Vos" ;
    rdfs:comment "Control multiple MIDI instruments with one input. Aimed at playing live." ;
    foaf:homepage <https://github.com/Davvos11/live-midi-splitter> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/davvos11/live-midi-splitter/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/davvos11/live-midi-splitter/live-midi-splitter.jpg> ;
    schema:downloadUrl <https://github.com/Davvos11/live-midi-splitter/releases/download/0.9.0/live-midi-splitter-0.9.0-ubuntu-22.04.tar.gz> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    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 "linux" ;
    pu:tag "midi" ;
    pu:tag "routing" ;
    pu:tag "live" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .