@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/2882/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Pierrot Lunaire, Op. 21" ;
    ns1:cello <http://data.carnegiehall.org/names/52858> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/45241> ;
    ns1:clarinet <http://data.carnegiehall.org/names/51385>,
        <http://data.carnegiehall.org/names/737> ;
    ns1:flute <http://data.carnegiehall.org/names/7494> ;
    ns1:piano <http://data.carnegiehall.org/names/6009> ;
    ns1:piccolo <http://data.carnegiehall.org/names/7494> ;
    ns1:soprano <http://data.carnegiehall.org/names/22024> ;
    ns1:viola <http://data.carnegiehall.org/names/33037> ;
    ns1:violin <http://data.carnegiehall.org/names/45242> ;
    ns2:performer <http://data.carnegiehall.org/names/22024>,
        <http://data.carnegiehall.org/names/33037>,
        <http://data.carnegiehall.org/names/45241>,
        <http://data.carnegiehall.org/names/45242>,
        <http://data.carnegiehall.org/names/51385>,
        <http://data.carnegiehall.org/names/52858>,
        <http://data.carnegiehall.org/names/6009>,
        <http://data.carnegiehall.org/names/737>,
        <http://data.carnegiehall.org/names/7494> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/46922> .

