@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/71660/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Appalachian Spring Suite for 13 Instruments" ;
    ns1:bassoon <http://data.carnegiehall.org/names/125738> ;
    ns1:cello <http://data.carnegiehall.org/names/44858>,
        <http://data.carnegiehall.org/names/5373> ;
    ns1:clarinet <http://data.carnegiehall.org/names/62711> ;
    ns1:double_bass <http://data.carnegiehall.org/names/103495> ;
    ns1:flute <http://data.carnegiehall.org/names/37867> ;
    ns1:piano <http://data.carnegiehall.org/names/42456> ;
    ns1:viola <http://data.carnegiehall.org/names/125736>,
        <http://data.carnegiehall.org/names/128956> ;
    ns1:violin <http://data.carnegiehall.org/names/126467>,
        <http://data.carnegiehall.org/names/15144>,
        <http://data.carnegiehall.org/names/49701>,
        <http://data.carnegiehall.org/names/72360> ;
    ns2:performer <http://data.carnegiehall.org/names/103495>,
        <http://data.carnegiehall.org/names/125736>,
        <http://data.carnegiehall.org/names/125738>,
        <http://data.carnegiehall.org/names/126467>,
        <http://data.carnegiehall.org/names/128956>,
        <http://data.carnegiehall.org/names/15144>,
        <http://data.carnegiehall.org/names/37867>,
        <http://data.carnegiehall.org/names/42456>,
        <http://data.carnegiehall.org/names/44858>,
        <http://data.carnegiehall.org/names/49701>,
        <http://data.carnegiehall.org/names/5373>,
        <http://data.carnegiehall.org/names/62711>,
        <http://data.carnegiehall.org/names/72360> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/38089> .

