@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <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/65985> a ns2:Event ;
    rdfs:label "Kay Marwig Shows for Children" ;
    ns1:genre <http://data.carnegiehall.org/genres/6> ;
    ns2:description "children's concert" ;
    ns2:location <http://data.carnegiehall.org/venues/3> ;
    ns2:organizer <http://data.carnegiehall.org/names/114274> ;
    ns2:startDate "1956-10-12T15:15:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/65985/work_01>,
        <http://data.carnegiehall.org/events/65985/work_02> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and advertisement. Tickets were 95 cents and $1.25.\r
"Entertainment for Young: MANHATTAN BROOKLYN." New York Times (1923-Current file), Oct 11 1956, p. 60. ProQuest. Web. 5 Apr. 2021.\r
"Display Ad 362 -- no Title." New York Times (1923-Current file), Oct 07 1956, p. 127. ProQuest. Web. 2 Apr. 2021.""" .

