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

<http://data.carnegiehall.org/events/39879> a ns1:Event ;
    rdfs:label "Anniversary Celebration: 25th Anniversary of Founding of the German Empire" ;
    ns2:conductor <http://data.carnegiehall.org/names/57676> ;
    ns2:orchestra <http://data.carnegiehall.org/names/2369> ;
    ns3:genre <http://data.carnegiehall.org/genres/33> ;
    ns1:description "choir and orchestra performance",
        "tribute" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1896-01-19T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/39879/work_01>,
        <http://data.carnegiehall.org/events/39879/work_02>,
        <http://data.carnegiehall.org/events/39879/work_03>,
        <http://data.carnegiehall.org/events/39879/work_04> ;
    rdfs:comment """Entered from newspaper listings and article.\r
New-York tribune. [volume] (New York [N.Y.]), 19 Jan. 1896. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1896-01-19/ed-1/seq-11/" target="_blank">Link to article</a>\r
U.S. PREMIERE of Heinrich Zoellner's BEI SEDAN""" .

