@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/59286> a ns1:Event ;
    rdfs:label "\"The Lady's Not for Burning\" by Christopher Fry" ;
    ns2:genre <http://data.carnegiehall.org/genres/6> ;
    ns1:location <http://data.carnegiehall.org/venues/94041> ;
    ns1:organizer <http://data.carnegiehall.org/names/110463> ;
    ns1:startDate "1957-03-24T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/59286/work_01> ;
    rdfs:comment """Opening Night February 21, 1957\r
Closed March 31, 1957\r
Directed by Ray Aghayan\r
Setting and Lights: Richard Burns\r
Costumes designed by Ray Aghayan\r
Costumes executed by James Price\r
Music continuity: Louise Sparks\r
""" .

