@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-eq-9f13b8a1>
    a trn:PluginProfile ;
    rdfs:label "Wet EQ" ;
    trn:vendor "yonie" ;
    rdfs:comment "An open-source four-band British console equaliser modelled as a circuit: saturation inside the filter loop, per-stage crosstalk, gain-dependent bandwidth. Free, MIT, VST3 for Windows, macOS and Linux." ;
    foaf:homepage <https://github.com/yonie/WetEQ> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/yonie/weteq/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/yonie/weteq/weteq.jpg> ;
    schema:downloadUrl <https://github.com/yonie/WetEQ/releases/download/v1.0.0/WetEQ-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/eq> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "vintage" ;
    pu:tag "analog modeling" ;
    pu:tag "console" ;
    pu:tag "eq" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .