@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/45730> a ns1:Event ;
    rdfs:label "Aldine Stillman, Piano" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1912-11-21T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/45730/work_01>,
        <http://data.carnegiehall.org/events/45730/work_02>,
        <http://data.carnegiehall.org/events/45730/work_03>,
        <http://data.carnegiehall.org/events/45730/work_04>,
        <http://data.carnegiehall.org/events/45730/work_05>,
        <http://data.carnegiehall.org/events/45730/work_06>,
        <http://data.carnegiehall.org/events/45730/work_07>,
        <http://data.carnegiehall.org/events/45730/work_08>,
        <http://data.carnegiehall.org/events/45730/work_09>,
        <http://data.carnegiehall.org/events/45730/work_10>,
        <http://data.carnegiehall.org/events/45730/work_11>,
        <http://data.carnegiehall.org/events/45730/work_12>,
        <http://data.carnegiehall.org/events/45730/work_13>,
        <http://data.carnegiehall.org/events/45730/work_14> ;
    rdfs:comment """Entered from listings in <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1912-11-17/ed-1/seq-61/" target="_blank">The Sun (column 6)</a> and the New York Times; stated time is approximate. Note that The Sun names the artist as "Aline Stillman", while the Times names her as "Aldine Stillman".\r
Humanities, National Endowment for the. The Sun. [Volume] (New York [N.Y.]) 1833-1916, November 17, 1912, SIXTH SECTION, Image 61. no. 1912/11/17, 17 Nov. 1912, p. 5.\r
"MUSIC HERE AND THERE." New York Times (1857-1922), Nov 17 1912, p. 1. ProQuest. Web. 6 Mar. 2022.""" .

