@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/55329/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Appalachian Spring Suite for 13 Instruments" ;
    ns1:bassoon <http://data.carnegiehall.org/names/103848> ;
    ns1:cello <http://data.carnegiehall.org/names/103839>,
        <http://data.carnegiehall.org/names/103910> ;
    ns1:clarinet <http://data.carnegiehall.org/names/103843> ;
    ns1:double_bass <http://data.carnegiehall.org/names/48105> ;
    ns1:flute <http://data.carnegiehall.org/names/93570> ;
    ns1:piano <http://data.carnegiehall.org/names/71304> ;
    ns1:viola <http://data.carnegiehall.org/names/103840>,
        <http://data.carnegiehall.org/names/103847> ;
    ns1:violin <http://data.carnegiehall.org/names/102338>,
        <http://data.carnegiehall.org/names/103835>,
        <http://data.carnegiehall.org/names/103845>,
        <http://data.carnegiehall.org/names/91365> ;
    ns2:performer <http://data.carnegiehall.org/names/102338>,
        <http://data.carnegiehall.org/names/103835>,
        <http://data.carnegiehall.org/names/103839>,
        <http://data.carnegiehall.org/names/103840>,
        <http://data.carnegiehall.org/names/103843>,
        <http://data.carnegiehall.org/names/103845>,
        <http://data.carnegiehall.org/names/103847>,
        <http://data.carnegiehall.org/names/103848>,
        <http://data.carnegiehall.org/names/103910>,
        <http://data.carnegiehall.org/names/48105>,
        <http://data.carnegiehall.org/names/71304>,
        <http://data.carnegiehall.org/names/91365>,
        <http://data.carnegiehall.org/names/93570> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/38089> .

