@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/12093/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem, Op. 89" ;
    ns2:bass <http://data.carnegiehall.org/names/19855> ;
    ns2:contralto <http://data.carnegiehall.org/names/19854> ;
    ns2:orchestra <http://data.carnegiehall.org/names/6497> ;
    ns2:organ <http://data.carnegiehall.org/names/20929> ;
    ns2:soprano <http://data.carnegiehall.org/names/56770> ;
    ns2:tenor <http://data.carnegiehall.org/names/59878> ;
    ns3:performer <http://data.carnegiehall.org/names/19854>,
        <http://data.carnegiehall.org/names/19855>,
        <http://data.carnegiehall.org/names/20929>,
        <http://data.carnegiehall.org/names/56770>,
        <http://data.carnegiehall.org/names/59878>,
        <http://data.carnegiehall.org/names/6497> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/49383> .

