@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/33276> a ns1:Event ;
    rdfs:label "Liederkranz Symphony Orchestra" ;
    ns2:orchestra <http://data.carnegiehall.org/names/16955> ;
    ns1:description "benefit performance",
        "choir and orchestra performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/35> ;
    ns1:startDate "1959-04-17T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/33276/work_01>,
        <http://data.carnegiehall.org/events/33276/work_02>,
        <http://data.carnegiehall.org/events/33276/work_03>,
        <http://data.carnegiehall.org/events/33276/work_04>,
        <http://data.carnegiehall.org/events/33276/work_05>,
        <http://data.carnegiehall.org/events/33276/work_06>,
        <http://data.carnegiehall.org/events/33276/work_07>,
        <http://data.carnegiehall.org/events/33276/work_08>,
        <http://data.carnegiehall.org/events/33276/work_09>,
        <http://data.carnegiehall.org/events/33276/work_10>,
        <http://data.carnegiehall.org/events/33276/work_11>,
        <http://data.carnegiehall.org/events/33276/work_12>,
        <http://data.carnegiehall.org/events/33276/work_13>,
        <http://data.carnegiehall.org/events/33276/work_14>,
        <http://data.carnegiehall.org/events/33276/work_15>,
        <http://data.carnegiehall.org/events/33276/work_16>,
        <http://data.carnegiehall.org/events/33276/work_17>,
        <http://data.carnegiehall.org/events/33276/work_18> ;
    rdfs:comment """Benefit concert for the German Society of the City of New York; the Isabella Home for the Aged; the St. Raphael Society -- The Leo House; the Ottilie Home for Children; the German Evangelical-Lutheran Church of St. Paul\r
""" .

