@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/1179> a ns1:Event ;
    rdfs:label "Gordon Lightfoot, Singer-Songwriter" ;
    ns2:genre <http://data.carnegiehall.org/genres/35>,
        <http://data.carnegiehall.org/genres/40> ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/96399> ;
    ns1:startDate "1971-11-11T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/1179/work_01>,
        <http://data.carnegiehall.org/events/1179/work_02>,
        <http://data.carnegiehall.org/events/1179/work_03>,
        <http://data.carnegiehall.org/events/1179/work_04>,
        <http://data.carnegiehall.org/events/1179/work_05>,
        <http://data.carnegiehall.org/events/1179/work_06>,
        <http://data.carnegiehall.org/events/1179/work_07> ;
    rdfs:comment """Selections (possibly incomplete), which are not listed in the printed concert program, have been added as per reviews in Billboard and the New York Times.\r
Ochs, Ed. “Grodon Lightfoot | Carnegie Hall, N.Y.” Billboard, 27 Nov. 1971, p. 13.\r
Heckman, Don. “GORDON LIGHTFOOT GIVES CONCERT HERE.” The New York Times, 13 Nov. 1971. NYTimes.com, https://www.nytimes.com/1971/11/13/archives/gordon-lightfoot-gives-concert-here.html.""" .

