@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/44882> a ns1:Event ;
    rdfs:label "Hans Kronold, Cello" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1907-05-03T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/44882/work_01>,
        <http://data.carnegiehall.org/events/44882/work_02>,
        <http://data.carnegiehall.org/events/44882/work_03>,
        <http://data.carnegiehall.org/events/44882/work_04>,
        <http://data.carnegiehall.org/events/44882/work_05>,
        <http://data.carnegiehall.org/events/44882/work_06>,
        <http://data.carnegiehall.org/events/44882/work_07>,
        <http://data.carnegiehall.org/events/44882/work_08> ;
    rdfs:comment """Entered from New York Tribune listing and review in the Musical Courier; stated time is approximate.\r
New-York tribune. (New York [N.Y.]), 28 April 1907. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1907-04-28/ed-1/seq-46/" target="_blank">Link to article</a>\r
"Kronold Cello Recital." Musical Courier 54.1 (1907): 18D. Google Books. Web. 03 Aug. 2015.""" .

