@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/35075/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Messiah, HWV 56" ;
    ns2:bass <http://data.carnegiehall.org/names/26919> ;
    ns2:contralto <http://data.carnegiehall.org/names/19478> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/56218> ;
    ns2:organ <http://data.carnegiehall.org/names/47380> ;
    ns2:soprano <http://data.carnegiehall.org/names/41571> ;
    ns2:tenor <http://data.carnegiehall.org/names/17847> ;
    ns2:violin <http://data.carnegiehall.org/names/22544> ;
    ns3:performer <http://data.carnegiehall.org/names/17847>,
        <http://data.carnegiehall.org/names/19478>,
        <http://data.carnegiehall.org/names/22544>,
        <http://data.carnegiehall.org/names/26919>,
        <http://data.carnegiehall.org/names/41571>,
        <http://data.carnegiehall.org/names/47380>,
        <http://data.carnegiehall.org/names/56218> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/43999> .

