@prefix ns1: <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/73310> a ns1:Event ;
    rdfs:label "Concert of Contemporary Latvian Music" ;
    ns1:description "benefit performance",
        "joint recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/131940>,
        <http://data.carnegiehall.org/names/132475> ;
    ns1:startDate "1964-01-25T17:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/73310/work_01>,
        <http://data.carnegiehall.org/events/73310/work_02>,
        <http://data.carnegiehall.org/events/73310/work_03>,
        <http://data.carnegiehall.org/events/73310/work_04>,
        <http://data.carnegiehall.org/events/73310/work_05>,
        <http://data.carnegiehall.org/events/73310/work_06> ;
    rdfs:comment """Benefit concert for the Council of American-Latvian Organizations of New York\r
Entered from booking ledger and New York Times concert listing and review.\r
"WEEK'S MUSIC." New York Times (1923-), Jan 19 1964, p. 1. ProQuest. Web. 1 Nov. 2023.\r
Ericson, Raymond. "MUSIC FROM LATVIA IS GIVEN IN CONCERT." New York Times (1923-), Jan 26 1964, p. 80. ProQuest. Web. 1 Nov. 2023.""" .

