@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/borato-224-1caa2d0c>
    a trn:PluginProfile ;
    rdfs:label "Borato 224" ;
    trn:vendor "Filipe Borato" ;
    rdfs:comment "A Lexicon 224 emulation VST developed in JUCE, modeling the original 12-bit/20kHz fixed-point DSP architecture, Schroeder-Moorer filter topologies, and time-varying modulation." ;
    foaf:homepage <https://github.com/filipeborato/borato-224> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/filipeborato/borato-224/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/filipeborato/borato-224/borato-224.jpg> ;
    schema:downloadUrl <https://github.com/filipeborato/borato-224/releases/download/v0.0.6/Borato224-v0.0.6-Ubuntu-CLAP.tar.gz> ;
    schema:downloadUrl <https://github.com/filipeborato/borato-224/releases/download/v0.0.6/Borato224-v0.0.6-Ubuntu-Standalone.tar.gz> ;
    schema:downloadUrl <https://github.com/filipeborato/borato-224/releases/download/v0.0.6/Borato224-v0.0.6-Ubuntu-VST3.tar.gz> ;
    schema:downloadUrl <https://github.com/filipeborato/borato-224/releases/download/v0.0.6/Borato224-v0.0.6-Windows-x64-CLAP.zip> ;
    schema:downloadUrl <https://github.com/filipeborato/borato-224/releases/download/v0.0.6/Borato224-v0.0.6-Windows-x64-Standalone.zip> ;
    schema:downloadUrl <https://github.com/filipeborato/borato-224/releases/download/v0.0.6/Borato224-v0.0.6-Windows-x64-VST3.zip> ;
    schema:downloadUrl <https://github.com/filipeborato/borato-224/releases/download/v0.0.6/Borato224-v0.0.6-macOS-arm64-AU.zip> ;
    schema:downloadUrl <https://github.com/filipeborato/borato-224/releases/download/v0.0.6/Borato224-v0.0.6-macOS-arm64-CLAP.zip> ;
    schema:downloadUrl <https://github.com/filipeborato/borato-224/releases/download/v0.0.6/Borato224-v0.0.6-macOS-arm64-Standalone.zip> ;
    schema:downloadUrl <https://github.com/filipeborato/borato-224/releases/download/v0.0.6/Borato224-v0.0.6-macOS-arm64-VST3.zip> ;
    schema:downloadUrl <https://github.com/filipeborato/borato-224/releases/download/v0.0.6/Borato224-v0.0.6-macOS-intel-AU.zip> ;
    schema:downloadUrl <https://github.com/filipeborato/borato-224/releases/download/v0.0.6/Borato224-v0.0.6-macOS-intel-CLAP.zip> ;
    schema:downloadUrl <https://github.com/filipeborato/borato-224/releases/download/v0.0.6/Borato224-v0.0.6-macOS-intel-Standalone.zip> ;
    schema:downloadUrl <https://github.com/filipeborato/borato-224/releases/download/v0.0.6/Borato224-v0.0.6-macOS-intel-VST3.zip> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:VST3 ;
    trn:format trn:AudioUnit ;
    trn:format trn:CLAP ;
    trn:format trn:Standalone ;
    pu:category <http://purl.org/stuff/plugin-universe/category/effect> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/reverb> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "reverb" ;
    pu:tag "emulation" ;
    pu:tag "lexicon" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .