@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/71815/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Light Beyond Shadow" ;
    ns1:choir <http://data.carnegiehall.org/names/116586>,
        <http://data.carnegiehall.org/names/117162>,
        <http://data.carnegiehall.org/names/128011>,
        <http://data.carnegiehall.org/names/131282>,
        <http://data.carnegiehall.org/names/131283>,
        <http://data.carnegiehall.org/names/131284>,
        <http://data.carnegiehall.org/names/131285>,
        <http://data.carnegiehall.org/names/131286>,
        <http://data.carnegiehall.org/names/131287> ;
    ns1:conductor <http://data.carnegiehall.org/names/49861> ;
    ns1:piano <http://data.carnegiehall.org/names/109872> ;
    ns2:performer <http://data.carnegiehall.org/names/109872>,
        <http://data.carnegiehall.org/names/116586>,
        <http://data.carnegiehall.org/names/117162>,
        <http://data.carnegiehall.org/names/128011>,
        <http://data.carnegiehall.org/names/131282>,
        <http://data.carnegiehall.org/names/131283>,
        <http://data.carnegiehall.org/names/131284>,
        <http://data.carnegiehall.org/names/131285>,
        <http://data.carnegiehall.org/names/131286>,
        <http://data.carnegiehall.org/names/131287>,
        <http://data.carnegiehall.org/names/49861> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/112857> .

