@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/53992/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Pierrot Lunaire, Op. 21" ;
    ns3:bass_clarinet <http://data.carnegiehall.org/names/17188> ;
    ns3:cello <http://data.carnegiehall.org/names/53238> ;
    ns3:clarinet <http://data.carnegiehall.org/names/99288> ;
    ns3:flute <http://data.carnegiehall.org/names/75549> ;
    ns3:piano <http://data.carnegiehall.org/names/83468> ;
    ns3:piccolo <http://data.carnegiehall.org/names/75549> ;
    ns3:soprano <http://data.carnegiehall.org/names/76228> ;
    ns3:viola <http://data.carnegiehall.org/names/13378> ;
    ns3:violin <http://data.carnegiehall.org/names/31340> ;
    ns2:performer <http://data.carnegiehall.org/names/13378>,
        <http://data.carnegiehall.org/names/17188>,
        <http://data.carnegiehall.org/names/31340>,
        <http://data.carnegiehall.org/names/53238>,
        <http://data.carnegiehall.org/names/75549>,
        <http://data.carnegiehall.org/names/76228>,
        <http://data.carnegiehall.org/names/83468>,
        <http://data.carnegiehall.org/names/99288> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/46922> .

