@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <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/46337> a ns2:Event ;
    rdfs:label "Roy Chandler's South American Series: Spring Byington-Chandler \"A Trip to the Argentine\"" ;
    ns1:conductor <http://data.carnegiehall.org/names/81665> ;
    ns1:orchestra <http://data.carnegiehall.org/names/67090> ;
    ns2:description "lecture",
        "screening",
        "travelogue" ;
    ns2:location <http://data.carnegiehall.org/venues/5> ;
    ns2:organizer <http://data.carnegiehall.org/names/7> ;
    ns2:startDate "1915-11-25T20:30:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/46337/work_01> ;
    rdfs:comment """Presenter: All-America's Theatrical Co., Inc.\r
"A Trip to the Argentine" With Special Argentine Music by Prof. Doti's Orchestra. It is not clear if Spring Byington-Chandler, an actress, appeared in person, or merely in the film.\r
""" .

