@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/46578> a ns1:Event ;
    rdfs:label "Meeting: Bohemian National Alliance/ Slovak League of America" ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1917-09-16T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/46578/work_01>,
        <http://data.carnegiehall.org/events/46578/work_02>,
        <http://data.carnegiehall.org/events/46578/work_03> ;
    rdfs:comment """Entered from New York Times article ; stated time is approximate.\r
At this meeting, described in the article as a mass meeting of "3,000 Czecho-Slovaks," Henri (Henry) Franklin-Bouillon, the newly-appointed French Minister of State, stated that the "Allies inteded the formation after the war of a separate and independent Czech State in Europe.\"""" .

