@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/six-sines-b19360e3>
    a trn:PluginProfile ;
    rdfs:label "Six Sines" ;
    trn:vendor "BaconPaul" ;
    rdfs:comment "Obtuse? Expressive? Amazing? FM? RM? AM? PM? YES!. As one fellow dev said, \"With my synth its hard to make a bad sound, and its nice that Six Sines is the opposite\"" ;
    foaf:homepage <https://github.com/baconpaul/six-sines> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/baconpaul/six-sines/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/baconpaul/six-sines/six-sines.jpg> ;
    schema:downloadUrl <https://github.com/baconpaul/six-sines/releases/download/v1.2.0/six-sines-Windows-2026-07-10-9b1b128.zip> ;
    schema:downloadUrl <https://github.com/baconpaul/six-sines/releases/download/v1.2.0/six-sines-linux-2026-07-10-9b1b128.zip> ;
    schema:downloadUrl <https://github.com/baconpaul/six-sines/releases/download/v1.2.0/six-sines-macOS-2026-07-10-9b1b128.dmg> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:VST3 ;
    trn:format trn:AudioUnit ;
    trn:format trn:CLAP ;
    trn:format trn:Standalone ;
    pu:category <http://purl.org/stuff/plugin-universe/category/instrument> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/synth> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "synth" ;
    pu:tag "instrument" ;
    pu:tag "fm" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .