@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/nyasynth-e4df47ef>
    a trn:PluginProfile ;
    rdfs:label "Nyasynth" ;
    trn:vendor "Aaron Kofsky" ;
    rdfs:comment "Nyasynth is a recreation / modern port of the famous Meowsynth (cat meow synthesizer). A fun, meme-inspired VST3 instrument with cat vocal synthesis. Available for Windows and macOS (ARM + Universal)." ;
    foaf:homepage <https://github.com/a2aaron/nyasynth> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/a2aaron/nyasynth/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/a2aaron/nyasynth/nyasynth.jpg> ;
    schema:downloadUrl <https://github.com/a2aaron/nyasynth/releases/download/1.0/Nyasynth.1.0.Mac.OSX.AArch64.zip> ;
    schema:downloadUrl <https://github.com/a2aaron/nyasynth/releases/download/1.0/Nyasynth.1.0.Mac.OSX.Universal.zip> ;
    schema:downloadUrl <https://github.com/a2aaron/nyasynth/releases/download/1.0/Nyasynth.1.0.Windows.x86-64.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/instrument> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/synth> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:tag "synth" ;
    pu:tag "instrument" ;
    pu:tag "vocal" ;
    pu:tag "cat" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .