@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/7532> a ns1:Event ;
    rdfs:label "Thirty Years of Motion Pictures: \"The March of the Movies\"" ;
    ns2:conductor <http://data.carnegiehall.org/names/24437> ;
    ns2:orchestra <http://data.carnegiehall.org/names/7050> ;
    ns1:description "benefit performance",
        "screening" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/138261> ;
    ns1:startDate "1927-02-28T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/7532/work_01> ;
    rdfs:comment """According to the printed program, music was provided by the Symphonic Ensemble, composed of members of the [Sunday] Symphonic Society, Joseph Zuro, conductor. A further note states that "Dr. Hugo Reisenfeld collaborated in the scoring of the film." The film itself is described in part as follows: ""Thirty Years of Motion Pictures" is a panoramic and encyclopedic film assemblage, showing the progressive steps and outreaching influence in the growth of the Motion Picture." See the program for a full description. Stated time is approximate.\r
""" .

