@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/64321/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Music of Living" ;
    ns2:choir <http://data.carnegiehall.org/names/103767>,
        <http://data.carnegiehall.org/names/108383>,
        <http://data.carnegiehall.org/names/112895>,
        <http://data.carnegiehall.org/names/122243>,
        <http://data.carnegiehall.org/names/67559>,
        <http://data.carnegiehall.org/names/67780>,
        <http://data.carnegiehall.org/names/87367> ;
    ns2:conductor <http://data.carnegiehall.org/names/89334> ;
    ns2:piano <http://data.carnegiehall.org/names/23379> ;
    ns1:performer <http://data.carnegiehall.org/names/103767>,
        <http://data.carnegiehall.org/names/108383>,
        <http://data.carnegiehall.org/names/112895>,
        <http://data.carnegiehall.org/names/122243>,
        <http://data.carnegiehall.org/names/23379>,
        <http://data.carnegiehall.org/names/67559>,
        <http://data.carnegiehall.org/names/67780>,
        <http://data.carnegiehall.org/names/87367>,
        <http://data.carnegiehall.org/names/89334> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/93745> .

