@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/40383/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Messiah" ;
    ns1:bass <http://data.carnegiehall.org/names/64619> ;
    ns1:choir <http://data.carnegiehall.org/names/3490>,
        <http://data.carnegiehall.org/names/3753>,
        <http://data.carnegiehall.org/names/37763>,
        <http://data.carnegiehall.org/names/61386>,
        <http://data.carnegiehall.org/names/67358>,
        <http://data.carnegiehall.org/names/67364>,
        <http://data.carnegiehall.org/names/67365>,
        <http://data.carnegiehall.org/names/67366> ;
    ns1:conductor <http://data.carnegiehall.org/names/5369> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/67361> ;
    ns1:soprano <http://data.carnegiehall.org/names/67360> ;
    ns1:tenor <http://data.carnegiehall.org/names/67362> ;
    ns2:performer <http://data.carnegiehall.org/names/3490>,
        <http://data.carnegiehall.org/names/3753>,
        <http://data.carnegiehall.org/names/37763>,
        <http://data.carnegiehall.org/names/5369>,
        <http://data.carnegiehall.org/names/61386>,
        <http://data.carnegiehall.org/names/64619>,
        <http://data.carnegiehall.org/names/67358>,
        <http://data.carnegiehall.org/names/67360>,
        <http://data.carnegiehall.org/names/67361>,
        <http://data.carnegiehall.org/names/67362>,
        <http://data.carnegiehall.org/names/67364>,
        <http://data.carnegiehall.org/names/67365>,
        <http://data.carnegiehall.org/names/67366> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/36663> .

