@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/45583> a ns1:Event ;
    rdfs:label "Mme. Hamaker-Heyne, Soprano, with Hermann Martonne, Violin, Paul Kéfer, Cello, and Emmanuel P. Mesthene, Flute" ;
    ns1:description "joint recital" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1911-11-15T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/45583/work_01>,
        <http://data.carnegiehall.org/events/45583/work_02>,
        <http://data.carnegiehall.org/events/45583/work_03>,
        <http://data.carnegiehall.org/events/45583/work_04>,
        <http://data.carnegiehall.org/events/45583/work_05>,
        <http://data.carnegiehall.org/events/45583/work_06> ;
    rdfs:comment """Entered from listings in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1911-11-12/ed-1/seq-54/" target="_blank">New York Tribune ("Calendar for the Current Week", columns 2-3)</a> and New York Times, and New York Times review. Stated time is approximate.\r
"A CALENDAR OF CONCERTS." New York Times (1857-1922), Nov 12 1911, p. 1. ProQuest. Web. 24 Feb. 2022.\r
"Mme. Hamaker-Heyne's Concert." New York Times (1857-1922), Nov 16 1911, p. 9. ProQuest. Web. 24 Feb. 2022.""" .

