@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/lira-8-96c2cadd>
    a trn:PluginProfile ;
    rdfs:label "LIRA·8" ;
    trn:vendor "Miguel Moreno" ;
    rdfs:comment "Virtual Lyra 8 in VST3, VST2, AUi, LV2 (Camomile) and Standalone (Pure Data) format. A digital attempt at emulating SOMA Lab's Lyra-8 signal flow." ;
    foaf:homepage <https://github.com/MikeMorenoDSP/LIRA-8> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/mikemorenodsp/lira-8/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/mikemorenodsp/lira-8/lira-8.jpg> ;
    schema:downloadUrl <https://github.com/MikeMorenoDSP/LIRA-8/releases/download/v1.0.8/LIRA-8-LV2-Linux64.zip> ;
    schema:downloadUrl <https://github.com/MikeMorenoDSP/LIRA-8/releases/download/v1.0.8/LIRA-8-VST2-Windows32.zip> ;
    schema:downloadUrl <https://github.com/MikeMorenoDSP/LIRA-8/releases/download/v1.0.8/LIRA-8-VST2-Windows64.zip> ;
    schema:downloadUrl <https://github.com/MikeMorenoDSP/LIRA-8/releases/download/v1.0.8/LIRA-8-VST3-AUi-MacOS-M1.zip> ;
    schema:downloadUrl <https://github.com/MikeMorenoDSP/LIRA-8/releases/download/v1.0.8/LIRA-8-VST3-VST2-AUi-MacOS.zip> ;
    schema:downloadUrl <https://github.com/MikeMorenoDSP/LIRA-8/releases/download/v1.0.8/LIRA-8-VST3-Windows32.zip> ;
    schema:downloadUrl <https://github.com/MikeMorenoDSP/LIRA-8/releases/download/v1.0.8/LIRA-8-VST3-Windows64.zip> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:VST3 ;
    trn:format trn:LV2 ;
    trn:format trn:AudioUnit ;
    trn:format trn:VST2 ;
    pu:category <http://purl.org/stuff/plugin-universe/category/instrument> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "drone" ;
    pu:tag "fm synthesis" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .