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

<http://data.carnegiehall.org/events/19298> a ns2:Event ;
    rdfs:label "Oratorio Society of New York" ;
    ns1:conductor <http://data.carnegiehall.org/names/50001> ;
    ns1:orchestra <http://data.carnegiehall.org/names/36013> ;
    ns2:description "choir and orchestra performance" ;
    ns2:location <http://data.carnegiehall.org/venues/5> ;
    ns2:organizer <http://data.carnegiehall.org/names/36013> ;
    ns2:startDate "1895-11-22T14:00:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/19298/work_01>,
        <http://data.carnegiehall.org/events/19298/work_02> ;
    rdfs:comment """Entered from newspaper advertisements, review, and from information in "First Performances in America to 1900" by H. Earle Johnson.\r
U.S. PREMIERE of Antonin Dvorak's PSALM 149, OP. 79\r
New-York tribune. [volume] (New York [N.Y.]), 20 Nov. 1895. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1895-11-20/ed-1/seq-11/" target="_blank">Link to article</a>\r
The sun. [volume] (New York [N.Y.]), 23 Nov. 1895. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1895-11-23/ed-1/seq-3/" target="_blank">Link to article</a>""" .

