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

<http://data.carnegiehall.org/events/22592/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Pierrot Lunaire, Op. 21" ;
    ns3:cello <http://data.carnegiehall.org/names/1097> ;
    ns3:clarinet <http://data.carnegiehall.org/names/18794> ;
    ns3:flute <http://data.carnegiehall.org/names/43266> ;
    ns3:piano <http://data.carnegiehall.org/names/32842> ;
    ns3:soprano <http://data.carnegiehall.org/names/56055> ;
    ns3:viola <http://data.carnegiehall.org/names/8720> ;
    ns3:violin <http://data.carnegiehall.org/names/56658> ;
    ns2:performer <http://data.carnegiehall.org/names/1097>,
        <http://data.carnegiehall.org/names/18794>,
        <http://data.carnegiehall.org/names/32842>,
        <http://data.carnegiehall.org/names/43266>,
        <http://data.carnegiehall.org/names/56055>,
        <http://data.carnegiehall.org/names/56658>,
        <http://data.carnegiehall.org/names/8720> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/46922> .

