@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/thecloud-d70103bc>
    a trn:PluginProfile ;
    rdfs:label "TheCloud" ;
    trn:vendor "sensorium" ;
    rdfs:comment "\n    Another granular delay!\n\n    The Cloud generates shifting clusters of delayed, enveloped \"grains\" of the input sound.\n    Musical results range from smooth evolving washes to stoccato atonal noisescapes.\n    " ;
    foaf:homepage <https://github.com/sensorium/sensorium-plugins> ;
    rdfs:seeAlso <https://github.com/sensorium/sensorium-plugins> ;
    schema:downloadUrl <https://github.com/sensorium/sensorium-plugins/releases/download/v0.1-beta.1/TheCloud.lv2.zip> ;
    prov:wasDerivedFrom <https://github.com/sensorium/sensorium-plugins> ;
    trn:format trn:LV2 ;
    pu:tag "audio" ;
    pu:tag "lv2" ;
    pu:tag "plugin" ;
    pu:tag "hvcc" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .