@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/43859> a ns1:Event ;
    rdfs:label "Glamour Women of the Year Awards 2006" ;
    ns1:description "awards ceremony" ;
    ns1:location <http://data.carnegiehall.org/venues/94684> ;
    ns1:organizer <http://data.carnegiehall.org/names/17039> ;
    ns1:startDate "2006-10-30T19:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/43859/work_01>,
        <http://data.carnegiehall.org/events/43859/work_02> ;
    rdfs:comment """17th Annual Glamour Women of the Year Awards\r
Honorees included Sandra Bullock; Laurie David; Tammy Duckworth; Iman; Queen Latifah; Somaly Mam; Angela, Rosita & Margherita Missoni; Rachael Scdoris; Bishop Katharine Jefferts Schori; Billie Jean King; America's Servicewomen; Katie Couric; and Ann Richards.  See program for biographical profiles.""" .

