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

<http://data.carnegiehall.org/events/8413/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Magnificat in D Major, BWV 243" ;
    ns2:bass <http://data.carnegiehall.org/names/7381> ;
    ns2:bassoon <http://data.carnegiehall.org/names/40833> ;
    ns2:cello <http://data.carnegiehall.org/names/43811> ;
    ns2:choir <http://data.carnegiehall.org/names/46662> ;
    ns2:contralto <http://data.carnegiehall.org/names/8361> ;
    ns2:flute <http://data.carnegiehall.org/names/27640>,
        <http://data.carnegiehall.org/names/32974> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/56218> ;
    ns4:amore <http://data.carnegiehall.org/names/4726> ;
    ns2:soprano <http://data.carnegiehall.org/names/25891>,
        <http://data.carnegiehall.org/names/27904> ;
    ns2:tenor <http://data.carnegiehall.org/names/20949> ;
    ns1:performer <http://data.carnegiehall.org/names/20949>,
        <http://data.carnegiehall.org/names/25891>,
        <http://data.carnegiehall.org/names/27640>,
        <http://data.carnegiehall.org/names/27904>,
        <http://data.carnegiehall.org/names/32974>,
        <http://data.carnegiehall.org/names/40833>,
        <http://data.carnegiehall.org/names/43811>,
        <http://data.carnegiehall.org/names/46662>,
        <http://data.carnegiehall.org/names/4726>,
        <http://data.carnegiehall.org/names/56218>,
        <http://data.carnegiehall.org/names/7381>,
        <http://data.carnegiehall.org/names/8361> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/4358> .

