@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/waxman-c037ac1a>
    a trn:PluginProfile ;
    rdfs:label "Waxman" ;
    trn:vendor "Christopher Arndt" ;
    rdfs:comment "Waxman is a virtual guitar pre-amp and tone-stack comprising of a noise gate, compressor, distortion and equalizer stage. It is a multi-format, cross-platform audio effect plugin, emulating the sound of a Tom Scholz Rockman headphone practice amp." ;
    foaf:homepage <https://github.com/SpotlightKid/waxman> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/spotlightkid/waxman/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/spotlightkid/waxman/waxman.jpg> ;
    schema:downloadUrl <https://github.com/SpotlightKid/waxman/releases/download/v0.1.0/waxman-linux-arm64-0.1.0.zip> ;
    schema:downloadUrl <https://github.com/SpotlightKid/waxman/releases/download/v0.1.0/waxman-linux-armhf-0.1.0.zip> ;
    schema:downloadUrl <https://github.com/SpotlightKid/waxman/releases/download/v0.1.0/waxman-linux-i686-0.1.0.zip> ;
    schema:downloadUrl <https://github.com/SpotlightKid/waxman/releases/download/v0.1.0/waxman-linux-x86_64-0.1.0.zip> ;
    schema:downloadUrl <https://github.com/SpotlightKid/waxman/releases/download/v0.1.0/waxman-macos-intel-0.1.0.zip> ;
    schema:downloadUrl <https://github.com/SpotlightKid/waxman/releases/download/v0.1.0/waxman-macos-universal-0.1.0.zip> ;
    schema:downloadUrl <https://github.com/SpotlightKid/waxman/releases/download/v0.1.0/waxman-win32-0.1.0.zip> ;
    schema:downloadUrl <https://github.com/SpotlightKid/waxman/releases/download/v0.1.0/waxman-win64-0.1.0.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:CLAP ;
    pu:category <http://purl.org/stuff/plugin-universe/category/effect> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/distortion> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/eq> ;
    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 "distortion" ;
    pu:tag "equalizer" ;
    pu:tag "compressor" ;
    pu:tag "guitar amp" ;
    pu:tag "noise gate" ;
    pu:tag "rockman" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .