@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/45562> a ns1:Event ;
    rdfs:label "Edwin Grasse, Violin" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/126652> ;
    ns1:startDate "1912-03-11T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/45562/work_01>,
        <http://data.carnegiehall.org/events/45562/work_02>,
        <http://data.carnegiehall.org/events/45562/work_03>,
        <http://data.carnegiehall.org/events/45562/work_04>,
        <http://data.carnegiehall.org/events/45562/work_05>,
        <http://data.carnegiehall.org/events/45562/work_06>,
        <http://data.carnegiehall.org/events/45562/work_07>,
        <http://data.carnegiehall.org/events/45562/work_08> ;
    rdfs:comment """Entered from an advertisement in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1912-03-11/ed-1/seq-12/" target="_blank">New York Tribune (column 6, bottom)</a>, a review in <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1912-03-12/ed-1/seq-9/" target="_blank">The Sun (column 3)</a>, and a New York Times concert listing and review. Tickets were priced from 75 cents to $2.00.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, March 11, 1912, Image 12. no. 1912/03/11, 11 Mar. 1912, p. 12.\r
Humanities, National Endowment for the. The Sun. [Volume] (New York [N.Y.]) 1833-1916, March 12, 1912, Image 9. no. 1912/03/12, 12 Mar. 1912, p. 9.\r
"NEWS AND REVIEWS OF THE MUSIC WORLD." New York Times (1857-1922), Mar 10 1912, p. 1. ProQuest. Web. 6 Mar. 2022.\r
"EDWIN GRASSE'S CONCERT." New York Times (1857-1922), Mar 12 1912, p. 8. ProQuest. Web. 6 Mar. 2022.""" .

