@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/50042> a ns1:Event ;
    rdfs:label "Musical Explorers" ;
    ns1:description "children's concert" ;
    ns1:location <http://data.carnegiehall.org/venues/65521> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2011-12-13T10:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/50042/work_01>,
        <http://data.carnegiehall.org/events/50042/work_02>,
        <http://data.carnegiehall.org/events/50042/work_03>,
        <http://data.carnegiehall.org/events/50042/work_04>,
        <http://data.carnegiehall.org/events/50042/work_05>,
        <http://data.carnegiehall.org/events/50042/work_06>,
        <http://data.carnegiehall.org/events/50042/work_07>,
        <http://data.carnegiehall.org/events/50042/work_08>,
        <http://data.carnegiehall.org/events/50042/work_09> ;
    rdfs:comment """Presented by the Weill Music Institute\r
From the CH website:\r
"Through this yearlong curriculum, students engage in skills-based activities, listening, and creative work; meet local musicians; learn vocal repertoire from different cultures, languages, and traditions; and make meaningful connections with their communities.  Each semester's study culminates in an interactive concert in Carnegie Hall's Zankel Hall. Students meet vocalists representing Syrian, Mexican, Jazz, Haitian, old-time American Swing, and Balkan song traditions. Audio resources for teachers are provided."\r
""" .

