@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/34104/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Messiah, HWV 56" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/6507> ;
    ns1:bassoon <http://data.carnegiehall.org/names/40833> ;
    ns1:cello <http://data.carnegiehall.org/names/3367> ;
    ns1:choir <http://data.carnegiehall.org/names/46662> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/56218> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/24479> ;
    ns1:oboe <http://data.carnegiehall.org/names/4726> ;
    ns1:organ <http://data.carnegiehall.org/names/13296> ;
    ns1:soprano <http://data.carnegiehall.org/names/25891> ;
    ns1:tenor <http://data.carnegiehall.org/names/20949> ;
    ns1:trumpet <http://data.carnegiehall.org/names/10902> ;
    ns1:violin <http://data.carnegiehall.org/names/18056> ;
    ns2:performer <http://data.carnegiehall.org/names/10902>,
        <http://data.carnegiehall.org/names/13296>,
        <http://data.carnegiehall.org/names/18056>,
        <http://data.carnegiehall.org/names/20949>,
        <http://data.carnegiehall.org/names/24479>,
        <http://data.carnegiehall.org/names/25891>,
        <http://data.carnegiehall.org/names/3367>,
        <http://data.carnegiehall.org/names/40833>,
        <http://data.carnegiehall.org/names/46662>,
        <http://data.carnegiehall.org/names/4726>,
        <http://data.carnegiehall.org/names/56218>,
        <http://data.carnegiehall.org/names/6507> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/43999> .

