@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/millisecond-68bfe128>
    a trn:PluginProfile ;
    rdfs:label "Millisecond" ;
    trn:vendor "Gahel" ;
    rdfs:comment "GTK app that runs system diagnostics and offers tips for improving low-latency audio performance on Linux, based on rtcqs" ;
    foaf:homepage <https://github.com/gaheldev/Millisecond> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/gaheldev/millisecond/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/gaheldev/millisecond/millisecond.jpg> ;
    schema:downloadUrl <https://github.com/gaheldev/Millisecond/releases/download/v0.2.3/millisecond_v0.2.3.deb> ;
    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:Linux ;
    pu:tag "diagnostics" ;
    pu:tag "latency" ;
    pu:tag "linux audio" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .