@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/basilico-383f0597>
    a trn:PluginProfile ;
    rdfs:label "Basilico" ;
    trn:vendor "danja" ;
    rdfs:comment "Monophonic bass instrument with upright, electric, dub, acid, and industrial models. Voice block adds a sine harmonic at an integer multiple of the main pitch. Wobble Sub Mix modulates sub level via the LFO. Envelope Sub Mix adds or subtracts sub level via the amplitude envelope." ;
    foaf:homepage <https://danja.github.io/downspout/plugins/basilico/> ;
    prov:wasDerivedFrom <https://github.com/danja/downspout> ;
    trn:format trn:VST3 ;
    pu:category <http://purl.org/stuff/plugin-universe/category/bass> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/instrument> ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .