@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/80222/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sunrise" ;
    ns2:choir <http://data.carnegiehall.org/names/100896>,
        <http://data.carnegiehall.org/names/142555>,
        <http://data.carnegiehall.org/names/142556>,
        <http://data.carnegiehall.org/names/142557> ;
    ns2:conductor <http://data.carnegiehall.org/names/80887> ;
    ns2:soprano <http://data.carnegiehall.org/names/66645> ;
    ns2:tenor <http://data.carnegiehall.org/names/130841> ;
    ns1:performer <http://data.carnegiehall.org/names/100896>,
        <http://data.carnegiehall.org/names/130841>,
        <http://data.carnegiehall.org/names/142555>,
        <http://data.carnegiehall.org/names/142556>,
        <http://data.carnegiehall.org/names/142557>,
        <http://data.carnegiehall.org/names/66645>,
        <http://data.carnegiehall.org/names/80887> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/125813> .

