@prefix ns1: <http://schema.org/> .
@prefix ns2: <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/12868> a ns1:Event ;
    rdfs:label "James Taylor, Singer-Songwriter" ;
    ns2:genre <http://data.carnegiehall.org/genres/35>,
        <http://data.carnegiehall.org/genres/39>,
        <http://data.carnegiehall.org/genres/40> ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/98458> ;
    ns1:startDate "1971-11-29T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/12868/work_01>,
        <http://data.carnegiehall.org/events/12868/work_02> ;
    rdfs:comment """This concert was postponed from September 11, 1971, due to an injury to James Taylor's hand (see New York Times article, Sept. 6, 1971, pg. 11).\r
Selections are not listed the printed concert program. "Fire and Rain" is included in this record, as per the mention in the New York Times.\r
Heckman, Don. "JAMES TAYLOR SURVIVES FAME: PUBLICITY HASN'T SLOWED HIS GROWTH, CONCERT SHOWS." New York Times (1923-Current file), Dec 01 1971, p. 60. ProQuest. Web. 4 Feb. 2021.""" .

