@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/sound-of-music-ff2b8be0>
    a trn:PluginProfile ;
    rdfs:label "Sound of Music" ;
    trn:vendor "Vivek Vijayan" ;
    rdfs:comment "A multiband bit crusher plugin" ;
    foaf:homepage <https://github.com/vivekvjyn/Sound-of-Music> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/vivekvjyn/sound-of-music/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/vivekvjyn/sound-of-music/sound-of-music.jpg> ;
    schema:downloadUrl <https://github.com/vivekvjyn/Sound-of-Music/releases/download/v1.0.0/Sound.of.Music.1-linux-lv2.tar> ;
    schema:downloadUrl <https://github.com/vivekvjyn/Sound-of-Music/releases/download/v1.0.0/Sound.of.Music.1-linux-vst3.tar> ;
    schema:downloadUrl <https://github.com/vivekvjyn/Sound-of-Music/releases/download/v1.0.0/Sound.of.Music.1-macos-au.tar> ;
    schema:downloadUrl <https://github.com/vivekvjyn/Sound-of-Music/releases/download/v1.0.0/Sound.of.Music.1-macos-lv2.tar> ;
    schema:downloadUrl <https://github.com/vivekvjyn/Sound-of-Music/releases/download/v1.0.0/Sound.of.Music.1-macos-vst3.tar> ;
    schema:downloadUrl <https://github.com/vivekvjyn/Sound-of-Music/releases/download/v1.0.0/Sound.of.Music.1-windows-lv2.tar> ;
    schema:downloadUrl <https://github.com/vivekvjyn/Sound-of-Music/releases/download/v1.0.0/Sound.of.Music.1-windows-vst3.tar> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:VST3 ;
    trn:format trn:LV2 ;
    trn:format trn:AudioUnit ;
    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 "distortion" ;
    pu:tag "effect" ;
    pu:tag "bitcrusher" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .