@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/45609> a ns1:Event ;
    rdfs:label "Henri Wolski, Violin" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1912-04-04T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/45609/work_01>,
        <http://data.carnegiehall.org/events/45609/work_02>,
        <http://data.carnegiehall.org/events/45609/work_03>,
        <http://data.carnegiehall.org/events/45609/work_04>,
        <http://data.carnegiehall.org/events/45609/work_05>,
        <http://data.carnegiehall.org/events/45609/work_06>,
        <http://data.carnegiehall.org/events/45609/work_07>,
        <http://data.carnegiehall.org/events/45609/work_08> ;
    rdfs:comment """Entered from an advertisement in <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1912-04-03/ed-1/seq-18/" target="_blank"The Sun (column 6)</a> and concert listings published in the New York Times and <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1912-03-31/ed-1/seq-54/" target="_blank"New-York Tribune (column 3)</a>.\r
Humanities, National Endowment for the. The Sun. [Volume] (New York [N.Y.]) 1833-1916, April 03, 1912, Image 18. no. 1912/04/03, 3 Apr. 1912, p. 18.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, March 31, 1912, Image 54. no. 1912/03/31, 31 Mar. 1912, p. 2.\r
"A CALENDAR OF CONCERTS." New York Times (1857-1922), 31 Mar. 1912, p. 1. ProQuest. Web. 25 Feb. 2025.""" .

