@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/contrast-50590a43>
    a trn:PluginProfile ;
    rdfs:label "Contrast" ;
    trn:vendor "James J" ;
    rdfs:comment "A bundle of 4 minimal effects plugins - Gate (look-ahead noise gate), Pitch (pitch shifter), Press (compressor), and Verb (mono/stereo reverb)." ;
    foaf:homepage <https://github.com/ImJimmi/Contrast> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/imjimmi/contrast/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/imjimmi/contrast/contrast.jpg> ;
    schema:downloadUrl <https://github.com/ImJimmi/Contrast/releases/download/1.2.0.3260179405/Contrast_1.2.0_Windows.zip> ;
    schema:downloadUrl <https://github.com/ImJimmi/Contrast/releases/download/1.2.0.3260179405/Contrast_1.2.0_macOS.zip> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:VST3 ;
    trn:format trn:AudioUnit ;
    pu:category <http://purl.org/stuff/plugin-universe/category/effect> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/compressor> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/dynamics> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/reverb> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:tag "compressor" ;
    pu:tag "reverb" ;
    pu:tag "noise gate" ;
    pu:tag "pitch shifter" ;
    pu:tag "bundle" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .