@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/28126> a ns1:Event ;
    rdfs:label "Ellen Orner, Violin" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/42247> ;
    ns1:startDate "1991-09-16T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/28126/work_01>,
        <http://data.carnegiehall.org/events/28126/work_02>,
        <http://data.carnegiehall.org/events/28126/work_03> ;
    rdfs:comment """Note that although the printed concert program identifies this performance of Cristóbal Halffter's Sonata for Solo Violin as the U.S. premiere, a performance was given in Carnegie Recital Hall on May 28, 1968.\r
NEW YORK PREMIERE of Harry Somers's MUSIC FOR SOLO VIOLIN\r
\r
""" .

