@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/vmpc2000xl-1ed9c860>
    a trn:PluginProfile ;
    rdfs:label "VMPC2000XL" ;
    trn:vendor "Izmar Verhage" ;
    rdfs:comment "A JUCE implementation of the Akai MPC2000XL, an iconic sampler/sequencer drum machine." ;
    foaf:homepage <https://github.com/izzyreal/vmpc-juce> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/izzyreal/vmpc-juce/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/izzyreal/vmpc-juce/vmpc-juce.jpg> ;
    schema:downloadUrl <https://github.com/izzyreal/vmpc-juce/releases/download/v0.9.13/VMPC2000XL-Installer-Intel-M1-v0.9.13.pkg> ;
    schema:downloadUrl <https://github.com/izzyreal/vmpc-juce/releases/download/v0.9.13/VMPC2000XL-Installer-Win10-x86_64-v0.9.13.exe> ;
    schema:downloadUrl <https://github.com/izzyreal/vmpc-juce/releases/download/v0.9.13/VMPC2000XL-Installer-Win7-x86_64-v0.9.13.exe> ;
    schema:downloadUrl <https://github.com/izzyreal/vmpc-juce/releases/download/v0.9.13/VMPC2000XL-Ubuntu20-x86_64-LV2.zip> ;
    schema:downloadUrl <https://github.com/izzyreal/vmpc-juce/releases/download/v0.9.13/VMPC2000XL-Ubuntu20-x86_64-Standalone.zip> ;
    schema:downloadUrl <https://github.com/izzyreal/vmpc-juce/releases/download/v0.9.13/VMPC2000XL-Ubuntu20-x86_64-VST3.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/midi> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/instrument> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/drums> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/sampler> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/sequencer> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "sequencer" ;
    pu:tag "drum machine" ;
    pu:tag "mpc" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .