@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/24243> a ns1:Event ;
    rdfs:label "An Evening with Queen Stella" ;
    ns1:description "multiple performances" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1897-05-12T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/24243/work_01>,
        <http://data.carnegiehall.org/events/24243/work_02>,
        <http://data.carnegiehall.org/events/24243/work_03>,
        <http://data.carnegiehall.org/events/24243/work_04>,
        <http://data.carnegiehall.org/events/24243/work_05>,
        <http://data.carnegiehall.org/events/24243/work_06> ;
    rdfs:comment """Stated time is approximate.\r
According to an artilcle in the New York Times, "Queen Stella of the Gonzales Tribe of Gitane" was of royal blood and ruled over a tribe of 4,400 Moorish gypsies.  She came to the United States in 1893 and was "taken up by Society"; she offered her services for charities. ("Gypsy Queen Entertains," April 13, 1897, pg. 7).""" .

