@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/17297> a ns1:Event ;
    rdfs:label "Wolfgang Holzmair, Baritone" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/108> ;
    ns1:startDate "2000-11-02T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/17297/work_01>,
        <http://data.carnegiehall.org/events/17297/work_02> ;
    rdfs:comment """There was a pre-concert lecture given by Richard Wilson, Composer-in-Residence with the American Symphony Orchestra, at 7:30pm.\r
Wilson also read excerpts from Ernst Krenek's diary during the program, between "Alpenbewohner" and "Politik.\"""" .

