@prefix ns1: <http://schema.org/> .
@prefix ns2: <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/71805> a ns1:Event ;
    rdfs:label "ONE: A Healing and Vibrant Concert to Calm the Mind" ;
    ns2:conductor <http://data.carnegiehall.org/names/131203> ;
    ns2:orchestra <http://data.carnegiehall.org/names/131204> ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/131197>,
        <http://data.carnegiehall.org/names/131198> ;
    ns1:startDate "2023-06-06T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/71805/work_01>,
        <http://data.carnegiehall.org/events/71805/work_02> ;
    rdfs:comment """Run of show:\r
Meditate Like The Sky\r
Introduction to OMM\r
Guest Speakers\r
Presentation of Concert:\r
I Calmy My Mind\r
Meditate in the Desert\r
Om Shanti\r
Tara Mantra\r
Ave Maria\r
Om\r
Crystal Silence\r
Where is There Love\r
Yoganandance\r
One\r
Never Alone""" .

