@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/14966> a ns1:Event ;
    rdfs:label "Barry Manilow, Singer-Songwriter" ;
    ns2:orchestra <http://data.carnegiehall.org/names/2369> ;
    ns3:genre <http://data.carnegiehall.org/genres/35> ;
    ns1:description "benefit performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94684> ;
    ns1:organizer <http://data.carnegiehall.org/names/223> ;
    ns1:startDate "1999-03-08T19:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/14966/work_01>,
        <http://data.carnegiehall.org/events/14966/work_02>,
        <http://data.carnegiehall.org/events/14966/work_03> ;
    rdfs:comment """Title: Manilow Sings Sinatra, Manilow Sings Manilow\r
Benefit for Gay Men's Health Crisis\r
Barry Manilow performed with a 25-piece swing orchestra, and the program was announced from stage. Donna Summer and Barbara Cook, whose names do not appear in the printed concert program, were special guests. This information, together with some selection information, has been added from an online Barry Manilow fan page.\r
Barry Manilow - BarryNet - The Shows - Past Performances - 1999. https://barrynethomepage.com/bn321999.html. Accessed 18 Jan. 2023.""" .

