@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/38365/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Magnificat" ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/63548> ;
    ns2:choir <http://data.carnegiehall.org/names/22841>,
        <http://data.carnegiehall.org/names/63549>,
        <http://data.carnegiehall.org/names/63550>,
        <http://data.carnegiehall.org/names/63551>,
        <http://data.carnegiehall.org/names/63552>,
        <http://data.carnegiehall.org/names/63553>,
        <http://data.carnegiehall.org/names/63554> ;
    ns2:countertenor <http://data.carnegiehall.org/names/21244> ;
    ns2:portative <http://data.carnegiehall.org/names/55060> ;
    ns2:soprano <http://data.carnegiehall.org/names/32510> ;
    ns2:tenor <http://data.carnegiehall.org/names/58476> ;
    ns1:performer <http://data.carnegiehall.org/names/21244>,
        <http://data.carnegiehall.org/names/22841>,
        <http://data.carnegiehall.org/names/32510>,
        <http://data.carnegiehall.org/names/55060>,
        <http://data.carnegiehall.org/names/58476>,
        <http://data.carnegiehall.org/names/63548>,
        <http://data.carnegiehall.org/names/63549>,
        <http://data.carnegiehall.org/names/63550>,
        <http://data.carnegiehall.org/names/63551>,
        <http://data.carnegiehall.org/names/63552>,
        <http://data.carnegiehall.org/names/63553>,
        <http://data.carnegiehall.org/names/63554> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/17352> .

