@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <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/32262> a ns2:Event ;
    rdfs:label "Frankie Valli and The Four Seasons" ;
    ns1:genre <http://data.carnegiehall.org/genres/35>,
        <http://data.carnegiehall.org/genres/39> ;
    ns2:location <http://data.carnegiehall.org/venues/5> ;
    ns2:organizer <http://data.carnegiehall.org/names/102979> ;
    ns2:startDate "1970-05-10T20:30:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/32262/work_01>,
        <http://data.carnegiehall.org/events/32262/work_02>,
        <http://data.carnegiehall.org/events/32262/work_03>,
        <http://data.carnegiehall.org/events/32262/work_04>,
        <http://data.carnegiehall.org/events/32262/work_05>,
        <http://data.carnegiehall.org/events/32262/work_06>,
        <http://data.carnegiehall.org/events/32262/work_07> ;
    rdfs:comment """Selection information (incomplete), which is not listed in the printed concert program, has been taken from reviews published in Billboard and the New York Times.\r
Loggie, Robin. “Frankie Vallie & The Four Seasons, Carnegie Hall, New York.” Billboard, 23 May 1960, pp. 24, 26.\r
Wilson, John S. "VALLI'S 4 SEASONS LOUD AND WELCOME." New York Times (1923-), 12 May 1970, p. 46. ProQuest. Web. 31 July 2025.""" .

