@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/56455> a ns1:Event ;
    rdfs:label "Barry Currington, Tenor" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/102319> ;
    ns1:startDate "1979-05-13T17:45:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/56455/work_01>,
        <http://data.carnegiehall.org/events/56455/work_02>,
        <http://data.carnegiehall.org/events/56455/work_03>,
        <http://data.carnegiehall.org/events/56455/work_04> ;
    rdfs:comment """New York Debut\r
Entered from New York Times concert listing and review; selections may be incomplete, and the correct program order is uncertain.\r
"Arts and Leisure Guide." New York Times (1923-Current file): 2. May 13 1979. ProQuest. Web. 11 Nov. 2015.\r
Henahan, Donal. "Music: Debuts in Review." New York Times (1923-Current file): 54. May 20 1979. ProQuest. Web. 11 Nov. 2015.""" .

