@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/upright-piano-kw-54793dc4>
    a trn:PluginProfile ;
    rdfs:label "Upright Piano KW" ;
    trn:vendor "Freepats" ;
    rdfs:comment "Kawai upright piano, recorded in a living room using a Zoom H1 portable recorder mounted on a tripod in front of the piano." ;
    foaf:homepage <https://github.com/freepats/upright-piano-kw> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/freepats/upright-piano-kw/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/freepats/upright-piano-kw/upright-piano-kw.jpg> ;
    schema:downloadUrl <https://github.com/freepats/upright-piano-KW/releases/download/v1.0.0/UprightPianoKW-20220221.zip> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/instrument> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/sampler> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/piano> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "instrument" ;
    pu:tag "sfz" ;
    pu:tag "keys" ;
    pu:tag "piano" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .