@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/44575> a ns1:Event ;
    rdfs:label "United States Military Academy String Quartet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/41525> ;
    ns1:startDate "1970-05-07T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/44575/work_01>,
        <http://data.carnegiehall.org/events/44575/work_02>,
        <http://data.carnegiehall.org/events/44575/work_03>,
        <http://data.carnegiehall.org/events/44575/work_04> ;
    rdfs:comment """Entered from New York Times concert listing and review.\r
NEW YORK PREMIERE of Paul Cooper's STRING QUARTET NO. 4\r
"Who Makes Music and Where." New York Times (1923-Current file), May 03 1970, p. 114. ProQuest. Web. 2 Mar. 2020.\r
Strongin, Theodore. . "West Point's String Quartet is Adventurous in its Debut." New York Times (1923-Current file), May 09 1970, p. 13. ProQuest. Web. 2 Mar. 2020.""" .

