@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/zubnetic-d685c4f2>
    a trn:PluginProfile ;
    rdfs:label "Zubnetic" ;
    trn:vendor "Jose" ;
    rdfs:comment "Stereo visualizer plugin with multi-shape rendering (lines, particles, circle, star, square, spiral) and frequency-reactive colors" ;
    foaf:homepage <https://github.com/JoseScript/Zubnetic> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/josescript/zubnetic/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/josescript/zubnetic/zubnetic.jpg> ;
    schema:downloadUrl <https://github.com/JoseScript/Zubnetic/releases/download/v1.0.0/Zubnetic-v1.0-Windows-VST3.zip> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:VST3 ;
    pu:category <http://purl.org/stuff/plugin-universe/category/effect> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/utility> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/analysis> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/spatial> ;
    pu:supportedPlatform pu:Windows ;
    pu:tag "visualizer" ;
    pu:tag "oscilloscope" ;
    pu:tag "stereo" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .