@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/71748/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "5 Mystical Songs" ;
    ns1:baritone <http://data.carnegiehall.org/names/131115> ;
    ns1:choir <http://data.carnegiehall.org/names/109123>,
        <http://data.carnegiehall.org/names/131117>,
        <http://data.carnegiehall.org/names/131118>,
        <http://data.carnegiehall.org/names/53337>,
        <http://data.carnegiehall.org/names/69719> ;
    ns1:conductor <http://data.carnegiehall.org/names/131116> ;
    ns2:performer <http://data.carnegiehall.org/names/109123>,
        <http://data.carnegiehall.org/names/131115>,
        <http://data.carnegiehall.org/names/131116>,
        <http://data.carnegiehall.org/names/131117>,
        <http://data.carnegiehall.org/names/131118>,
        <http://data.carnegiehall.org/names/53337>,
        <http://data.carnegiehall.org/names/69719> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/23772> .

