@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/16418/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Les Sylphides: Selection (unspecified)" ;
    ns1:dance_group <http://data.carnegiehall.org/names/46124> ;
    ns1:dancer <http://data.carnegiehall.org/names/13012>,
        <http://data.carnegiehall.org/names/15597>,
        <http://data.carnegiehall.org/names/20717>,
        <http://data.carnegiehall.org/names/32853>,
        <http://data.carnegiehall.org/names/32861>,
        <http://data.carnegiehall.org/names/3759>,
        <http://data.carnegiehall.org/names/38633>,
        <http://data.carnegiehall.org/names/41592>,
        <http://data.carnegiehall.org/names/55789>,
        <http://data.carnegiehall.org/names/57911>,
        <http://data.carnegiehall.org/names/6042> ;
    ns2:performer <http://data.carnegiehall.org/names/13012>,
        <http://data.carnegiehall.org/names/15597>,
        <http://data.carnegiehall.org/names/20717>,
        <http://data.carnegiehall.org/names/32853>,
        <http://data.carnegiehall.org/names/32861>,
        <http://data.carnegiehall.org/names/3759>,
        <http://data.carnegiehall.org/names/38633>,
        <http://data.carnegiehall.org/names/41592>,
        <http://data.carnegiehall.org/names/46124>,
        <http://data.carnegiehall.org/names/55789>,
        <http://data.carnegiehall.org/names/57911>,
        <http://data.carnegiehall.org/names/6042> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/79374> .

