@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <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/68653> a ns2:Event ;
    rdfs:label "Freda World Music: In a Moment of Silence" ;
    ns3:conductor <http://data.carnegiehall.org/names/126957> ;
    ns1:genre <http://data.carnegiehall.org/genres/35> ;
    ns2:location <http://data.carnegiehall.org/venues/65521> ;
    ns2:organizer <http://data.carnegiehall.org/names/126955>,
        <http://data.carnegiehall.org/names/126956> ;
    ns2:startDate "2022-04-02T19:30:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/68653/work_01>,
        <http://data.carnegiehall.org/events/68653/work_02> ;
    rdfs:comment """Program:\r
Hammond/Bettis: When You Tell Me That You Love Me\r
Puccini: O Mio Babbino Car'\r
Puccini: Nessun Dorma\r
Freda: Feeling Jazzy\r
Freda: In Your Eyes\r
Cardillo/Cordifierro: Core'ngrato\r
Freda: Why\r
Bindi: You're My World\r
Pagarusha: E Dehur Jam\r
Freda: In A Momen of Silence\r
INTERMISSION\r
ACT II\r
Freda: Sunny Day\r
Freda: Ti Amo\r
Freda: On My Own\r
Via: Luna Rossa\r
Dashurie: Mistari\r
Freda: Olivia\r
Freda: Cuore Sperduto\r
Freda: Call Me\r
Freda: Never Let Go\r
Verdi: Brindisi""" .

