@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/1380/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "St. Matthew Passion, BWV 244" ;
    ns1:bass <http://data.carnegiehall.org/names/16687> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/28272> ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/2557> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/45456> ;
    ns1:soprano <http://data.carnegiehall.org/names/39328> ;
    ns1:tenor <http://data.carnegiehall.org/names/23461>,
        <http://data.carnegiehall.org/names/45455> ;
    ns2:performer <http://data.carnegiehall.org/names/16687>,
        <http://data.carnegiehall.org/names/23461>,
        <http://data.carnegiehall.org/names/2557>,
        <http://data.carnegiehall.org/names/28272>,
        <http://data.carnegiehall.org/names/39328>,
        <http://data.carnegiehall.org/names/45455>,
        <http://data.carnegiehall.org/names/45456> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/32000> .

