@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/24512/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Midsummer Night's Dream" ;
    ns1:actor <http://data.carnegiehall.org/names/12360>,
        <http://data.carnegiehall.org/names/15341>,
        <http://data.carnegiehall.org/names/28921>,
        <http://data.carnegiehall.org/names/29388>,
        <http://data.carnegiehall.org/names/29389>,
        <http://data.carnegiehall.org/names/29412>,
        <http://data.carnegiehall.org/names/30740>,
        <http://data.carnegiehall.org/names/33161>,
        <http://data.carnegiehall.org/names/34262>,
        <http://data.carnegiehall.org/names/34314>,
        <http://data.carnegiehall.org/names/40882>,
        <http://data.carnegiehall.org/names/51535>,
        <http://data.carnegiehall.org/names/53257>,
        <http://data.carnegiehall.org/names/56273>,
        <http://data.carnegiehall.org/names/59188>,
        <http://data.carnegiehall.org/names/7300>,
        <http://data.carnegiehall.org/names/8395> ;
    ns1:dancer <http://data.carnegiehall.org/names/33324>,
        <http://data.carnegiehall.org/names/53257> ;
    ns1:theater_group <http://data.carnegiehall.org/names/48808> ;
    ns2:performer <http://data.carnegiehall.org/names/12360>,
        <http://data.carnegiehall.org/names/15341>,
        <http://data.carnegiehall.org/names/28921>,
        <http://data.carnegiehall.org/names/29388>,
        <http://data.carnegiehall.org/names/29389>,
        <http://data.carnegiehall.org/names/29412>,
        <http://data.carnegiehall.org/names/30740>,
        <http://data.carnegiehall.org/names/33161>,
        <http://data.carnegiehall.org/names/33324>,
        <http://data.carnegiehall.org/names/34262>,
        <http://data.carnegiehall.org/names/34314>,
        <http://data.carnegiehall.org/names/40882>,
        <http://data.carnegiehall.org/names/48808>,
        <http://data.carnegiehall.org/names/51535>,
        <http://data.carnegiehall.org/names/53257>,
        <http://data.carnegiehall.org/names/56273>,
        <http://data.carnegiehall.org/names/59188>,
        <http://data.carnegiehall.org/names/7300>,
        <http://data.carnegiehall.org/names/8395> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/1191> .

