@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/nymph-faust-lpf-16892177>
    a trn:PluginProfile ;
    rdfs:label "nymph faust LPF" ;
    trn:vendor "Christopher Arndt" ;
    rdfs:comment "\nA 2-pole lowpass filter from the FAUST standard library.\n" ;
    foaf:homepage <https://gitlab.com/SpotlightKid/nymph> ;
    rdfs:seeAlso <https://github.com/SpotlightKid/nymph> ;
    prov:wasDerivedFrom <https://github.com/SpotlightKid/nymph> ;
    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-plugins" ;
    pu:tag "faust-dsp" ;
    pu:tag "nim-lang" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .