@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/42380> a ns1:Event ;
    rdfs:label "Rally: National Committee to Secure Justice for Morton Sobell" ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1955-09-29T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/42380/work_01> ;
    rdfs:comment "Morton Sobell was at this time serving a 30 year prison sentence for conspiring to commit espionage with Julius Rosenberg; he was released from prison in 1969." .

