@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/6767/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "St. Matthew Passion, BWV 244" ;
    ns1:alto <http://data.carnegiehall.org/names/64889> ;
    ns1:baritone <http://data.carnegiehall.org/names/19598>,
        <http://data.carnegiehall.org/names/33287>,
        <http://data.carnegiehall.org/names/38919>,
        <http://data.carnegiehall.org/names/64888> ;
    ns1:bass <http://data.carnegiehall.org/names/64887> ;
    ns1:cello <http://data.carnegiehall.org/names/64891> ;
    ns1:choir <http://data.carnegiehall.org/names/36523>,
        <http://data.carnegiehall.org/names/57802> ;
    ns1:contralto <http://data.carnegiehall.org/names/26897> ;
    ns1:organ <http://data.carnegiehall.org/names/17075> ;
    ns1:soprano <http://data.carnegiehall.org/names/11449>,
        <http://data.carnegiehall.org/names/15499>,
        <http://data.carnegiehall.org/names/32184> ;
    ns1:tenor <http://data.carnegiehall.org/names/2465>,
        <http://data.carnegiehall.org/names/57801>,
        <http://data.carnegiehall.org/names/64890> ;
    ns2:performer <http://data.carnegiehall.org/names/11449>,
        <http://data.carnegiehall.org/names/15499>,
        <http://data.carnegiehall.org/names/17075>,
        <http://data.carnegiehall.org/names/19598>,
        <http://data.carnegiehall.org/names/2465>,
        <http://data.carnegiehall.org/names/26897>,
        <http://data.carnegiehall.org/names/32184>,
        <http://data.carnegiehall.org/names/33287>,
        <http://data.carnegiehall.org/names/36523>,
        <http://data.carnegiehall.org/names/38919>,
        <http://data.carnegiehall.org/names/57801>,
        <http://data.carnegiehall.org/names/57802>,
        <http://data.carnegiehall.org/names/64887>,
        <http://data.carnegiehall.org/names/64888>,
        <http://data.carnegiehall.org/names/64889>,
        <http://data.carnegiehall.org/names/64890>,
        <http://data.carnegiehall.org/names/64891> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/32000> .

