@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/43227> a ns1:Event ;
    rdfs:label "Chamber Group \"27\"" ;
    ns2:conductor <http://data.carnegiehall.org/names/74080> ;
    ns2:orchestra <http://data.carnegiehall.org/names/74081> ;
    ns1:description "chamber orchestra performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1949-02-21T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/43227/work_01>,
        <http://data.carnegiehall.org/events/43227/work_02>,
        <http://data.carnegiehall.org/events/43227/work_03>,
        <http://data.carnegiehall.org/events/43227/work_04> ;
    rdfs:comment """Entered from New York Times concert listing and review.\r
WORLD PREMIERE of Robert Starer's PIANO CONCERTO NO. 1\r
"PROGRAMS OF THE WEEK." New York Times (1923-Current file), Feb 20 1949, p. 1. ProQuest. Web. 14 Dec. 2020.\r
"STARER PRESENTS HIS OWN PIANO CONCERTO." New York Times (1923-Current file), Feb 22 1949, p. 28. ProQuest. Web. 14 Dec. 2020.""" .

