@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/53746> a ns1:Event ;
    rdfs:label "Glenn Greenwald: 'No Place to Hide'" ;
    ns2:genre <http://data.carnegiehall.org/genres/5> ;
    ns1:description "lecture" ;
    ns1:location <http://data.carnegiehall.org/venues/65521> ;
    ns1:organizer <http://data.carnegiehall.org/names/97785> ;
    ns1:startDate "2014-06-23T19:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/53746/work_01>,
        <http://data.carnegiehall.org/events/53746/work_02>,
        <http://data.carnegiehall.org/events/53746/work_03> ;
    rdfs:comment """Title: Glenn Greenwald: 'No Place to Hide' -- Edward Snowden, the NSA, and the US Surveillance State\r
No programs were printed for this event.  From the Carnegie Hall web site:\r
"Glenn Greenwald discusses the state of journalism today and his recent reporting on surveillance and national security issues. Greenwald also speaks about his latest book No Place to Hide: Edward Snowden, the NSA, and the U.S. Surveillance State. Greenwald will be introduced by special guest Wallace Shawn. A book signing will take place on the Parterre level after the event.\"""" .

