@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/32870/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Dance" ;
    ns2:dancer <http://data.carnegiehall.org/names/11267>,
        <http://data.carnegiehall.org/names/12955>,
        <http://data.carnegiehall.org/names/26403>,
        <http://data.carnegiehall.org/names/30991>,
        <http://data.carnegiehall.org/names/42285>,
        <http://data.carnegiehall.org/names/43520>,
        <http://data.carnegiehall.org/names/50945>,
        <http://data.carnegiehall.org/names/54543>,
        <http://data.carnegiehall.org/names/54544>,
        <http://data.carnegiehall.org/names/5510> ;
    ns1:performer <http://data.carnegiehall.org/names/11267>,
        <http://data.carnegiehall.org/names/12955>,
        <http://data.carnegiehall.org/names/26403>,
        <http://data.carnegiehall.org/names/30991>,
        <http://data.carnegiehall.org/names/42285>,
        <http://data.carnegiehall.org/names/43520>,
        <http://data.carnegiehall.org/names/50945>,
        <http://data.carnegiehall.org/names/54543>,
        <http://data.carnegiehall.org/names/54544>,
        <http://data.carnegiehall.org/names/5510> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/27536> .

