@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/dpf-plugins-714f06f8>
    a trn:PluginProfile ;
    rdfs:label "DPF Plugins" ;
    trn:vendor "Filipe Coelho" ;
    rdfs:comment "Collection of DPF-based plugin effects." ;
    foaf:homepage <https://github.com/DISTRHO/DPF-Plugins> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/distrho/dpf-plugins/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/distrho/dpf-plugins/dpf-plugins.jpg> ;
    schema:downloadUrl <https://github.com/DISTRHO/DPF-Plugins/releases/download/v1.7/DPF-Plugins-v1.7-linux-arm64.tar.xz> ;
    schema:downloadUrl <https://github.com/DISTRHO/DPF-Plugins/releases/download/v1.7/DPF-Plugins-v1.7-linux-x86_64.tar.xz> ;
    schema:downloadUrl <https://github.com/DISTRHO/DPF-Plugins/releases/download/v1.7/DPF-Plugins-v1.7-macos-universal.dmg> ;
    schema:downloadUrl <https://github.com/DISTRHO/DPF-Plugins/releases/download/v1.7/DPF-Plugins-v1.7-win64.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:CLAP ;
    trn:format trn:Standalone ;
    trn:format trn:VST2 ;
    pu:category <http://purl.org/stuff/plugin-universe/category/effect> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/reverb> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/delay> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "feedback" ;
    pu:tag "effect" ;
    pu:tag "reverb" ;
    pu:tag "delay" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .