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

<http://data.carnegiehall.org/events/59367/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Miroirs: 2. Oiseaux tristes" ;
    ns2:dance_group <http://data.carnegiehall.org/names/110920> ;
    ns2:dancer <http://data.carnegiehall.org/names/110921>,
        <http://data.carnegiehall.org/names/110922>,
        <http://data.carnegiehall.org/names/110923>,
        <http://data.carnegiehall.org/names/110924>,
        <http://data.carnegiehall.org/names/110925>,
        <http://data.carnegiehall.org/names/110926> ;
    ns2:piano <http://data.carnegiehall.org/names/100460> ;
    ns1:performer <http://data.carnegiehall.org/names/100460>,
        <http://data.carnegiehall.org/names/110920>,
        <http://data.carnegiehall.org/names/110921>,
        <http://data.carnegiehall.org/names/110922>,
        <http://data.carnegiehall.org/names/110923>,
        <http://data.carnegiehall.org/names/110924>,
        <http://data.carnegiehall.org/names/110925>,
        <http://data.carnegiehall.org/names/110926> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/23204> .

