@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/drops-ccd38650>
    a trn:PluginProfile ;
    rdfs:label "Drops" ;
    trn:vendor "Clearly Broken" ;
    rdfs:comment "Drops is a single audio file sample player. Load an audio file, play it, loop it, pitch shift it, and make it into something entirely new." ;
    foaf:homepage <https://github.com/clearly-broken-software/drops> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/clearly-broken-software/drops/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/clearly-broken-software/drops/drops.jpg> ;
    schema:downloadUrl <https://github.com/clearly-broken-software/drops/releases/download/v1.0-beta.2/drops_binaries.zip> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:LV2 ;
    pu:category <http://purl.org/stuff/plugin-universe/category/effect> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/instrument> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/sampler> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/filter> ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "sampler" ;
    pu:tag "instrument" ;
    pu:tag "filter" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .