@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/wet-compressor-05807b68>
    a trn:PluginProfile ;
    rdfs:label "Wet Compressor" ;
    trn:vendor "yonie" ;
    rdfs:comment "An open-source 76-style FET compressor modelled as the circuit: feedback detector, a gain cell that bottoms out, four amplifiers. Free, MIT, VST3 for Windows, macOS and Linux." ;
    foaf:homepage <https://github.com/yonie/WetCompressor> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/yonie/wetcompressor/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/yonie/wetcompressor/wetcompressor.jpg> ;
    schema:downloadUrl <https://github.com/yonie/WetCompressor/releases/download/v1.0.0/WetCompressor-v1.0.0.zip> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:VST3 ;
    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:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "compressor" ;
    pu:tag "vintage" ;
    pu:tag "analog modeling" ;
    pu:tag "dynamics" ;
    pu:tag "fet" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .