@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <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/43996> a ns2:Event ;
    rdfs:label "All-Bach Chamber Music Concert" ;
    ns1:conductor <http://data.carnegiehall.org/names/76002> ;
    ns2:description "chamber music performance" ;
    ns2:location <http://data.carnegiehall.org/venues/94042> ;
    ns2:organizer <http://data.carnegiehall.org/names/60> ;
    ns2:startDate "1958-09-11T20:30:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/43996/work_01>,
        <http://data.carnegiehall.org/events/43996/work_02>,
        <http://data.carnegiehall.org/events/43996/work_03>,
        <http://data.carnegiehall.org/events/43996/work_04>,
        <http://data.carnegiehall.org/events/43996/work_05>,
        <http://data.carnegiehall.org/events/43996/work_06>,
        <http://data.carnegiehall.org/events/43996/work_07>,
        <http://data.carnegiehall.org/events/43996/work_08> ;
    rdfs:comment """New York Debut of Vaclav Nelhybel\r
Entered from booking ledger and New York Times concert listing and review.\r
"Programs of the Week." New York Times (1923-Current file): 1. Sep 07 1958. ProQuest. Web. 25 June 2015.\r
"Nelhybel Conducts Bach Concert Here." New York Times (1923-Current file): 20. Sep 12 1958. ProQuest. Web. 25 June 2015.""" .

