@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/65015> a ns1:Event ;
    rdfs:label "John Knight, Piano" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/78> ;
    ns1:startDate "1955-11-07T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/65015/work_01>,
        <http://data.carnegiehall.org/events/65015/work_02>,
        <http://data.carnegiehall.org/events/65015/work_03>,
        <http://data.carnegiehall.org/events/65015/work_04> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review.\r
WORLD PREMIERE of Harry Somers' 4 FUGUES FOR PIANO\r
"CONCERT AND OPERA PROGRAMS FOR THE WEEK." New York Times (1923-Current file), Nov 06 1955, p. 1. ProQuest. Web. 25 Sep. 2020.\r
"John Knight, Pianist, Plays Four Fugues." New York Times (1923-Current file), Nov 08 1955, p. 37. ProQuest. Web. 28 Sep. 2020.""" .

