@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/sonatina-symphonic-orchestra-51a529ef>
    a trn:PluginProfile ;
    rdfs:label "Sonatina Symphonic Orchestra" ;
    trn:vendor "Peter Eastman" ;
    rdfs:comment "Orchestral instrument library containing a full set of section and solo instruments with lots of articulations." ;
    foaf:homepage <https://github.com/peastman/sso> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/peastman/sonatina-symphonic-orchestra/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/peastman/sonatina-symphonic-orchestra/sonatina-symphonic-orchestra.jpg> ;
    schema:downloadUrl <https://github.com/peastman/sso/archive/64a66eda18c5cc1039a56c902d0555df56742300.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:category <http://purl.org/stuff/plugin-universe/category/organ> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "instrument" ;
    pu:tag "sfz" ;
    pu:tag "brass" ;
    pu:tag "piano" ;
    pu:tag "orchestra" ;
    pu:tag "strings" ;
    pu:tag "organ" ;
    pu:tag "winds" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .