@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <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/48711> a ns1:Event ;
    rdfs:label "\"Johnny Johnson\", A Musical Play by Paul Green and Kurt Weill" ;
    ns2:conductor <http://data.carnegiehall.org/names/88240> ;
    ns2:orchestra <http://data.carnegiehall.org/names/2369> ;
    ns3:genre <http://data.carnegiehall.org/genres/31> ;
    ns1:location <http://data.carnegiehall.org/venues/94041> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1956-10-16T19:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/48711/work_01> ;
    rdfs:comment """Program on file contains a pencilled notation that indicates the original holder attended a preview performance on this date.  The show opened on October 21, 1956 and closed on November 4, 1956; no information available on how many performances were given altogether.\r
Production staged by Stella Adler\r
Production design and lighting by Wolfgang Roth\r
Costumes by Betty Coe Armstrong\r
Musical Director Samuel Matlovsky\r
Choreography by Robert Joffrey""" .

