@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/9483/work_20> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "100 Years of Broadway" ;
    ns1:choir <http://data.carnegiehall.org/names/12508>,
        <http://data.carnegiehall.org/names/35376> ;
    ns1:conductor <http://data.carnegiehall.org/names/8617> ;
    ns1:double_bass <http://data.carnegiehall.org/names/44143> ;
    ns1:drums <http://data.carnegiehall.org/names/44144> ;
    ns1:flute <http://data.carnegiehall.org/names/51132> ;
    ns1:piano <http://data.carnegiehall.org/names/13005> ;
    ns1:saxophone <http://data.carnegiehall.org/names/51132> ;
    ns1:synthesizer <http://data.carnegiehall.org/names/33963> ;
    ns1:trombone <http://data.carnegiehall.org/names/28301> ;
    ns1:trumpet <http://data.carnegiehall.org/names/44132>,
        <http://data.carnegiehall.org/names/55019> ;
    ns2:performer <http://data.carnegiehall.org/names/12508>,
        <http://data.carnegiehall.org/names/13005>,
        <http://data.carnegiehall.org/names/28301>,
        <http://data.carnegiehall.org/names/33963>,
        <http://data.carnegiehall.org/names/35376>,
        <http://data.carnegiehall.org/names/44132>,
        <http://data.carnegiehall.org/names/44143>,
        <http://data.carnegiehall.org/names/44144>,
        <http://data.carnegiehall.org/names/51132>,
        <http://data.carnegiehall.org/names/55019>,
        <http://data.carnegiehall.org/names/8617> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/34312> .

