@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/48866> a ns1:Event ;
    rdfs:label "Glamour Women of the Year Awards 2010" ;
    ns1:description "awards ceremony" ;
    ns1:location <http://data.carnegiehall.org/venues/94684> ;
    ns1:organizer <http://data.carnegiehall.org/names/17039> ;
    ns1:startDate "2010-11-08T19:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/48866/work_01>,
        <http://data.carnegiehall.org/events/48866/work_02> ;
    rdfs:comment """Title: Two Decades of Inspiration and Hope\r
Opening video directed by Tracey Kemble\r
Honorees included Her Majesty Queen Rania of Jordan, Fergie, Constance McMillen, Julia Roberts, Katie Spotz, Donatella Versace, Lindsey Vonn, Mia Hamm, Lisa Leslie, Cher, President Ellen Johnson Sirleaf of Liberia, President Dalia Grybauskaite of Lithuania, Prime Minister Jadranka Kosor of Croatia, Prime Minister Iveta Radicova of Slovakia, Prime Minister Kamla Persad-Bissessar of Trinidad and Tobago, and Dr. Hawa Abdi of Somalia and her daughters.\r
""" .

