@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/7958> a ns1:Event ;
    rdfs:label "Present Day Sweden and the Gothenburg Exposition" ;
    ns1:description "screening",
        "travelogue" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1924-05-18T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/7958/work_01>,
        <http://data.carnegiehall.org/events/7958/work_02> ;
    rdfs:comment """Present Day Sweden and the Gothenburg Exposition - A Motion Picture Travel Tour by Waldemar J. Adams\r
Stated time is approximate.""" .

