@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/26749> a ns1:Event ;
    rdfs:label "Helen Bullis, Cello" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/238> ;
    ns1:startDate "1955-04-22T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/26749/work_01>,
        <http://data.carnegiehall.org/events/26749/work_02>,
        <http://data.carnegiehall.org/events/26749/work_03>,
        <http://data.carnegiehall.org/events/26749/work_04> ;
    rdfs:comment "Note that the program is unclear on two selections: the Bach work is listed only as \"Sonata No. 2\" (assumed that the Suite No. 2 was performed), and the Honegger work is listed as \"Sonatina (1921)\".  A Honegger Sonatina for Clarinet and Piano from 1921-22 exists, but it seemed more likely that Ms. Bullis performed the Cello Sonata of 1920." .

