@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/6119/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "St. Matthew Passion, BWV 244" ;
    ns1:baritone <http://data.carnegiehall.org/names/11568>,
        <http://data.carnegiehall.org/names/362> ;
    ns1:bass <http://data.carnegiehall.org/names/58988> ;
    ns1:choir <http://data.carnegiehall.org/names/27771>,
        <http://data.carnegiehall.org/names/34991> ;
    ns1:contralto <http://data.carnegiehall.org/names/9445> ;
    ns1:flute <http://data.carnegiehall.org/names/46110> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/40163> ;
    ns1:oboe <http://data.carnegiehall.org/names/57990> ;
    ns1:organ <http://data.carnegiehall.org/names/26220> ;
    ns1:soprano <http://data.carnegiehall.org/names/17970> ;
    ns1:tenor <http://data.carnegiehall.org/names/56220> ;
    ns1:viola_da_gamba <http://data.carnegiehall.org/names/59347> ;
    ns1:violin <http://data.carnegiehall.org/names/33551>,
        <http://data.carnegiehall.org/names/56986> ;
    ns2:performer <http://data.carnegiehall.org/names/11568>,
        <http://data.carnegiehall.org/names/17970>,
        <http://data.carnegiehall.org/names/26220>,
        <http://data.carnegiehall.org/names/27771>,
        <http://data.carnegiehall.org/names/33551>,
        <http://data.carnegiehall.org/names/34991>,
        <http://data.carnegiehall.org/names/362>,
        <http://data.carnegiehall.org/names/40163>,
        <http://data.carnegiehall.org/names/46110>,
        <http://data.carnegiehall.org/names/56220>,
        <http://data.carnegiehall.org/names/56986>,
        <http://data.carnegiehall.org/names/57990>,
        <http://data.carnegiehall.org/names/58988>,
        <http://data.carnegiehall.org/names/59347>,
        <http://data.carnegiehall.org/names/9445> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/32000> .

