@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/26009/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Magnificat in D Major, BWV 243" ;
    ns1:baritone <http://data.carnegiehall.org/names/38664> ;
    ns1:choir <http://data.carnegiehall.org/names/28887>,
        <http://data.carnegiehall.org/names/37825>,
        <http://data.carnegiehall.org/names/40313>,
        <http://data.carnegiehall.org/names/45998>,
        <http://data.carnegiehall.org/names/47277>,
        <http://data.carnegiehall.org/names/5139>,
        <http://data.carnegiehall.org/names/51848>,
        <http://data.carnegiehall.org/names/52474>,
        <http://data.carnegiehall.org/names/55411> ;
    ns1:conductor <http://data.carnegiehall.org/names/3000> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/16868> ;
    ns1:soprano <http://data.carnegiehall.org/names/48502> ;
    ns1:tenor <http://data.carnegiehall.org/names/20693> ;
    ns2:performer <http://data.carnegiehall.org/names/16868>,
        <http://data.carnegiehall.org/names/20693>,
        <http://data.carnegiehall.org/names/28887>,
        <http://data.carnegiehall.org/names/3000>,
        <http://data.carnegiehall.org/names/37825>,
        <http://data.carnegiehall.org/names/38664>,
        <http://data.carnegiehall.org/names/40313>,
        <http://data.carnegiehall.org/names/45998>,
        <http://data.carnegiehall.org/names/47277>,
        <http://data.carnegiehall.org/names/48502>,
        <http://data.carnegiehall.org/names/5139>,
        <http://data.carnegiehall.org/names/51848>,
        <http://data.carnegiehall.org/names/52474>,
        <http://data.carnegiehall.org/names/55411> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/4358> .

