@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/42936/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sing for the Cure: A Proclamation of Hope" ;
    ns1:choir <http://data.carnegiehall.org/names/48985>,
        <http://data.carnegiehall.org/names/73396>,
        <http://data.carnegiehall.org/names/73398>,
        <http://data.carnegiehall.org/names/73400>,
        <http://data.carnegiehall.org/names/73401> ;
    ns1:mens_chorus <http://data.carnegiehall.org/names/46758>,
        <http://data.carnegiehall.org/names/73399> ;
    ns1:piano <http://data.carnegiehall.org/names/73379> ;
    ns1:womens_chorus <http://data.carnegiehall.org/names/16439>,
        <http://data.carnegiehall.org/names/73395>,
        <http://data.carnegiehall.org/names/73397> ;
    ns2:performer <http://data.carnegiehall.org/names/16439>,
        <http://data.carnegiehall.org/names/46758>,
        <http://data.carnegiehall.org/names/48985>,
        <http://data.carnegiehall.org/names/73379>,
        <http://data.carnegiehall.org/names/73395>,
        <http://data.carnegiehall.org/names/73396>,
        <http://data.carnegiehall.org/names/73397>,
        <http://data.carnegiehall.org/names/73398>,
        <http://data.carnegiehall.org/names/73399>,
        <http://data.carnegiehall.org/names/73400>,
        <http://data.carnegiehall.org/names/73401> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/59840> .

