@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/30773> a ns1:Event ;
    rdfs:label "Ocean Players: The Ocean Frolic of '25" ;
    ns2:orchestra <http://data.carnegiehall.org/names/2369> ;
    ns1:description "benefit performance",
        "radio broadcast",
        "variety show" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1925-04-24T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/30773/work_01>,
        <http://data.carnegiehall.org/events/30773/work_02>,
        <http://data.carnegiehall.org/events/30773/work_03>,
        <http://data.carnegiehall.org/events/30773/work_04>,
        <http://data.carnegiehall.org/events/30773/work_05>,
        <http://data.carnegiehall.org/events/30773/work_06> ;
    rdfs:comment """Benefit under the auspices of the Ocean Accident & Guarantee Corporation; proceeds to go toward maintenance of the Girls' Country Club\r
Title: The Ocean Frolic of '25, by the Ocean Players - A Musical Melange -- Arranged and Produced Under the Direction of Dale F. Reese and Edwin W. Jones\r
Broadcast by Station WJY through the courtesy of the Radio Corporation of America\r
Please see program for a complete list of individual performers.""" .

