@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/open-mbc-8b3728ed>
    a trn:PluginProfile ;
    rdfs:label "Open MBC" ;
    trn:vendor "maor1993" ;
    rdfs:comment "multiband compressor vst" ;
    foaf:homepage <https://github.com/maor1993/open_mbc> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/maor1993/open-mbc/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/maor1993/open-mbc/open-mbc.jpg> ;
    schema:downloadUrl <https://github.com/maor1993/open_mbc/releases/download/v0.2.2/open_mbc-v0.2.2-macos-universal.zip> ;
    schema:downloadUrl <https://github.com/maor1993/open_mbc/releases/download/v0.2.2/open_mbc-v0.2.2-ubuntu-22.04.zip> ;
    schema:downloadUrl <https://github.com/maor1993/open_mbc/releases/download/v0.2.2/open_mbc-v0.2.2-windows.zip> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:VST3 ;
    trn:format trn:Standalone ;
    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:MacOS ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "compressor" ;
    pu:tag "dynamics" ;
    pu:tag "multiband" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .