@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/virtual-playing-orchestra-89e5c132>
    a trn:PluginProfile ;
    rdfs:label "Virtual Playing Orchestra" ;
    trn:vendor "Paul Battersby" ;
    rdfs:comment "Orchestral sample library featuring section and solo instruments for woodwinds, brass, strings and percussion." ;
    foaf:homepage <https://github.com/open-soundfonts/Virtual_Playing_Orchestra_3> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/open-soundfonts/virtual-playing-orchestra/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/open-soundfonts/virtual-playing-orchestra/virtual-playing-orchestra.jpg> ;
    schema:downloadUrl <https://github.com/open-soundfonts/Virtual_Playing_Orchestra_3/archive/b0afa0f570e0e33c83da9bc4e626a4a239714dff.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:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "instrument" ;
    pu:tag "sfz" ;
    pu:tag "strings" ;
    pu:tag "orchestral" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .