@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/openlightshow-78dc9a18>
    a trn:PluginProfile ;
    rdfs:label "OpenLightShow" ;
    trn:vendor "digidigital" ;
    rdfs:comment "OpenLightShow - A music-reactive lightshow application with 50+ visual effects. Transform your music into stunning visualizations with real-time audio analysis and beat detection." ;
    foaf:homepage <https://github.com/digidigital/openlightshow> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/digidigital/openlightshow/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/digidigital/openlightshow/openlightshow.jpg> ;
    schema:downloadUrl <https://github.com/digidigital/openlightshow/releases/download/v1.0.3/OpenLightShow-1.0.3-x86_64.exe> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/utility> ;
    pu:supportedPlatform pu:Windows ;
    pu:tag "beamer" ;
    pu:tag "lasershow" ;
    pu:tag "lightshow" ;
    pu:tag "projector" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .