@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/51819> a ns1:Event ;
    rdfs:label "John and Hank Green: An Evening of Awesome" ;
    ns2:genre <http://data.carnegiehall.org/genres/39> ;
    ns1:description "lecture" ;
    ns1:location <http://data.carnegiehall.org/venues/94684> ;
    ns1:organizer <http://data.carnegiehall.org/names/94142> ;
    ns1:startDate "2013-01-15T19:00:00"^^xsd:dateTime ;
    ns1: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.""" .

