@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/rdpiano-6ae8826d>
    a trn:PluginProfile ;
    rdfs:label "RdPiano" ;
    trn:vendor "Giulio Zausa" ;
    rdfs:comment "Low-level emulator for SA-synthesis pianos, such as the Roland MKS-20, RD1000 and the Rhodes MK-80 electric piano" ;
    foaf:homepage <https://github.com/giulioz/rdpiano> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/giulioz/rdpiano/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/giulioz/rdpiano/rdpiano.jpg> ;
    schema:downloadUrl <https://github.com/giulioz/rdpiano/releases/download/latest/rdpiano_juce> ;
    schema:downloadUrl <https://github.com/giulioz/rdpiano/releases/download/latest/rdpiano_juce.app.macOS.zip> ;
    schema:downloadUrl <https://github.com/giulioz/rdpiano/releases/download/latest/rdpiano_juce.component.macOS.zip> ;
    schema:downloadUrl <https://github.com/giulioz/rdpiano/releases/download/latest/rdpiano_juce.exe> ;
    schema:downloadUrl <https://github.com/giulioz/rdpiano/releases/download/latest/rdpiano_juce.lv2.Linux.zip> ;
    schema:downloadUrl <https://github.com/giulioz/rdpiano/releases/download/latest/rdpiano_juce.vst3> ;
    schema:downloadUrl <https://github.com/giulioz/rdpiano/releases/download/latest/rdpiano_juce.vst3.Linux.zip> ;
    schema:downloadUrl <https://github.com/giulioz/rdpiano/releases/download/latest/rdpiano_juce.vst3.macOS.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:AudioUnit ;
    trn:format trn:Standalone ;
    pu:category <http://purl.org/stuff/plugin-universe/category/instrument> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/piano> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "instrument" ;
    pu:tag "piano" ;
    pu:tag "emulation" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .