@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/41253/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Magnificat in D Major, BWV 243" ;
    ns1:baritone <http://data.carnegiehall.org/names/69403> ;
    ns1:choir <http://data.carnegiehall.org/names/34691>,
        <http://data.carnegiehall.org/names/41637>,
        <http://data.carnegiehall.org/names/51739>,
        <http://data.carnegiehall.org/names/69404>,
        <http://data.carnegiehall.org/names/69405>,
        <http://data.carnegiehall.org/names/69406>,
        <http://data.carnegiehall.org/names/69407>,
        <http://data.carnegiehall.org/names/69408> ;
    ns1:conductor <http://data.carnegiehall.org/names/3000> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/1051> ;
    ns1:soprano <http://data.carnegiehall.org/names/69395> ;
    ns1:tenor <http://data.carnegiehall.org/names/69402> ;
    ns2:performer <http://data.carnegiehall.org/names/1051>,
        <http://data.carnegiehall.org/names/3000>,
        <http://data.carnegiehall.org/names/34691>,
        <http://data.carnegiehall.org/names/41637>,
        <http://data.carnegiehall.org/names/51739>,
        <http://data.carnegiehall.org/names/69395>,
        <http://data.carnegiehall.org/names/69402>,
        <http://data.carnegiehall.org/names/69403>,
        <http://data.carnegiehall.org/names/69404>,
        <http://data.carnegiehall.org/names/69405>,
        <http://data.carnegiehall.org/names/69406>,
        <http://data.carnegiehall.org/names/69407>,
        <http://data.carnegiehall.org/names/69408> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/4358> .

