@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/29883> a ns1:Event ;
    rdfs:label "New York City Silver Jubilee Celebration" ;
    ns2:conductor <http://data.carnegiehall.org/names/85646> ;
    ns2:orchestra <http://data.carnegiehall.org/names/2369> ;
    ns1:description "tribute" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/124595> ;
    ns1:startDate "1924-03-31T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/29883/work_01>,
        <http://data.carnegiehall.org/events/29883/work_02>,
        <http://data.carnegiehall.org/events/29883/work_03>,
        <http://data.carnegiehall.org/events/29883/work_04>,
        <http://data.carnegiehall.org/events/29883/work_05> ;
    rdfs:comment """The Mayor's Committee on Celebration of the Twenty-Fifth Anniversary of the Greater City of New York, Rodman Wanamaker, Chairman, Presents\r
"New York's Silver Jubilee"\r
A Mayor's Committee Production, Directed by Grover A. Whalen, Edited by Carl Gregory and Hugo C. Johnson, Musical Score by Maurice Baron, Title Design by O.D. Robinson\r
Photography by Bureau of Photography, Department of Plant and Structures and Picture Service Corporation\r
Stated time is approximate.""" .

