@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/oscilloscope-bfbc42e5>
    a trn:PluginProfile ;
    rdfs:label "Oscilloscope" ;
    trn:vendor "waddafunk" ;
    rdfs:comment "A simple, resizable oscilloscope for visualizing an audio signal's waveform, with continuous or triggered/static plotting and a customizable refresh time." ;
    foaf:homepage <https://github.com/waddafunk/Oscilloscope> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/waddafunk/oscilloscope/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/waddafunk/oscilloscope/oscilloscope.jpg> ;
    schema:downloadUrl <https://github.com/waddafunk/Oscilloscope/releases/download/v0.5.0/Linux.VST3.so> ;
    schema:downloadUrl <https://github.com/waddafunk/Oscilloscope/releases/download/v0.5.0/Linux.standalone> ;
    schema:downloadUrl <https://github.com/waddafunk/Oscilloscope/releases/download/v0.5.0/Windows.VST3.vst3> ;
    schema:downloadUrl <https://github.com/waddafunk/Oscilloscope/releases/download/v0.5.0/Windows.standalone.exe> ;
    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/utility> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/analysis> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "visualizer" ;
    pu:tag "audio analysis" ;
    pu:tag "oscilloscope" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .