@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/valentine-48811669>
    a trn:PluginProfile ;
    rdfs:label "Valentine" ;
    trn:vendor "Tote Bag Labs" ;
    rdfs:comment "A compressor and distortion processor inspired by the hyper compressed and crushed textures in the seminal Justice record." ;
    foaf:homepage <https://github.com/Tote-Bag-Labs/Valentine> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/tote-bag-labs/valentine/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/tote-bag-labs/valentine/valentine.jpg> ;
    schema:downloadUrl <https://github.com/tote-bag-labs/valentine/releases/download/v1.0.1/valentine-1.0.1-Linux.zip> ;
    schema:downloadUrl <https://github.com/tote-bag-labs/valentine/releases/download/v1.0.1/valentine-1.0.1-macOS.dmg> ;
    schema:downloadUrl <https://github.com/tote-bag-labs/valentine/releases/download/v1.0.1/valentine-1.0.1-windows.exe> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:VST3 ;
    trn:format trn:AudioUnit ;
    pu:category <http://purl.org/stuff/plugin-universe/category/effect> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/distortion> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/compressor> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/dynamics> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "distortion" ;
    pu:tag "effect" ;
    pu:tag "compressor" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .