@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/23835/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "St. Matthew Passion, BWV 244" ;
    ns1:baritone <http://data.carnegiehall.org/names/27377> ;
    ns1:bass <http://data.carnegiehall.org/names/45480> ;
    ns1:boys_chorus <http://data.carnegiehall.org/names/9351> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/12023> ;
    ns1:oboe <http://data.carnegiehall.org/names/29695> ;
    ns1:orchestra <http://data.carnegiehall.org/names/42194> ;
    ns1:organ <http://data.carnegiehall.org/names/23283> ;
    ns1:soprano <http://data.carnegiehall.org/names/27588> ;
    ns1:tenor <http://data.carnegiehall.org/names/31415> ;
    ns2:performer <http://data.carnegiehall.org/names/12023>,
        <http://data.carnegiehall.org/names/23283>,
        <http://data.carnegiehall.org/names/27377>,
        <http://data.carnegiehall.org/names/27588>,
        <http://data.carnegiehall.org/names/29695>,
        <http://data.carnegiehall.org/names/31415>,
        <http://data.carnegiehall.org/names/42194>,
        <http://data.carnegiehall.org/names/45480>,
        <http://data.carnegiehall.org/names/9351> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/32000> .

