@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/19491/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/12390>,
        <http://data.carnegiehall.org/names/12391>,
        <http://data.carnegiehall.org/names/1441>,
        <http://data.carnegiehall.org/names/21024>,
        <http://data.carnegiehall.org/names/29412>,
        <http://data.carnegiehall.org/names/30899>,
        <http://data.carnegiehall.org/names/34314>,
        <http://data.carnegiehall.org/names/41341>,
        <http://data.carnegiehall.org/names/43835>,
        <http://data.carnegiehall.org/names/51535>,
        <http://data.carnegiehall.org/names/53142>,
        <http://data.carnegiehall.org/names/53257>,
        <http://data.carnegiehall.org/names/55896>,
        <http://data.carnegiehall.org/names/56273>,
        <http://data.carnegiehall.org/names/7300>,
        <http://data.carnegiehall.org/names/8395> ;
    ns1:theater_group <http://data.carnegiehall.org/names/48808> ;
    ns2:performer <http://data.carnegiehall.org/names/12360>,
        <http://data.carnegiehall.org/names/12390>,
        <http://data.carnegiehall.org/names/12391>,
        <http://data.carnegiehall.org/names/1441>,
        <http://data.carnegiehall.org/names/21024>,
        <http://data.carnegiehall.org/names/29412>,
        <http://data.carnegiehall.org/names/30899>,
        <http://data.carnegiehall.org/names/34314>,
        <http://data.carnegiehall.org/names/41341>,
        <http://data.carnegiehall.org/names/43835>,
        <http://data.carnegiehall.org/names/48808>,
        <http://data.carnegiehall.org/names/51535>,
        <http://data.carnegiehall.org/names/53142>,
        <http://data.carnegiehall.org/names/53257>,
        <http://data.carnegiehall.org/names/55896>,
        <http://data.carnegiehall.org/names/56273>,
        <http://data.carnegiehall.org/names/7300>,
        <http://data.carnegiehall.org/names/8395> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/1191> .

