@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/59227/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Chamber Symphony" ;
    ns1:bass_clarinet <http://data.carnegiehall.org/names/112635> ;
    ns1:bassoon <http://data.carnegiehall.org/names/112640> ;
    ns1:cello <http://data.carnegiehall.org/names/96857> ;
    ns1:clarinet <http://data.carnegiehall.org/names/103842>,
        <http://data.carnegiehall.org/names/112635> ;
    ns1:contrabassoon <http://data.carnegiehall.org/names/103848> ;
    ns1:double_bass <http://data.carnegiehall.org/names/112636> ;
    ns1:flute <http://data.carnegiehall.org/names/111610> ;
    ns1:french_horn <http://data.carnegiehall.org/names/112634> ;
    ns1:oboe <http://data.carnegiehall.org/names/111121> ;
    ns1:percussion <http://data.carnegiehall.org/names/112648> ;
    ns1:synthesizer <http://data.carnegiehall.org/names/112644> ;
    ns1:trombone <http://data.carnegiehall.org/names/103836> ;
    ns1:trumpet <http://data.carnegiehall.org/names/103846> ;
    ns1:viola <http://data.carnegiehall.org/names/112639> ;
    ns1:violin <http://data.carnegiehall.org/names/112642> ;
    ns2:performer <http://data.carnegiehall.org/names/103836>,
        <http://data.carnegiehall.org/names/103842>,
        <http://data.carnegiehall.org/names/103846>,
        <http://data.carnegiehall.org/names/103848>,
        <http://data.carnegiehall.org/names/111121>,
        <http://data.carnegiehall.org/names/111610>,
        <http://data.carnegiehall.org/names/112634>,
        <http://data.carnegiehall.org/names/112635>,
        <http://data.carnegiehall.org/names/112636>,
        <http://data.carnegiehall.org/names/112639>,
        <http://data.carnegiehall.org/names/112640>,
        <http://data.carnegiehall.org/names/112642>,
        <http://data.carnegiehall.org/names/112644>,
        <http://data.carnegiehall.org/names/112648>,
        <http://data.carnegiehall.org/names/96857> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/67155> .

