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

<http://data.carnegiehall.org/events/37782/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Divinum Mysterium: Beginnings" ;
    ns1:cello <http://data.carnegiehall.org/names/30506> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/62196> ;
    ns1:clarinet <http://data.carnegiehall.org/names/44460> ;
    ns1:flute <http://data.carnegiehall.org/names/62197> ;
    ns1:percussion <http://data.carnegiehall.org/names/52148> ;
    ns1:piano <http://data.carnegiehall.org/names/6836> ;
    ns1:viola <http://data.carnegiehall.org/names/49708> ;
    ns1:violin <http://data.carnegiehall.org/names/49708> ;
    ns3:performer <http://data.carnegiehall.org/names/30506>,
        <http://data.carnegiehall.org/names/44460>,
        <http://data.carnegiehall.org/names/49708>,
        <http://data.carnegiehall.org/names/52148>,
        <http://data.carnegiehall.org/names/62196>,
        <http://data.carnegiehall.org/names/62197>,
        <http://data.carnegiehall.org/names/6836> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/60011> .

