@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/5849> a ns1:Event ;
    rdfs:label "An Evening with Kipling" ;
    ns2:conductor <http://data.carnegiehall.org/names/50207> ;
    ns2:orchestra <http://data.carnegiehall.org/names/2369> ;
    ns3:genre <http://data.carnegiehall.org/genres/6> ;
    ns1:description "benefit performance" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/123135>,
        <http://data.carnegiehall.org/names/123136> ;
    ns1:startDate "1897-05-01T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/5849/work_01>,
        <http://data.carnegiehall.org/events/5849/work_02>,
        <http://data.carnegiehall.org/events/5849/work_03> ;
    rdfs:comment """Benefit for the Church Settlement Home at Graymoor, and the Building Fund of an All-the-Year-Round Home for Destitute Children.\r
Note: The two songs, "Follow Me 'Ome" and "The Road to Mandalay," were presented during the first and third acts, respectively (note in the program indicates the songs were "composed expressly for this occasion").""" .

