@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/64663> a ns1:Event ;
    rdfs:label "Forum: \"What is Living and Dead in Marxism?\"" ;
    ns1:description "lecture",
        "meeting",
        "symposium" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/123164> ;
    ns1:startDate "1959-02-19T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/64663/work_01> ;
    rdfs:comment """Entered from booklng ledger and New York Times listing.\r
"Events Today." New York Times (1923-Current file), Feb 19 1959, p. 28. ProQuest. Web. 19 June 2020.""" .

