@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/2460> a ns1:Event ;
    rdfs:label "Walter J. Hall, Piano, assisted by Gustav Dannreuther, Violin, Ernst Thiele, Viola, and Emil Schenck, Cello" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1892-12-08T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/2460/work_01>,
        <http://data.carnegiehall.org/events/2460/work_02>,
        <http://data.carnegiehall.org/events/2460/work_03>,
        <http://data.carnegiehall.org/events/2460/work_04>,
        <http://data.carnegiehall.org/events/2460/work_05> ;
    rdfs:comment """PREMIERE of Arthur Foote's PIANO QUARTET IN C MAJOR, OP. 23\r
""" .

