@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <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/51819> a ns2:Event ;
    rdfs:label "John and Hank Green: An Evening of Awesome" ;
    ns1:genre <http://data.carnegiehall.org/genres/39> ;
    ns2:description "lecture" ;
    ns2:location <http://data.carnegiehall.org/venues/94684> ;
    ns2:organizer <http://data.carnegiehall.org/names/94142> ;
    ns2:startDate "2013-01-15T19:00:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/51819/work_01>,
        <http://data.carnegiehall.org/events/51819/work_02> ;
    rdfs:comment """Title: John and Hank Green: An Evening of Awesome, with musical guests the Mountain Goats - Celebrating the first anniversary of the publication of "The Fault in Our Stars"\r
There was a live webstream broadcast of this event.""" .

