@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/52785> a ns1:Event ;
    rdfs:label "The Song Continues: Spotlight Recital: Joseph Lim and Brian Zeger" ;
    ns1:description "duo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2014-01-15T17:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/52785/work_01>,
        <http://data.carnegiehall.org/events/52785/work_02>,
        <http://data.carnegiehall.org/events/52785/work_03>,
        <http://data.carnegiehall.org/events/52785/work_04>,
        <http://data.carnegiehall.org/events/52785/work_05> ;
    rdfs:comment """A Carnegie Hall Professional Training Workshop, January 13-16, 2014\r
Founded by mezzo-soprano Marilyn Horne, this annual celebration of art song nurtures gifted young singers. Mezzo-soprano Anne Sofie von Otter and pianist Warren Jones joined Ms. Horne in a week-long series of coaching sessions and master classes for rising vocal talents.""" .

