@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@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/24848/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "St. Matthew Passion, BWV 244" ;
    ns1:bass <http://data.carnegiehall.org/names/13088>,
        <http://data.carnegiehall.org/names/48140> ;
    ns1:boys_chorus <http://data.carnegiehall.org/names/36828> ;
    ns1:choir <http://data.carnegiehall.org/names/49462> ;
    ns1:contralto <http://data.carnegiehall.org/names/34716> ;
    ns1:flute <http://data.carnegiehall.org/names/17096> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/52586> ;
    ns4:amore <http://data.carnegiehall.org/names/20497> ;
    ns1:organ <http://data.carnegiehall.org/names/57291> ;
    ns1:soprano <http://data.carnegiehall.org/names/60156> ;
    ns1:tenor <http://data.carnegiehall.org/names/26740> ;
    ns1:violin <http://data.carnegiehall.org/names/54003> ;
    ns2:performer <http://data.carnegiehall.org/names/13088>,
        <http://data.carnegiehall.org/names/17096>,
        <http://data.carnegiehall.org/names/20497>,
        <http://data.carnegiehall.org/names/26740>,
        <http://data.carnegiehall.org/names/34716>,
        <http://data.carnegiehall.org/names/36828>,
        <http://data.carnegiehall.org/names/48140>,
        <http://data.carnegiehall.org/names/49462>,
        <http://data.carnegiehall.org/names/52586>,
        <http://data.carnegiehall.org/names/54003>,
        <http://data.carnegiehall.org/names/57291>,
        <http://data.carnegiehall.org/names/60156> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/32000> .

