@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/15071> a ns1:Event ;
    rdfs:label "Leopold Godowsky, Piano, Eugène Ysaÿe, Violin, and Jean Gerardy, Cello" ;
    ns1:description "chamber music performance",
        "joint recital" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/165> ;
    ns1:startDate "1914-01-07T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/15071/work_01>,
        <http://data.carnegiehall.org/events/15071/work_02>,
        <http://data.carnegiehall.org/events/15071/work_03> ;
    rdfs:comment """All-Beethoven Program\r
See <a rel="noopener noreferrer" class="external" href="https://www.loc.gov/resource/sn83030272/1914-01-08/ed-1/?sp=11&q=godowsky&r=0.232,0.879,0.564,0.334,0" target="_blank">review ("Music of Three Kings", column 4</a> (column 3) published in The Sun.\r
The Sun. (New York, NY) 8 Jan. 1914, p. 11. Retrieved from the Library of Congress, www.loc.gov/item/sn83030272/1914-01-08/ed-1/.""" .

