@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/8077/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "St. Matthew Passion, BWV 244" ;
    ns2:alto <http://data.carnegiehall.org/names/16538> ;
    ns2:baritone <http://data.carnegiehall.org/names/11506> ;
    ns2:bass <http://data.carnegiehall.org/names/9664> ;
    ns2:choir <http://data.carnegiehall.org/names/30320>,
        <http://data.carnegiehall.org/names/46937>,
        <http://data.carnegiehall.org/names/49462>,
        <http://data.carnegiehall.org/names/8304> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/57669> ;
    ns2:organ <http://data.carnegiehall.org/names/13674> ;
    ns2:soprano <http://data.carnegiehall.org/names/51707> ;
    ns2:tenor <http://data.carnegiehall.org/names/13682> ;
    ns2:violin <http://data.carnegiehall.org/names/27239> ;
    ns3:performer <http://data.carnegiehall.org/names/11506>,
        <http://data.carnegiehall.org/names/13674>,
        <http://data.carnegiehall.org/names/13682>,
        <http://data.carnegiehall.org/names/16538>,
        <http://data.carnegiehall.org/names/27239>,
        <http://data.carnegiehall.org/names/30320>,
        <http://data.carnegiehall.org/names/46937>,
        <http://data.carnegiehall.org/names/49462>,
        <http://data.carnegiehall.org/names/51707>,
        <http://data.carnegiehall.org/names/57669>,
        <http://data.carnegiehall.org/names/8304>,
        <http://data.carnegiehall.org/names/9664> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/32000> .

