@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/36653/work_33> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sheherazade, Op. 35: Selection (unspecified)" ;
    ns1:dance_group <http://data.carnegiehall.org/names/23831> ;
    ns1:dancer <http://data.carnegiehall.org/names/19413>,
        <http://data.carnegiehall.org/names/25884>,
        <http://data.carnegiehall.org/names/4375>,
        <http://data.carnegiehall.org/names/50875>,
        <http://data.carnegiehall.org/names/54629>,
        <http://data.carnegiehall.org/names/90434>,
        <http://data.carnegiehall.org/names/90435>,
        <http://data.carnegiehall.org/names/90436> ;
    ns2:performer <http://data.carnegiehall.org/names/19413>,
        <http://data.carnegiehall.org/names/23831>,
        <http://data.carnegiehall.org/names/25884>,
        <http://data.carnegiehall.org/names/4375>,
        <http://data.carnegiehall.org/names/50875>,
        <http://data.carnegiehall.org/names/54629>,
        <http://data.carnegiehall.org/names/90434>,
        <http://data.carnegiehall.org/names/90435>,
        <http://data.carnegiehall.org/names/90436> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/2301> .

