@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/5996/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Midsummer Night's Dream" ;
    ns2:actor <http://data.carnegiehall.org/names/10226>,
        <http://data.carnegiehall.org/names/10228>,
        <http://data.carnegiehall.org/names/12456>,
        <http://data.carnegiehall.org/names/18615>,
        <http://data.carnegiehall.org/names/21881>,
        <http://data.carnegiehall.org/names/2200>,
        <http://data.carnegiehall.org/names/22672>,
        <http://data.carnegiehall.org/names/2462>,
        <http://data.carnegiehall.org/names/30308>,
        <http://data.carnegiehall.org/names/32105>,
        <http://data.carnegiehall.org/names/34935>,
        <http://data.carnegiehall.org/names/36422>,
        <http://data.carnegiehall.org/names/41411>,
        <http://data.carnegiehall.org/names/46609>,
        <http://data.carnegiehall.org/names/47455>,
        <http://data.carnegiehall.org/names/47456>,
        <http://data.carnegiehall.org/names/51524>,
        <http://data.carnegiehall.org/names/52805>,
        <http://data.carnegiehall.org/names/53872>,
        <http://data.carnegiehall.org/names/56033>,
        <http://data.carnegiehall.org/names/57411>,
        <http://data.carnegiehall.org/names/6142> ;
    ns1:performer <http://data.carnegiehall.org/names/10226>,
        <http://data.carnegiehall.org/names/10228>,
        <http://data.carnegiehall.org/names/12456>,
        <http://data.carnegiehall.org/names/18615>,
        <http://data.carnegiehall.org/names/21881>,
        <http://data.carnegiehall.org/names/2200>,
        <http://data.carnegiehall.org/names/22672>,
        <http://data.carnegiehall.org/names/2462>,
        <http://data.carnegiehall.org/names/30308>,
        <http://data.carnegiehall.org/names/32105>,
        <http://data.carnegiehall.org/names/34935>,
        <http://data.carnegiehall.org/names/36422>,
        <http://data.carnegiehall.org/names/41411>,
        <http://data.carnegiehall.org/names/46609>,
        <http://data.carnegiehall.org/names/47455>,
        <http://data.carnegiehall.org/names/47456>,
        <http://data.carnegiehall.org/names/51524>,
        <http://data.carnegiehall.org/names/52805>,
        <http://data.carnegiehall.org/names/53872>,
        <http://data.carnegiehall.org/names/56033>,
        <http://data.carnegiehall.org/names/57411>,
        <http://data.carnegiehall.org/names/6142> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/1191> .

