@prefix pu: <http://purl.org/stuff/plugin-universe/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://purl.org/stuff/plugin-universe/category/mixing>
    a skos:Concept ;
    skos:inScheme <http://purl.org/stuff/plugin-universe/categories> ;
    skos:altLabel "bus" ;
    skos:altLabel "console" ;
    skos:altLabel "mixer" ;
    skos:altLabel "summing" ;
    skos:definition "Combines or routes several signals." ;
    skos:broader <http://purl.org/stuff/plugin-universe/category/utility> ;
    skos:closeMatch <http://lv2plug.in/ns/lv2core#MixerPlugin> ;
    skos:prefLabel "mixing" .

<http://purl.org/stuff/plugin-universe/plugin/t-mix-d42b5d99> pu:category <http://purl.org/stuff/plugin-universe/category/mixing> .