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

<http://data.carnegiehall.org/events/18189/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "St. Matthew Passion, BWV 244" ;
    ns2:alto <http://data.carnegiehall.org/names/59885> ;
    ns2:baritone <http://data.carnegiehall.org/names/16828>,
        <http://data.carnegiehall.org/names/30486>,
        <http://data.carnegiehall.org/names/50051> ;
    ns2:bass <http://data.carnegiehall.org/names/17708> ;
    ns2:cello <http://data.carnegiehall.org/names/3530>,
        <http://data.carnegiehall.org/names/49525> ;
    ns2:flute <http://data.carnegiehall.org/names/42027> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/57330> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/52694> ;
    ns4:amore <http://data.carnegiehall.org/names/59335> ;
    ns2:oboe_da_caccia <http://data.carnegiehall.org/names/53413> ;
    ns2:orchestra <http://data.carnegiehall.org/names/33369> ;
    ns2:organ <http://data.carnegiehall.org/names/57330> ;
    ns2:soprano <http://data.carnegiehall.org/names/15952>,
        <http://data.carnegiehall.org/names/20578>,
        <http://data.carnegiehall.org/names/26213>,
        <http://data.carnegiehall.org/names/51645> ;
    ns2:tenor <http://data.carnegiehall.org/names/13132>,
        <http://data.carnegiehall.org/names/17206> ;
    ns2:viola_da_gamba <http://data.carnegiehall.org/names/51120> ;
    ns2:violin <http://data.carnegiehall.org/names/60589>,
        <http://data.carnegiehall.org/names/6074> ;
    ns1:performer <http://data.carnegiehall.org/names/13132>,
        <http://data.carnegiehall.org/names/15952>,
        <http://data.carnegiehall.org/names/16828>,
        <http://data.carnegiehall.org/names/17206>,
        <http://data.carnegiehall.org/names/17708>,
        <http://data.carnegiehall.org/names/20578>,
        <http://data.carnegiehall.org/names/26213>,
        <http://data.carnegiehall.org/names/30486>,
        <http://data.carnegiehall.org/names/33369>,
        <http://data.carnegiehall.org/names/3530>,
        <http://data.carnegiehall.org/names/42027>,
        <http://data.carnegiehall.org/names/49525>,
        <http://data.carnegiehall.org/names/50051>,
        <http://data.carnegiehall.org/names/51120>,
        <http://data.carnegiehall.org/names/51645>,
        <http://data.carnegiehall.org/names/52694>,
        <http://data.carnegiehall.org/names/53413>,
        <http://data.carnegiehall.org/names/57330>,
        <http://data.carnegiehall.org/names/59335>,
        <http://data.carnegiehall.org/names/59885>,
        <http://data.carnegiehall.org/names/60589>,
        <http://data.carnegiehall.org/names/6074> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/32000> .

