@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/iem-plugin-suite-700160ad>
    a trn:PluginProfile ;
    rdfs:label "IEM Plugin Suite" ;
    trn:vendor "Institute of Electronic Music and Acoustics" ;
    rdfs:comment "Collection of ambisonic plug-ins including Compressors, Delays, Reverb, Encoders, Decoders and Visualizers." ;
    foaf:homepage <https://git.iem.at/audioplugins/IEMPluginSuite> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/audioplugins/iempluginsuite/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/audioplugins/iempluginsuite/iempluginsuite.jpg> ;
    schema:downloadUrl <https://users.iem.at/holzmueller/IEM-Audioplugins/IEMPluginSuite/v1.15.0/IEMPluginSuiteInstaller_v1.15.0_x64.exe> ;
    schema:downloadUrl <https://users.iem.at/holzmueller/IEM-Audioplugins/IEMPluginSuite/v1.15.0/IEMPluginSuite_v1.15.0.pkg> ;
    schema:downloadUrl <https://users.iem.at/holzmueller/IEM-Audioplugins/IEMPluginSuite/v1.15.0/IEMPluginSuite_v1.15.0_x64_standalones.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:AAX ;
    trn:format trn:Standalone ;
    trn:format trn:VST2 ;
    pu:category <http://purl.org/stuff/plugin-universe/category/effect> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/reverb> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/delay> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:tag "effect" ;
    pu:tag "reverb" ;
    pu:tag "delay" ;
    pu:tag "surround" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .