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

<http://data.carnegiehall.org/events/6279> a ns1:Event ;
    rdfs:label "Pop Concerts in New York: Charles Paul conducting Members of the New York Philharmonic" ;
    ns2:conductor <http://data.carnegiehall.org/names/15628> ;
    ns2:orchestra <http://data.carnegiehall.org/names/55911> ;
    ns3:genre <http://data.carnegiehall.org/genres/35> ;
    ns1:description "benefit performance",
        "symphony orchestra performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1952-10-03T20:45:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/6279/work_01>,
        <http://data.carnegiehall.org/events/6279/work_02>,
        <http://data.carnegiehall.org/events/6279/work_03>,
        <http://data.carnegiehall.org/events/6279/work_04>,
        <http://data.carnegiehall.org/events/6279/work_05> ;
    rdfs:comment """A note in the program states "All proceeds for organized charities".\r
U.S. PREMIERE of Joaquin Rodrigo's CONCIERTO DE ESTIO""" .

