@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/75153/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Magnificat in D Major, BWV 243" ;
    ns2:baritone <http://data.carnegiehall.org/names/94525> ;
    ns2:choir <http://data.carnegiehall.org/names/108894>,
        <http://data.carnegiehall.org/names/117778>,
        <http://data.carnegiehall.org/names/131107>,
        <http://data.carnegiehall.org/names/134790>,
        <http://data.carnegiehall.org/names/134791>,
        <http://data.carnegiehall.org/names/134792> ;
    ns2:conductor <http://data.carnegiehall.org/names/134785> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/90990> ;
    ns2:soprano <http://data.carnegiehall.org/names/121471>,
        <http://data.carnegiehall.org/names/134786> ;
    ns2:tenor <http://data.carnegiehall.org/names/108785> ;
    ns1:performer <http://data.carnegiehall.org/names/108785>,
        <http://data.carnegiehall.org/names/108894>,
        <http://data.carnegiehall.org/names/117778>,
        <http://data.carnegiehall.org/names/121471>,
        <http://data.carnegiehall.org/names/131107>,
        <http://data.carnegiehall.org/names/134785>,
        <http://data.carnegiehall.org/names/134786>,
        <http://data.carnegiehall.org/names/134790>,
        <http://data.carnegiehall.org/names/134791>,
        <http://data.carnegiehall.org/names/134792>,
        <http://data.carnegiehall.org/names/90990>,
        <http://data.carnegiehall.org/names/94525> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/4358> .

