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

<http://data.carnegiehall.org/events/37702/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem" ;
    ns2:choir <http://data.carnegiehall.org/names/4435>,
        <http://data.carnegiehall.org/names/4912>,
        <http://data.carnegiehall.org/names/60904>,
        <http://data.carnegiehall.org/names/61820>,
        <http://data.carnegiehall.org/names/61821>,
        <http://data.carnegiehall.org/names/61822>,
        <http://data.carnegiehall.org/names/61823>,
        <http://data.carnegiehall.org/names/61824>,
        <http://data.carnegiehall.org/names/8990> ;
    ns2:conductor <http://data.carnegiehall.org/names/3000> ;
    ns2:soprano <http://data.carnegiehall.org/names/53622> ;
    ns3:performer <http://data.carnegiehall.org/names/3000>,
        <http://data.carnegiehall.org/names/4435>,
        <http://data.carnegiehall.org/names/4912>,
        <http://data.carnegiehall.org/names/53622>,
        <http://data.carnegiehall.org/names/60904>,
        <http://data.carnegiehall.org/names/61820>,
        <http://data.carnegiehall.org/names/61821>,
        <http://data.carnegiehall.org/names/61822>,
        <http://data.carnegiehall.org/names/61823>,
        <http://data.carnegiehall.org/names/61824>,
        <http://data.carnegiehall.org/names/8990> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/13564> .

