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

<http://data.carnegiehall.org/events/15411/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "St. Matthew Passion, BWV 244" ;
    ns2:alto <http://data.carnegiehall.org/names/17577> ;
    ns2:baritone <http://data.carnegiehall.org/names/50730> ;
    ns2:bass <http://data.carnegiehall.org/names/46713> ;
    ns2:choir <http://data.carnegiehall.org/names/59064> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/46915> ;
    ns2:organ <http://data.carnegiehall.org/names/52646> ;
    ns2:soprano <http://data.carnegiehall.org/names/9550> ;
    ns2:tenor <http://data.carnegiehall.org/names/359> ;
    ns2:viola <http://data.carnegiehall.org/names/52649> ;
    ns2:viola_da_gamba <http://data.carnegiehall.org/names/52649> ;
    ns1:performer <http://data.carnegiehall.org/names/17577>,
        <http://data.carnegiehall.org/names/359>,
        <http://data.carnegiehall.org/names/46713>,
        <http://data.carnegiehall.org/names/46915>,
        <http://data.carnegiehall.org/names/50730>,
        <http://data.carnegiehall.org/names/52646>,
        <http://data.carnegiehall.org/names/52649>,
        <http://data.carnegiehall.org/names/59064>,
        <http://data.carnegiehall.org/names/9550> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/32000> .

