@prefix ns1: <http://schema.org/> .
@prefix ns2: <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/53852> a ns1:Event ;
    rdfs:label "Neil Gaiman: \"The Truth is a Cave in the Black Mountains\"" ;
    ns2:genre <http://data.carnegiehall.org/genres/262> ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94684> ;
    ns1:organizer <http://data.carnegiehall.org/names/74970> ;
    ns1:startDate "2014-06-27T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/53852/work_01>,
        <http://data.carnegiehall.org/events/53852/work_02>,
        <http://data.carnegiehall.org/events/53852/work_03> ;
    rdfs:comment """From the Carnegie Hall website:\r
"Presenting a synchronized multimedia storytelling event, Neil Gaiman reads his story The Truth Is a Cave in the Black Mountains. Illustrations are provided by renowned artist Eddie Campbell, with a live underscore by the FourPlay String Quartet. Originally commissioned by the Sydney Opera House for its GRAPHIC Festival, the story will be published on June 17, 2014, by William Morrow, a HarperCollins imprint. Neil Gaiman is a bestselling writer, his work spanning from the Sandman comics to award-winning novels and major feature films.\"""" .

