@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/20509/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Midsummer Night's Dream, Op. 61" ;
    ns1:actor <http://data.carnegiehall.org/names/1168>,
        <http://data.carnegiehall.org/names/12360>,
        <http://data.carnegiehall.org/names/12657>,
        <http://data.carnegiehall.org/names/18746>,
        <http://data.carnegiehall.org/names/28358>,
        <http://data.carnegiehall.org/names/29411>,
        <http://data.carnegiehall.org/names/29412>,
        <http://data.carnegiehall.org/names/34314>,
        <http://data.carnegiehall.org/names/4270>,
        <http://data.carnegiehall.org/names/43835>,
        <http://data.carnegiehall.org/names/44039>,
        <http://data.carnegiehall.org/names/53257>,
        <http://data.carnegiehall.org/names/53414>,
        <http://data.carnegiehall.org/names/55896>,
        <http://data.carnegiehall.org/names/58392>,
        <http://data.carnegiehall.org/names/58971>,
        <http://data.carnegiehall.org/names/7300> ;
    ns1:dancer <http://data.carnegiehall.org/names/33562> ;
    ns1:theater_group <http://data.carnegiehall.org/names/48808> ;
    ns1:unspecified_voice <http://data.carnegiehall.org/names/48807> ;
    ns2:performer <http://data.carnegiehall.org/names/1168>,
        <http://data.carnegiehall.org/names/12360>,
        <http://data.carnegiehall.org/names/12657>,
        <http://data.carnegiehall.org/names/18746>,
        <http://data.carnegiehall.org/names/28358>,
        <http://data.carnegiehall.org/names/29411>,
        <http://data.carnegiehall.org/names/29412>,
        <http://data.carnegiehall.org/names/33562>,
        <http://data.carnegiehall.org/names/34314>,
        <http://data.carnegiehall.org/names/4270>,
        <http://data.carnegiehall.org/names/43835>,
        <http://data.carnegiehall.org/names/44039>,
        <http://data.carnegiehall.org/names/48807>,
        <http://data.carnegiehall.org/names/48808>,
        <http://data.carnegiehall.org/names/53257>,
        <http://data.carnegiehall.org/names/53414>,
        <http://data.carnegiehall.org/names/55896>,
        <http://data.carnegiehall.org/names/58392>,
        <http://data.carnegiehall.org/names/58971>,
        <http://data.carnegiehall.org/names/7300> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/16440> .

