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

<http://data.carnegiehall.org/events/45528/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Messiah, HWV 56" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/79783> ;
    ns1:cello <http://data.carnegiehall.org/names/42468> ;
    ns1:countertenor <http://data.carnegiehall.org/names/74157> ;
    ns1:double_bass <http://data.carnegiehall.org/names/76218> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/38482> ;
    ns1:organ <http://data.carnegiehall.org/names/38482> ;
    ns1:soprano <http://data.carnegiehall.org/names/51568> ;
    ns1:tenor <http://data.carnegiehall.org/names/45297> ;
    ns1:trumpet <http://data.carnegiehall.org/names/62397> ;
    ns3:performer <http://data.carnegiehall.org/names/38482>,
        <http://data.carnegiehall.org/names/42468>,
        <http://data.carnegiehall.org/names/45297>,
        <http://data.carnegiehall.org/names/51568>,
        <http://data.carnegiehall.org/names/62397>,
        <http://data.carnegiehall.org/names/74157>,
        <http://data.carnegiehall.org/names/76218>,
        <http://data.carnegiehall.org/names/79783> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/43999> .

