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

<http://data.carnegiehall.org/events/37104/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "St. Matthew Passion, BWV 244" ;
    ns2:baritone <http://data.carnegiehall.org/names/30181>,
        <http://data.carnegiehall.org/names/43524>,
        <http://data.carnegiehall.org/names/45338>,
        <http://data.carnegiehall.org/names/51023> ;
    ns2:bass <http://data.carnegiehall.org/names/47909> ;
    ns2:boys_chorus <http://data.carnegiehall.org/names/4990> ;
    ns2:cello <http://data.carnegiehall.org/names/55642> ;
    ns2:double_bass <http://data.carnegiehall.org/names/43563> ;
    ns2:flute <http://data.carnegiehall.org/names/16210> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/29931> ;
    ns2:oboe <http://data.carnegiehall.org/names/29695>,
        <http://data.carnegiehall.org/names/49633> ;
    ns2:organ <http://data.carnegiehall.org/names/38482> ;
    ns2:soprano <http://data.carnegiehall.org/names/40915> ;
    ns2:tenor <http://data.carnegiehall.org/names/359>,
        <http://data.carnegiehall.org/names/4304> ;
    ns2:unspecified_voice <http://data.carnegiehall.org/names/2510>,
        <http://data.carnegiehall.org/names/34097>,
        <http://data.carnegiehall.org/names/35238>,
        <http://data.carnegiehall.org/names/50413>,
        <http://data.carnegiehall.org/names/54528>,
        <http://data.carnegiehall.org/names/57242> ;
    ns2:viola_da_gamba <http://data.carnegiehall.org/names/22243> ;
    ns2:violin <http://data.carnegiehall.org/names/44271>,
        <http://data.carnegiehall.org/names/50405> ;
    ns1:performer <http://data.carnegiehall.org/names/16210>,
        <http://data.carnegiehall.org/names/22243>,
        <http://data.carnegiehall.org/names/2510>,
        <http://data.carnegiehall.org/names/29695>,
        <http://data.carnegiehall.org/names/29931>,
        <http://data.carnegiehall.org/names/30181>,
        <http://data.carnegiehall.org/names/34097>,
        <http://data.carnegiehall.org/names/35238>,
        <http://data.carnegiehall.org/names/359>,
        <http://data.carnegiehall.org/names/38482>,
        <http://data.carnegiehall.org/names/40915>,
        <http://data.carnegiehall.org/names/4304>,
        <http://data.carnegiehall.org/names/43524>,
        <http://data.carnegiehall.org/names/43563>,
        <http://data.carnegiehall.org/names/44271>,
        <http://data.carnegiehall.org/names/45338>,
        <http://data.carnegiehall.org/names/47909>,
        <http://data.carnegiehall.org/names/49633>,
        <http://data.carnegiehall.org/names/4990>,
        <http://data.carnegiehall.org/names/50405>,
        <http://data.carnegiehall.org/names/50413>,
        <http://data.carnegiehall.org/names/51023>,
        <http://data.carnegiehall.org/names/54528>,
        <http://data.carnegiehall.org/names/55642>,
        <http://data.carnegiehall.org/names/57242> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/32000> .

