@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/60447> a ns1:Event ;
    rdfs:label "Chris Thile, Mandolin and Vocals" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2018-11-28T18:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/60447/work_01>,
        <http://data.carnegiehall.org/events/60447/work_02>,
        <http://data.carnegiehall.org/events/60447/work_03>,
        <http://data.carnegiehall.org/events/60447/work_04>,
        <http://data.carnegiehall.org/events/60447/work_05>,
        <http://data.carnegiehall.org/events/60447/work_06>,
        <http://data.carnegiehall.org/events/60447/work_07>,
        <http://data.carnegiehall.org/events/60447/work_08>,
        <http://data.carnegiehall.org/events/60447/work_09>,
        <http://data.carnegiehall.org/events/60447/work_10>,
        <http://data.carnegiehall.org/events/60447/work_11>,
        <http://data.carnegiehall.org/events/60447/work_12>,
        <http://data.carnegiehall.org/events/60447/work_13>,
        <http://data.carnegiehall.org/events/60447/work_14> ;
    rdfs:comment """Chris Thile is the holder of the 2018–2019 Richard and Barbara Debs Composer’s Chair at Carnegie Hall.\r
The program was announced from stage; selections listed here taken from set list as provided to the house manager. "Raining at Sunset" was performed by request.\r
WORLD PREMIERE of Chris Thile's THE SALT (IN THE WOUNDS) OF THE EARTH (commissioned by Carnegie Hall, as part of the 125 Commissions Project)""" .

