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

<http://data.carnegiehall.org/events/37050/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Darkness and Dawn" ;
    ns3:actor <http://data.carnegiehall.org/names/11323>,
        <http://data.carnegiehall.org/names/26570>,
        <http://data.carnegiehall.org/names/28458>,
        <http://data.carnegiehall.org/names/34146>,
        <http://data.carnegiehall.org/names/36352>,
        <http://data.carnegiehall.org/names/40534>,
        <http://data.carnegiehall.org/names/407>,
        <http://data.carnegiehall.org/names/43551>,
        <http://data.carnegiehall.org/names/67696> ;
    ns3:choir <http://data.carnegiehall.org/names/58449> ;
    ns3:conductor <http://data.carnegiehall.org/names/4365> ;
    ns1:performer <http://data.carnegiehall.org/names/11323>,
        <http://data.carnegiehall.org/names/26570>,
        <http://data.carnegiehall.org/names/28458>,
        <http://data.carnegiehall.org/names/34146>,
        <http://data.carnegiehall.org/names/36352>,
        <http://data.carnegiehall.org/names/40534>,
        <http://data.carnegiehall.org/names/407>,
        <http://data.carnegiehall.org/names/43551>,
        <http://data.carnegiehall.org/names/4365>,
        <http://data.carnegiehall.org/names/58449>,
        <http://data.carnegiehall.org/names/67696> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/98743> .

