@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/prism-6a0aa840>
    a trn:PluginProfile ;
    rdfs:label "Prism" ;
    trn:vendor "powerpcme" ;
    rdfs:comment "Granular sampler with 10 independent voices, each with its own sample, loop, and modulation state, per-voice DSP (pitch shift, overdrive, bit crush, AM), and an XY pad for pan/volume placement" ;
    foaf:homepage <https://github.com/powerpcme/Prism> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/powerpcme/prism/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/powerpcme/prism/prism.jpg> ;
    schema:downloadUrl <https://github.com/powerpcme/Prism/releases/download/v1.0.3/Prism-v1.0.3-linux.zip> ;
    schema:downloadUrl <https://github.com/powerpcme/Prism/releases/download/v1.0.3/Prism-v1.0.3-mac.zip> ;
    schema:downloadUrl <https://github.com/powerpcme/Prism/releases/download/v1.0.3/Prism-v1.0.3-windows.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:Standalone ;
    pu:category <http://purl.org/stuff/plugin-universe/category/instrument> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/synth> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/sampler> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/granular> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "granular" ;
    pu:tag "multi-voice" ;
    pu:tag "xy pad" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .