@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/quetzalcoatl-7b030527>
    a trn:PluginProfile ;
    rdfs:label "Quetzalcoatl" ;
    trn:vendor "Modular Samples" ;
    rdfs:comment "Quetzalcoatl is an 8-layer sample playback plugin (rompler) for Mac, Windows & Linux. Features multi-stage crossfading, wavetable mode, wavefolder, extensive modulation/sequencing, filter, and a large built-in sound library." ;
    foaf:homepage <https://github.com/publicsamples/Quetzalcoatl> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/publicsamples/quetzalcoatl/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/publicsamples/quetzalcoatl/quetzalcoatl.jpg> ;
    schema:downloadUrl <https://github.com/publicsamples/Quetzalcoatl/releases/download/0.8.7/Quetzalcoatl-Linux.VST3.tar.xz> ;
    schema:downloadUrl <https://github.com/publicsamples/Quetzalcoatl/releases/download/0.8.7/Quetzalcoatl.Mac.VST3.AU.zip> ;
    schema:downloadUrl <https://github.com/publicsamples/Quetzalcoatl/releases/download/0.8.7/Quetzalcoatl.Win.VST3.zip> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:VST3 ;
    trn:format trn:AudioUnit ;
    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:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "sampler" ;
    pu:tag "wavetable" ;
    pu:tag "instrument" ;
    pu:tag "rompler" ;
    pu:tag "pad" ;
    pu:tag "texture" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .