@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/72966> a ns1:Event ;
    rdfs:label "Axel von Ambesser's \"The Good Soldier Schweik\"" ;
    ns1:description "screening" ;
    ns1:location <http://data.carnegiehall.org/venues/103090> ;
    ns1:organizer <http://data.carnegiehall.org/names/106612> ;
    ns1:startDate "1963-08-20T16:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/72966/work_01> ;
    rdfs:comment """Entered from New York Times advertisements and reviews. Screenings took place at 12:00 PM, 2:00, 4:00, 6:00, 8:00, and 10:00 PM, and ran at least through September 25, 1963.\r
Crowther, Bosley. "The Screen: 'Three Fables of Love': French and Italian Tales Open at Cinema I Free Adaptations Come from La Fontaine 'Good Soldier' Opens." New York Times (1923-), Aug 21 1963, p. 38. ProQuest. Web. 5 Oct. 2023.\r
"Display Ad 67 -- no Title." New York Times (1923-), Aug 27 1963, p. 26. ProQuest. Web. 5 Oct. 2023.\r
"Activities are Selected for Children in the City: ART FILMS MUSEUM PROGRAMS PLAYS PUPPET SHOW TELEVISION." New York Times (1923-), Sep 25 1963, p. 69. ProQuest. Web. 5 Oct. 2023.""" .

