@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/instawidth-5db7bb36>
    a trn:PluginProfile ;
    rdfs:label "InstaWidth" ;
    trn:vendor "Ariel Hartung" ;
    rdfs:comment "Open-source M/S stereo width plugin with 3-band control, monomaker, side tilt, side de-esser, and switchable min/linear phase." ;
    foaf:homepage <https://github.com/hariel1985/InstaWidth> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/hariel1985/instawidth/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/hariel1985/instawidth/instawidth.jpg> ;
    schema:downloadUrl <https://github.com/hariel1985/InstaWidth/releases/download/v1.0.0/InstaWidth-AU-macOS.zip> ;
    schema:downloadUrl <https://github.com/hariel1985/InstaWidth/releases/download/v1.0.0/InstaWidth-LV2-Linux-x64.zip> ;
    schema:downloadUrl <https://github.com/hariel1985/InstaWidth/releases/download/v1.0.0/InstaWidth-VST3-Linux-x64.zip> ;
    schema:downloadUrl <https://github.com/hariel1985/InstaWidth/releases/download/v1.0.0/InstaWidth-VST3-Win64.zip> ;
    schema:downloadUrl <https://github.com/hariel1985/InstaWidth/releases/download/v1.0.0/InstaWidth-VST3-macOS.zip> ;
    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:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "mid/side" ;
    pu:tag "stereo width" ;
    pu:tag "sound field" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .