@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/b-jumblr-1e0d05b1>
    a trn:PluginProfile ;
    rdfs:label "B.Jumblr" ;
    trn:vendor "sjaehn" ;
    rdfs:comment "A pattern-controlled audio stream / sample re-sequencer, re-ordering chopped-up slices of the input to build new rhythmic patterns." ;
    foaf:homepage <https://github.com/sjaehn/BJumblr> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/sjaehn/bjumblr/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/sjaehn/bjumblr/bjumblr.jpg> ;
    schema:downloadUrl <https://github.com/sjaehn/BJumblr/releases/download/1.6.8/BJumblr-1.6.8-linux-amd64.lv2.tar.xz> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:LV2 ;
    pu:category <http://purl.org/stuff/plugin-universe/category/midi> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/instrument> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/sampler> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/generator> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/sequencer> ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "sampler" ;
    pu:tag "sequencer" ;
    pu:tag "glitch" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .