@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/15286> a ns1:Event ;
    rdfs:label "Jon Lucien, Singer-Songwriter" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/275> ;
    ns1:startDate "1979-09-28T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/15286/work_01>,
        <http://data.carnegiehall.org/events/15286/work_02> ;
    rdfs:comment """Entered from booking ledger and New York Times review. The only song identified by title in the review is Jobim's "Dindi".\r
“Pop: Songs Crooned by Jon Lucien.” The New York Times, 30 Sept. 1979. NYTimes.com, https://www.nytimes.com/1979/09/30/archives/pop-songs-crooned-by-jon-lucien.html.""" .

