@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/45551> a ns1:Event ;
    rdfs:label "Charles Kunen, Violin" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1911-10-31T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/45551/work_01>,
        <http://data.carnegiehall.org/events/45551/work_02>,
        <http://data.carnegiehall.org/events/45551/work_03>,
        <http://data.carnegiehall.org/events/45551/work_04> ;
    rdfs:comment """Entered from reviews published in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1911-11-01/ed-1/seq-7/" target="_blank">New York Tribune ("Kunen Gives Violin Recital", column 3)</a> and the New York Times. Stated time is approximate.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, November 01, 1911, Image 7. no. 1911/11/01, 1 Nov. 1911, p. 7.\r
"Recital by Charles Kunen, Violinist." New York Times (1857-1922), Nov 01 1911, p. 8. ProQuest. Web. 20 Feb. 2022.""" .

