@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/low-shelf-filter-cv-11f3333a>
    a trn:PluginProfile ;
    rdfs:label "Low Shelf Filter CV" ;
    trn:vendor "James Morris" ;
    rdfs:comment " VCF plugins by Matthias Nagorni ported to the LV2 specification" ;
    foaf:homepage <http://jwm-art.net/> ;
    rdfs:seeAlso <https://github.com/linuxmao-org/vcf-lv2> ;
    prov:wasDerivedFrom <https://github.com/linuxmao-org/vcf-lv2> ;
    trn:format trn:LV2 ;
    pu:category <http://purl.org/stuff/plugin-universe/category/effect> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/filter> ;
    pu:tag "lv2" ;
    pu:tag "lv2-plugin" ;
    pu:tag "lv2-plugins" ;
    pu:tag "linux-audio" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .