@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/41813> a ns1:Event ;
    rdfs:label "Trio Schneeburger-Bidal-Looser" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/60>,
        <http://data.carnegiehall.org/names/70667> ;
    ns1:startDate "1965-10-12T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/41813/work_01>,
        <http://data.carnegiehall.org/events/41813/work_02>,
        <http://data.carnegiehall.org/events/41813/work_03> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review.\r
"MUSIC NOTES." New York Times (1923-), 1965 Oct 12 1965/10/12/, p. 55. ProQuest. Web. 23 July 2024.\r
Strongin, Theodore. "Swiss Chamber Trio Plays at Carnegie Recital Hall." New York Times (1923-), 1965 Oct 13 1965/10/13/, p. 38. ProQuest. Web. 23 July 2024.""" .

