@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/dm-sd1-dad06874>
    a trn:PluginProfile ;
    rdfs:label "dm-SD1" ;
    trn:vendor "Dave Mollen" ;
    rdfs:comment "\nAn overdrive effect modeled after the Boss SD-1(*).\n\n(*) 'Boss SD-1 is a trademark or trade name of another manufacturer and was used merely to identify the product whose sound was reviewed in the creation of this product. All other trademarks are the property of their respective holders.'\n" ;
    foaf:homepage <https://github.com/davemollen/dm-SD1> ;
    rdfs:seeAlso <https://github.com/davemollen/dm-SD1> ;
    schema:downloadUrl <https://github.com/davemollen/dm-SD1/releases/download/v0.1.0/dm-SD1-macos.zip> ;
    schema:downloadUrl <https://github.com/davemollen/dm-SD1/releases/download/v0.1.0/dm-SD1-modduo-new.zip> ;
    schema:downloadUrl <https://github.com/davemollen/dm-SD1/releases/download/v0.1.0/dm-SD1-modduox-new.zip> ;
    schema:downloadUrl <https://github.com/davemollen/dm-SD1/releases/download/v0.1.0/dm-SD1-moddwarf-new.zip> ;
    schema:downloadUrl <https://github.com/davemollen/dm-SD1/releases/download/v0.1.0/dm-SD1-ubuntu.zip> ;
    schema:downloadUrl <https://github.com/davemollen/dm-SD1/releases/download/v0.1.0/dm-SD1-windows.zip> ;
    prov:wasDerivedFrom <https://github.com/davemollen/dm-SD1> ;
    trn:format trn:LV2 ;
    pu:category <http://purl.org/stuff/plugin-universe/category/effect> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/distortion> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "lv2" ;
    pu:tag "vst3" ;
    pu:tag "clap" ;
    pu:tag "au" ;
    pu:tag "audio-plugin" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .