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

<http://data.carnegiehall.org/events/44951/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Pierrot Lunaire, Op. 21" ;
    ns3:cello <http://data.carnegiehall.org/names/32005> ;
    ns3:chamber_ensemble <http://data.carnegiehall.org/names/78586> ;
    ns3:clarinet <http://data.carnegiehall.org/names/18423> ;
    ns3:conductor <http://data.carnegiehall.org/names/3353> ;
    ns3:flute <http://data.carnegiehall.org/names/68842> ;
    ns3:piano <http://data.carnegiehall.org/names/36293> ;
    ns3:soprano <http://data.carnegiehall.org/names/36301> ;
    ns3:violin <http://data.carnegiehall.org/names/19828> ;
    ns1:performer <http://data.carnegiehall.org/names/18423>,
        <http://data.carnegiehall.org/names/19828>,
        <http://data.carnegiehall.org/names/32005>,
        <http://data.carnegiehall.org/names/3353>,
        <http://data.carnegiehall.org/names/36293>,
        <http://data.carnegiehall.org/names/36301>,
        <http://data.carnegiehall.org/names/68842>,
        <http://data.carnegiehall.org/names/78586> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/46922> .

