@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/78173> a ns1:Event ;
    rdfs:label "Thomas Moore Birthday Concert" ;
    ns1:description "solo recital",
        "tribute" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/123775> ;
    ns1:startDate "1970-06-11T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/78173/work_01>,
        <http://data.carnegiehall.org/events/78173/work_02>,
        <http://data.carnegiehall.org/events/78173/work_03>,
        <http://data.carnegiehall.org/events/78173/work_04>,
        <http://data.carnegiehall.org/events/78173/work_05>,
        <http://data.carnegiehall.org/events/78173/work_06>,
        <http://data.carnegiehall.org/events/78173/work_07> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review. According to the review, the program was a tribute to Thomas Moore, Irish poet, and James Connolly, Irish revolutionary.\r
"Who Makes Music." New York Times (1923-), 07 June 1970, p. 100. ProQuest. Web. 5 Aug. 2025.\r
Ericson, Raymond. "2 IRISH HEROES GET A MUSICAL TRIBUTE." New York Times (1923-), 13 June 1970, p. 20. ProQuest. Web. 5 Aug. 2025.""" .

