@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/11374/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Prélude à l'après-midi d'un faune" ;
    ns2:dancer <http://data.carnegiehall.org/names/18259>,
        <http://data.carnegiehall.org/names/21241>,
        <http://data.carnegiehall.org/names/26677>,
        <http://data.carnegiehall.org/names/32986>,
        <http://data.carnegiehall.org/names/34326>,
        <http://data.carnegiehall.org/names/35974>,
        <http://data.carnegiehall.org/names/35975>,
        <http://data.carnegiehall.org/names/37213>,
        <http://data.carnegiehall.org/names/4259>,
        <http://data.carnegiehall.org/names/5993>,
        <http://data.carnegiehall.org/names/6663> ;
    ns1:performer <http://data.carnegiehall.org/names/18259>,
        <http://data.carnegiehall.org/names/21241>,
        <http://data.carnegiehall.org/names/26677>,
        <http://data.carnegiehall.org/names/32986>,
        <http://data.carnegiehall.org/names/34326>,
        <http://data.carnegiehall.org/names/35974>,
        <http://data.carnegiehall.org/names/35975>,
        <http://data.carnegiehall.org/names/37213>,
        <http://data.carnegiehall.org/names/4259>,
        <http://data.carnegiehall.org/names/5993>,
        <http://data.carnegiehall.org/names/6663> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/29701> .

