@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/52177> a ns1:Event ;
    rdfs:label "New York Junior League Players Children's Holiday Carnival" ;
    ns1:description "benefit performance",
        "children's concert",
        "screening",
        "variety show" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/15657> ;
    ns1:startDate "1934-12-29T16:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/52177/work_01>,
        <http://data.carnegiehall.org/events/52177/work_02>,
        <http://data.carnegiehall.org/events/52177/work_03>,
        <http://data.carnegiehall.org/events/52177/work_04>,
        <http://data.carnegiehall.org/events/52177/work_05>,
        <http://data.carnegiehall.org/events/52177/work_06>,
        <http://data.carnegiehall.org/events/52177/work_07>,
        <http://data.carnegiehall.org/events/52177/work_08>,
        <http://data.carnegiehall.org/events/52177/work_09> ;
    rdfs:comment """Presented by the New York Junior League Players, under the direction of the Junior Cinema Guild\r
Given in cooperation with The Girl Scouts and endorsed by The United Parents Association\r
Program: The Children's Holiday Carnival\r
A series of four two-hour shows was given beginning at 10:00 AM.""" .

