@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-schaffl-551eea6b>
    a trn:PluginProfile ;
    rdfs:label "B.Schaffl" ;
    trn:vendor "sjaehn" ;
    rdfs:comment "A slider/shape-controlled MIDI velocity amplification and time-stretch plugin for producing swing/shuffle grooves and vitalizing sequenced MIDI instruments." ;
    foaf:homepage <https://github.com/sjaehn/BSchaffl> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/sjaehn/bschaffl/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/sjaehn/bschaffl/bschaffl.jpg> ;
    schema:downloadUrl <https://github.com/sjaehn/BSchaffl/releases/download/1.4.10/BSchaffl-1.4.10-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/generator> ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "swing" ;
    pu:tag "midi effect" ;
    pu:tag "groove" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .