@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/7451> a ns1:Event ;
    rdfs:label "Benefit: Martin-Smith Music School" ;
    ns1:description "benefit performance",
        "student performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/49246> ;
    ns1:startDate "1921-12-29T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/7451/work_01>,
        <http://data.carnegiehall.org/events/7451/work_02>,
        <http://data.carnegiehall.org/events/7451/work_03>,
        <http://data.carnegiehall.org/events/7451/work_04>,
        <http://data.carnegiehall.org/events/7451/work_05>,
        <http://data.carnegiehall.org/events/7451/work_06>,
        <http://data.carnegiehall.org/events/7451/work_07>,
        <http://data.carnegiehall.org/events/7451/work_08>,
        <http://data.carnegiehall.org/events/7451/work_09> ;
    rdfs:comment """Exposition Concert for the Benefit of Martin-Smith Music School, Inc., David I. Martin, Director\r
Stated time is approximate.  Program does not make clear whether the string orchestra that performed on the final two spiritual arrangements was a student ensemble from the music school, or a separate group.""" .

