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

<http://data.carnegiehall.org/events/69055/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Champion: Champagne dreams and lime juice money" ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/53556>,
        <http://data.carnegiehall.org/names/96816> ;
    ns2:cello <http://data.carnegiehall.org/names/63035> ;
    ns2:clarinet <http://data.carnegiehall.org/names/17188> ;
    ns2:double_bass <http://data.carnegiehall.org/names/130963> ;
    ns2:drums <http://data.carnegiehall.org/names/23341> ;
    ns2:flute <http://data.carnegiehall.org/names/126461> ;
    ns2:french_horn <http://data.carnegiehall.org/names/125740> ;
    ns2:oboe <http://data.carnegiehall.org/names/130962> ;
    ns2:piano <http://data.carnegiehall.org/names/83468> ;
    ns2:trombone <http://data.carnegiehall.org/names/80037> ;
    ns2:trumpet <http://data.carnegiehall.org/names/31173> ;
    ns2:viola <http://data.carnegiehall.org/names/62441> ;
    ns2:violin <http://data.carnegiehall.org/names/126467>,
        <http://data.carnegiehall.org/names/15144>,
        <http://data.carnegiehall.org/names/72358> ;
    ns1:performer <http://data.carnegiehall.org/names/125740>,
        <http://data.carnegiehall.org/names/126461>,
        <http://data.carnegiehall.org/names/126467>,
        <http://data.carnegiehall.org/names/130962>,
        <http://data.carnegiehall.org/names/130963>,
        <http://data.carnegiehall.org/names/15144>,
        <http://data.carnegiehall.org/names/17188>,
        <http://data.carnegiehall.org/names/23341>,
        <http://data.carnegiehall.org/names/31173>,
        <http://data.carnegiehall.org/names/53556>,
        <http://data.carnegiehall.org/names/62441>,
        <http://data.carnegiehall.org/names/63035>,
        <http://data.carnegiehall.org/names/72358>,
        <http://data.carnegiehall.org/names/80037>,
        <http://data.carnegiehall.org/names/83468>,
        <http://data.carnegiehall.org/names/96816> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/112799> .

