@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/7828> a ns1:Event ;
    rdfs:label "Meeting for the Observance of the 90th Birthday of Dr. Harry F. Ward" ;
    ns1:description "tribute" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/132214> ;
    ns1:startDate "1963-10-15T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/7828/work_01>,
        <http://data.carnegiehall.org/events/7828/work_02> ;
    rdfs:comment "This event featured a memorial tribute to Dr. W.E.B. Du Bois, and a tribute to Dr. Harry F. Ward" .

