@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/76920> a ns1:Event ;
    rdfs:label "Echoes of Ireland, featuring Emmet Cahill, Tenor, and Christopher Allen and Fourth Wall Ensemble" ;
    ns2:conductor <http://data.carnegiehall.org/names/79779> ;
    ns2:orchestra <http://data.carnegiehall.org/names/134846> ;
    ns3:genre <http://data.carnegiehall.org/genres/40> ;
    ns1:location <http://data.carnegiehall.org/venues/65521> ;
    ns1:organizer <http://data.carnegiehall.org/names/137293> ;
    ns1:startDate "2025-03-16T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/76920/work_01> ;
    rdfs:comment """The program was performed without intermission and was announced from the stage. Set list:\r
1. the shores of lough bran \r
2. Isle of Innisfree \r
3. Circle singing \r
4. Mo Ghile Mear\r
5. only our rivers run free\r
6. The sally Gardens\r
7. Foggy Dew - marching to war\r
8. Humours of whiskey\r
9. Gallant Weaver\r
10. Rocky Road to Dublin\r
11. Ellis Island\r
12. Isle of Hope, Isle of Tears\r
13. No-one is alone \r
14. Somewhere\r
15. Danny Boy\r
16. Irish Eyes \r
15. Make our garden Grow\r
16. The parting Glass""" .

