@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/42804> a ns1:Event ;
    rdfs:label "Bloomingdale's Remembers Kalman \"Kal\" Ruttenstein" ;
    ns1:description "tribute" ;
    ns1:location <http://data.carnegiehall.org/venues/94684> ;
    ns1:organizer <http://data.carnegiehall.org/names/101861> ;
    ns1:startDate "2006-01-11T11:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/42804/work_01>,
        <http://data.carnegiehall.org/events/42804/work_02> ;
    rdfs:comment "Title: Bloomingdale's Remembers Kalman \"Kal\" Ruttenstein (June 9, 1936 - December 8, 2005)" .

