@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/74896/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Where the Light Begins" ;
    ns1: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> ;
    ns1:conductor <http://data.carnegiehall.org/names/103137> ;
    ns1:percussion <http://data.carnegiehall.org/names/87994>,
        <http://data.carnegiehall.org/names/97868> ;
    ns1:piano <http://data.carnegiehall.org/names/67781> ;
    ns2: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/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/115357> .

