@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/amsynth-3a3b6f1c>
    a trn:PluginProfile ;
    rdfs:label "amsynth" ;
    trn:vendor "Nick Dowell" ;
    rdfs:comment "Simple software synthesizer for Linux" ;
    foaf:homepage <https://github.com/amsynth/amsynth> ;
    rdfs:seeAlso <https://github.com/amsynth/amsynth> ;
    schema:downloadUrl <https://github.com/amsynth/amsynth/releases/download/release-2.0.0/amsynth-2.0.0-macos.zip> ;
    schema:downloadUrl <https://github.com/amsynth/amsynth/releases/download/release-2.0.0/amsynth-2.0.0-windows.exe> ;
    schema:downloadUrl <https://github.com/amsynth/amsynth/releases/download/release-2.0.0/amsynth-2.0.0.tar.gz> ;
    prov:wasDerivedFrom <https://github.com/amsynth/amsynth> ;
    trn:format trn:LV2 ;
    pu:category <http://purl.org/stuff/plugin-universe/category/instrument> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:tag "synthesizer" ;
    pu:tag "dsp" ;
    pu:tag "linux" ;
    pu:tag "lv2" ;
    pu:tag "vst" ;
    pu:tag "c-plus-plus" ;
    pu:tag "gtk" ;
    pu:tag "synthesis" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .