@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/41162> a ns1:Event ;
    rdfs:label "Meeting: International Convention of Negro Peoples of the World" ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1924-08-31T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/41162/work_01> ;
    rdfs:comment """Fourth International Convention of Negro Peoples of the World \r
Entered from information contained in The Marcus Garvey and Universal Negro Improvement Association Papers.\r
This convention ran throughout the month of August in New York City; not known if any other meetings were held at Carnegie Hall.\r
"The Marcus Garvey and Universal Negro Improvement Association Papers, Volume 10." Google Books. Ed. Robert A. Hill. N.p., n.d. Web. 03 Feb. 2014.\r
""" .

