@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/43340> a ns1:Event ;
    rdfs:label "Marjorie Capo, Mezzo-Soprano" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1952-08-18T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/43340/work_01>,
        <http://data.carnegiehall.org/events/43340/work_02>,
        <http://data.carnegiehall.org/events/43340/work_03>,
        <http://data.carnegiehall.org/events/43340/work_04> ;
    rdfs:comment """Entered from New York Times concert listing and review.\r
"The Week's Programs." New York Times (1923-Current file): 1. Aug 17 1952. ProQuest. Web. 17 Apr. 2014.\r
"Marjorie Capo Heard In Recital Of Songs." New York Times (1923-Current file): 20. Aug 19 1952. ProQuest. Web. 17 Apr. 2014.""" .

