@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/64203> a ns1:Event ;
    rdfs:label "Sigurd Hole, Double Bass, with Special Guest David Rothenberg, Clarinet" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/121951> ;
    ns1:startDate "2020-02-03T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/64203/work_01>,
        <http://data.carnegiehall.org/events/64203/work_02>,
        <http://data.carnegiehall.org/events/64203/work_03> ;
    rdfs:comment """Title: Atmospheric Solo Bass\r
From the event listing on the Carnegie Hall website:\r
"Norwegian bassist Sigurd Hole makes his Carnegie Hall debut with a special appearance by professor of philosophy and music David Rothenberg (New Jersey Institute of Technology). The two musician-composers focus on the relationship between humankind and nature. Hole will premiere his meditative and minimalist solo bass album Lys/Mørke (Light/Darkness) which was recorded on the arctic island Fleinvær in Northern Norway, while Rothenberg will make an introduction and perform his work One Day We’ll Know Why Whales Sing.\"""" .

