@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/23811> a ns1:Event ;
    rdfs:label "New York Plectrum Orchestra" ;
    ns2:conductor <http://data.carnegiehall.org/names/8810> ;
    ns2:orchestra <http://data.carnegiehall.org/names/47299> ;
    ns1:description "chamber orchestra performance" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/124867> ;
    ns1:startDate "1908-11-30T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/23811/work_01>,
        <http://data.carnegiehall.org/events/23811/work_02>,
        <http://data.carnegiehall.org/events/23811/work_03>,
        <http://data.carnegiehall.org/events/23811/work_04>,
        <http://data.carnegiehall.org/events/23811/work_05>,
        <http://data.carnegiehall.org/events/23811/work_06>,
        <http://data.carnegiehall.org/events/23811/work_07>,
        <http://data.carnegiehall.org/events/23811/work_08>,
        <http://data.carnegiehall.org/events/23811/work_09>,
        <http://data.carnegiehall.org/events/23811/work_10>,
        <http://data.carnegiehall.org/events/23811/work_11>,
        <http://data.carnegiehall.org/events/23811/work_12> ;
    rdfs:comment """Entered from announcements in the New-York Tribune and New York Times, and information published in The Cadenza, March 1909.\r
New-York tribune. [volume] (New York [N.Y.]), 29 Nov. 1908. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1908-11-29/ed-1/seq-54/" target="_blank">Link to annoucement (column 4)</a>\r
"Concerts of the Month." New York Times (1857-1922), Nov 29 1908, p. 1. ProQuest. Web. 5 Mar. 2021.""" .

