@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/41660> a ns1:Event ;
    rdfs:label "Oliver Knussen Workshop: The Music of Elliott Carter" ;
    ns1:description "lecture",
        "workshop" ;
    ns1:location <http://data.carnegiehall.org/venues/6> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2002-04-22T09:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/41660/work_01> ;
    rdfs:comment """Panel discussion with Oliver Knussen, Elliott Carter and Ara Guzelimian.\r
The Oliver Knussen Workshop ran April 20-24, 2002.""" .

