@prefix ns1: <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/51775> a ns1:Event ;
    rdfs:label "Mercedes Cheung, Violin" ;
    ns1:description "solo recital",
        "tribute" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/94097> ;
    ns1:startDate "2012-12-28T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/51775/work_01> ;
    rdfs:comment """Title: Celebrating Paganini's 230th Birthday\r
Due to the ongoing effects of Hurricane Sandy, this concert was rescheduled from November 3, 2012 at 8 PM.\r
Mercedes Cheung was 10 years old at the time of this recital.""" .

