@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/neampmod-the-tweed-3ba22722>
    a trn:PluginProfile ;
    rdfs:label "NEAMPMOD The Tweed" ;
    trn:vendor "Daniel Wray" ;
    rdfs:comment "Vintage tweed amplifier plugin based on the 1957 Fender® 5E3 Deluxe. Physics-based modelling with selectable oversampling, IR/dynamic cab support, and advanced tube simulation." ;
    foaf:homepage <https://github.com/danielwray/neampmod-the-tweed> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/danielwray/neampmod-the-tweed/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/danielwray/neampmod-the-tweed/neampmod-the-tweed.jpg> ;
    schema:downloadUrl <https://github.com/danielwray/neampmod-the-tweed/releases/download/v3.0.0/neampmod-the-tweed-linux-v3.0.0.clap> ;
    schema:downloadUrl <https://github.com/danielwray/neampmod-the-tweed/releases/download/v3.0.0/neampmod-the-tweed-linux-v3.0.0.vst3.tar.gz> ;
    schema:downloadUrl <https://github.com/danielwray/neampmod-the-tweed/releases/download/v3.0.0/neampmod-the-tweed-mac-v3.0.0.clap.zip> ;
    schema:downloadUrl <https://github.com/danielwray/neampmod-the-tweed/releases/download/v3.0.0/neampmod-the-tweed-mac-v3.0.0.vst3.zip> ;
    schema:downloadUrl <https://github.com/danielwray/neampmod-the-tweed/releases/download/v3.0.0/neampmod-the-tweed-win-v3.0.0.clap> ;
    schema:downloadUrl <https://github.com/danielwray/neampmod-the-tweed/releases/download/v3.0.0/neampmod-the-tweed-win-v3.0.0.vst3> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:VST3 ;
    trn:format trn:CLAP ;
    pu:category <http://purl.org/stuff/plugin-universe/category/effect> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/guitar> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "guitar" ;
    pu:tag "tube" ;
    pu:tag "amp simulator" ;
    pu:tag "ir loader" ;
    pu:tag "tweed" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .