@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/52259> a ns1:Event ;
    rdfs:label "Film: The Human Adventure" ;
    ns1:description "screening" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/7>,
        <http://data.carnegiehall.org/names/94737> ;
    ns1:startDate "1935-10-29T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/52259/work_01> ;
    rdfs:comment """Presenting "The Human Adventure", An Eight-Reel Talking Picture Sketching Man's Rise from Savagery to Civilization\r
Produced by the Oriental Institute of the University of Chicago\r
Presented with the cooperation of the United Parents Associations of New York City""" .

