@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/74896/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "By Night" ;
    ns2:cello <http://data.carnegiehall.org/names/64977> ;
    ns2:choir <http://data.carnegiehall.org/names/112895>,
        <http://data.carnegiehall.org/names/117206>,
        <http://data.carnegiehall.org/names/118350>,
        <http://data.carnegiehall.org/names/126886>,
        <http://data.carnegiehall.org/names/130312>,
        <http://data.carnegiehall.org/names/134152>,
        <http://data.carnegiehall.org/names/134153>,
        <http://data.carnegiehall.org/names/134154>,
        <http://data.carnegiehall.org/names/134155>,
        <http://data.carnegiehall.org/names/134156>,
        <http://data.carnegiehall.org/names/72416> ;
    ns2:conductor <http://data.carnegiehall.org/names/103137> ;
    ns2:percussion <http://data.carnegiehall.org/names/87994>,
        <http://data.carnegiehall.org/names/97868> ;
    ns2:piano <http://data.carnegiehall.org/names/67781> ;
    ns2:violin <http://data.carnegiehall.org/names/46258> ;
    ns1:performer <http://data.carnegiehall.org/names/103137>,
        <http://data.carnegiehall.org/names/112895>,
        <http://data.carnegiehall.org/names/117206>,
        <http://data.carnegiehall.org/names/118350>,
        <http://data.carnegiehall.org/names/126886>,
        <http://data.carnegiehall.org/names/130312>,
        <http://data.carnegiehall.org/names/134152>,
        <http://data.carnegiehall.org/names/134153>,
        <http://data.carnegiehall.org/names/134154>,
        <http://data.carnegiehall.org/names/134155>,
        <http://data.carnegiehall.org/names/134156>,
        <http://data.carnegiehall.org/names/46258>,
        <http://data.carnegiehall.org/names/64977>,
        <http://data.carnegiehall.org/names/67781>,
        <http://data.carnegiehall.org/names/72416>,
        <http://data.carnegiehall.org/names/87994>,
        <http://data.carnegiehall.org/names/97868> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/118021> .

