@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/11190> a ns1:Event ;
    rdfs:label "Suzanne Bloch, Lute" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/23> ;
    ns1:startDate "1959-02-06T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/11190/work_01>,
        <http://data.carnegiehall.org/events/11190/work_02> ;
    rdfs:comment """The program does not specify selections, but it notes the following:\r
"Lute: French, Spanish, Italian,\r
English Renaissance music; Virginals: Elizabethan music (Byrd, Cosyn, Munday, and others); Songs to the Lute: French chansons of the 13th to 17th centuries.\r
NEW YORK PREMIERE of J.S. Bach's SUITE FOR LUTE IN G MINOR, BWV 995 (first New York performance on lute)""" .

