@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/tunefish-17e89871>
    a trn:PluginProfile ;
    rdfs:label "Tunefish" ;
    trn:vendor "Brain Control" ;
    rdfs:comment "Tunefish is a tiny virtual analogue synth that was originally developed  for the 64k intros of the demo group Brain Control." ;
    foaf:homepage <https://github.com/paynebc/tunefish> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/paynebc/tunefish/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/paynebc/tunefish/tunefish.jpg> ;
    schema:downloadUrl <https://tunefish-synth.com/downloads/tunefish-v4.2.0-linux64-vst24.tar.gz> ;
    schema:downloadUrl <https://tunefish-synth.com/downloads/tunefish-v4.2.0-mac-vst-au.zip> ;
    schema:downloadUrl <https://tunefish-synth.com/downloads/tunefish-v4.2.0-win64-vst.zip> ;
    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:VST2 ;
    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 "analog" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .