@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_23> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Dance" ;
    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/18256>,
        <http://data.carnegiehall.org/names/18259>,
        <http://data.carnegiehall.org/names/21926>,
        <http://data.carnegiehall.org/names/24063>,
        <http://data.carnegiehall.org/names/24858>,
        <http://data.carnegiehall.org/names/28530>,
        <http://data.carnegiehall.org/names/32861>,
        <http://data.carnegiehall.org/names/3764>,
        <http://data.carnegiehall.org/names/40351>,
        <http://data.carnegiehall.org/names/41592>,
        <http://data.carnegiehall.org/names/42318>,
        <http://data.carnegiehall.org/names/53504>,
        <http://data.carnegiehall.org/names/55148>,
        <http://data.carnegiehall.org/names/55789>,
        <http://data.carnegiehall.org/names/6042>,
        <http://data.carnegiehall.org/names/9021> ;
    ns2:performer <http://data.carnegiehall.org/names/13012>,
        <http://data.carnegiehall.org/names/15597>,
        <http://data.carnegiehall.org/names/18256>,
        <http://data.carnegiehall.org/names/18259>,
        <http://data.carnegiehall.org/names/21926>,
        <http://data.carnegiehall.org/names/24063>,
        <http://data.carnegiehall.org/names/24858>,
        <http://data.carnegiehall.org/names/28530>,
        <http://data.carnegiehall.org/names/32861>,
        <http://data.carnegiehall.org/names/3764>,
        <http://data.carnegiehall.org/names/40351>,
        <http://data.carnegiehall.org/names/41592>,
        <http://data.carnegiehall.org/names/42318>,
        <http://data.carnegiehall.org/names/46124>,
        <http://data.carnegiehall.org/names/53504>,
        <http://data.carnegiehall.org/names/55148>,
        <http://data.carnegiehall.org/names/55789>,
        <http://data.carnegiehall.org/names/6042>,
        <http://data.carnegiehall.org/names/9021> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/27536> .

