@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/38028/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Appalachian Spring Suite for 13 Instruments" ;
    ns1:bassoon <http://data.carnegiehall.org/names/55940> ;
    ns1:cello <http://data.carnegiehall.org/names/33857>,
        <http://data.carnegiehall.org/names/3670> ;
    ns1:clarinet <http://data.carnegiehall.org/names/18988> ;
    ns1:conductor <http://data.carnegiehall.org/names/40775> ;
    ns1:double_bass <http://data.carnegiehall.org/names/42572> ;
    ns1:flute <http://data.carnegiehall.org/names/30697> ;
    ns1:piano <http://data.carnegiehall.org/names/53698> ;
    ns1:viola <http://data.carnegiehall.org/names/50252>,
        <http://data.carnegiehall.org/names/53937> ;
    ns1:violin <http://data.carnegiehall.org/names/1901>,
        <http://data.carnegiehall.org/names/33655>,
        <http://data.carnegiehall.org/names/6148>,
        <http://data.carnegiehall.org/names/9921> ;
    ns2:performer <http://data.carnegiehall.org/names/18988>,
        <http://data.carnegiehall.org/names/1901>,
        <http://data.carnegiehall.org/names/30697>,
        <http://data.carnegiehall.org/names/33655>,
        <http://data.carnegiehall.org/names/33857>,
        <http://data.carnegiehall.org/names/3670>,
        <http://data.carnegiehall.org/names/40775>,
        <http://data.carnegiehall.org/names/42572>,
        <http://data.carnegiehall.org/names/50252>,
        <http://data.carnegiehall.org/names/53698>,
        <http://data.carnegiehall.org/names/53937>,
        <http://data.carnegiehall.org/names/55940>,
        <http://data.carnegiehall.org/names/6148>,
        <http://data.carnegiehall.org/names/9921> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/38089> .

