@prefix ns1: <http://schema.org/> .
@prefix ns2: <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/37234> a ns1:Event ;
    rdfs:label "The Beach Boys" ;
    ns2:genre <http://data.carnegiehall.org/genres/35>,
        <http://data.carnegiehall.org/genres/39> ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/106797>,
        <http://data.carnegiehall.org/names/245> ;
    ns1:startDate "1972-03-20T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/37234/work_01>,
        <http://data.carnegiehall.org/events/37234/work_02> ;
    rdfs:comment """Selections, which are not listed in the printed concert program, have been added from a review published in Billboard; which does not indicate which evening was reviewed. Program information is incomplete. \r
Sutherland, Sam. “Beach Boys | Carnegie Hall, New York.” Billboard, Apr. 1972, https://worldradiohistory.com/Archive-All-Music/Billboard/70s/1972/BB-1972-04-01.pdf.""" .

