@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/5687/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "St. Matthew Passion, BWV 244" ;
    ns1:alto <http://data.carnegiehall.org/names/41617> ;
    ns1:bass <http://data.carnegiehall.org/names/40680>,
        <http://data.carnegiehall.org/names/52381> ;
    ns1:boys_chorus <http://data.carnegiehall.org/names/6200> ;
    ns1:organ <http://data.carnegiehall.org/names/46983> ;
    ns1:piano <http://data.carnegiehall.org/names/26738> ;
    ns1:soprano <http://data.carnegiehall.org/names/42109> ;
    ns1:tenor <http://data.carnegiehall.org/names/26740> ;
    ns1:violin <http://data.carnegiehall.org/names/46982> ;
    ns2:performer <http://data.carnegiehall.org/names/26738>,
        <http://data.carnegiehall.org/names/26740>,
        <http://data.carnegiehall.org/names/40680>,
        <http://data.carnegiehall.org/names/41617>,
        <http://data.carnegiehall.org/names/42109>,
        <http://data.carnegiehall.org/names/46982>,
        <http://data.carnegiehall.org/names/46983>,
        <http://data.carnegiehall.org/names/52381>,
        <http://data.carnegiehall.org/names/6200> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/32000> .

