@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/sparta-9fedc866>
    a trn:PluginProfile ;
    rdfs:label "SPARTA" ;
    trn:vendor "Leo McCormack" ;
    rdfs:comment "A collection of open-source audio plug-ins for the production and playback of spatial sound scenes, developed using JUCE and the Spatial_Audio_Framework" ;
    foaf:homepage <https://github.com/leomccormack/SPARTA> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/leomccormack/sparta/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/leomccormack/sparta/sparta.jpg> ;
    schema:downloadUrl <https://github.com/leomccormack/SPARTA/releases/download/v1.8.2/Linux_SPARTA_LV2_2026_01_25_v1.8.2.zip> ;
    schema:downloadUrl <https://github.com/leomccormack/SPARTA/releases/download/v1.8.2/Linux_SPARTA_VST3_2026_01_25_v1.8.2.zip> ;
    schema:downloadUrl <https://github.com/leomccormack/SPARTA/releases/download/v1.8.2/Linux_SPARTA_VST_2026_01_25_v1.8.2.zip> ;
    schema:downloadUrl <https://github.com/leomccormack/SPARTA/releases/download/v1.8.2/MacOS_SPARTA_AAX_2026_01_25_v1.8.2-signed.pkg> ;
    schema:downloadUrl <https://github.com/leomccormack/SPARTA/releases/download/v1.8.2/MacOS_SPARTA_AU_2026_01_25_v1.8.2-signed.pkg> ;
    schema:downloadUrl <https://github.com/leomccormack/SPARTA/releases/download/v1.8.2/MacOS_SPARTA_LV2_2026_01_25_v1.8.2-signed.pkg> ;
    schema:downloadUrl <https://github.com/leomccormack/SPARTA/releases/download/v1.8.2/MacOS_SPARTA_VST3_2026_01_25_v1.8.2-signed.pkg> ;
    schema:downloadUrl <https://github.com/leomccormack/SPARTA/releases/download/v1.8.2/MacOS_SPARTA_VST_2026_01_25_v1.8.2-signed.pkg> ;
    schema:downloadUrl <https://github.com/leomccormack/SPARTA/releases/download/v1.8.2/Win64_SPARTA_LV2_2026_01_25_v1.8.2.exe> ;
    schema:downloadUrl <https://github.com/leomccormack/SPARTA/releases/download/v1.8.2/Win64_SPARTA_VST3_2026_01_25_v1.8.2.exe> ;
    schema:downloadUrl <https://github.com/leomccormack/SPARTA/releases/download/v1.8.2/Win64_SPARTA_VST_2026_01_25_v1.8.2.exe> ;
    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:AAX ;
    trn:format trn:VST2 ;
    pu:category <http://purl.org/stuff/plugin-universe/category/effect> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "effect" ;
    pu:tag "binaural" ;
    pu:tag "spatial audio" ;
    pu:tag "ambisonics" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .