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

<http://data.carnegiehall.org/events/40745> a ns2:Event ;
    rdfs:label "Michael Feinstein: Now and Then--Blue Skies: Celebrating the Songs of Irving Berlin" ;
    ns1:genre <http://data.carnegiehall.org/genres/35> ;
    ns2:description "multiple performances" ;
    ns2:location <http://data.carnegiehall.org/venues/65521> ;
    ns2:organizer <http://data.carnegiehall.org/names/271> ;
    ns2:startDate "2004-05-19T19:30:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/40745/work_01> ;
    rdfs:comment """Produced for Carnegie Hall by Michael A. Kerker/ASCAP\r
The program was announced from stage, and was performed with one intermission.""" .

