@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/13231/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Midsummer Night's Dream, Op. 61" ;
    ns2:actor <http://data.carnegiehall.org/names/12360>,
        <http://data.carnegiehall.org/names/13046>,
        <http://data.carnegiehall.org/names/13047>,
        <http://data.carnegiehall.org/names/19240>,
        <http://data.carnegiehall.org/names/28921>,
        <http://data.carnegiehall.org/names/29412>,
        <http://data.carnegiehall.org/names/34262>,
        <http://data.carnegiehall.org/names/34314>,
        <http://data.carnegiehall.org/names/37501>,
        <http://data.carnegiehall.org/names/42467>,
        <http://data.carnegiehall.org/names/49566>,
        <http://data.carnegiehall.org/names/51154>,
        <http://data.carnegiehall.org/names/51535>,
        <http://data.carnegiehall.org/names/53257>,
        <http://data.carnegiehall.org/names/56663>,
        <http://data.carnegiehall.org/names/60159>,
        <http://data.carnegiehall.org/names/7300> ;
    ns2:dance_group <http://data.carnegiehall.org/names/31714> ;
    ns2:dancer <http://data.carnegiehall.org/names/33324>,
        <http://data.carnegiehall.org/names/53257> ;
    ns2:theater_group <http://data.carnegiehall.org/names/48808> ;
    ns2:unspecified_voice <http://data.carnegiehall.org/names/26063> ;
    ns1:performer <http://data.carnegiehall.org/names/12360>,
        <http://data.carnegiehall.org/names/13046>,
        <http://data.carnegiehall.org/names/13047>,
        <http://data.carnegiehall.org/names/19240>,
        <http://data.carnegiehall.org/names/26063>,
        <http://data.carnegiehall.org/names/28921>,
        <http://data.carnegiehall.org/names/29412>,
        <http://data.carnegiehall.org/names/31714>,
        <http://data.carnegiehall.org/names/33324>,
        <http://data.carnegiehall.org/names/34262>,
        <http://data.carnegiehall.org/names/34314>,
        <http://data.carnegiehall.org/names/37501>,
        <http://data.carnegiehall.org/names/42467>,
        <http://data.carnegiehall.org/names/48808>,
        <http://data.carnegiehall.org/names/49566>,
        <http://data.carnegiehall.org/names/51154>,
        <http://data.carnegiehall.org/names/51535>,
        <http://data.carnegiehall.org/names/53257>,
        <http://data.carnegiehall.org/names/56663>,
        <http://data.carnegiehall.org/names/60159>,
        <http://data.carnegiehall.org/names/7300> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/16440> .

