@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/44228> a ns2:Event ;
    rdfs:label "International Society for Contemporary Music (ISCM)" ;
    ns1:conductor <http://data.carnegiehall.org/names/55560> ;
    ns2:description "chamber music performance" ;
    ns2:location <http://data.carnegiehall.org/venues/94042> ;
    ns2:organizer <http://data.carnegiehall.org/names/5972> ;
    ns2:startDate "1954-01-24T20:30:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/44228/work_01>,
        <http://data.carnegiehall.org/events/44228/work_02>,
        <http://data.carnegiehall.org/events/44228/work_03>,
        <http://data.carnegiehall.org/events/44228/work_04> ;
    rdfs:comment """Concert in memory of Elizabeth Sprague Coolidge\r
Entered from New York Times concert listing and review.\r
"Concert And Opera Programs Of The Week." New York Times (1923-Current file): 1. Jan 24 1954. ProQuest. Web. 17 Oct. 2014.\r
"Kahn Composition In Premiere Here." New York Times (1923-Current file): 15. Jan 25 1954. ProQuest. Web. 17 Oct. 2014.\r
WORLD PREMIERE of Erich Itor Kahn's MUSIC FOR TEN INSTRUMENTS AND SOPRANO""" .

