@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/squeezer-54b188cd>
    a trn:PluginProfile ;
    rdfs:label "Squeezer" ;
    trn:vendor "Martin Zuther" ;
    rdfs:comment "Flexible general-purpose audio compressor with a touch of citruss." ;
    foaf:homepage <https://github.com/mzuther/Squeezer> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/mzuther/squeezer/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/mzuther/squeezer/squeezer.jpg> ;
    schema:downloadUrl <https://github.com/mzuther/Squeezer/releases/download/v2.5.4/squeezer-linux64-vst2_2.5.4.tar.gz> ;
    schema:downloadUrl <https://github.com/mzuther/Squeezer/releases/download/v2.5.4/squeezer-w64-vst2_2.5.4.zip> ;
    schema:downloadUrl <https://github.com/mzuther/Squeezer/releases/download/v2.5.4/squeezer-w64-vst3_2.5.4.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:Linux ;
    pu:tag "effect" ;
    pu:tag "compressor" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .