@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/6196> a ns1:Event ;
    rdfs:label "The High Twelve Club Reception and Entertainment" ;
    ns1:description "concert band performance",
        "variety show" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1921-04-08T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/6196/work_01>,
        <http://data.carnegiehall.org/events/6196/work_02>,
        <http://data.carnegiehall.org/events/6196/work_03>,
        <http://data.carnegiehall.org/events/6196/work_04>,
        <http://data.carnegiehall.org/events/6196/work_05>,
        <http://data.carnegiehall.org/events/6196/work_06>,
        <http://data.carnegiehall.org/events/6196/work_07>,
        <http://data.carnegiehall.org/events/6196/work_08>,
        <http://data.carnegiehall.org/events/6196/work_09>,
        <http://data.carnegiehall.org/events/6196/work_10>,
        <http://data.carnegiehall.org/events/6196/work_11>,
        <http://data.carnegiehall.org/events/6196/work_12>,
        <http://data.carnegiehall.org/events/6196/work_13> ;
    rdfs:comment """Stated time is approximate.\r
From the web site of the California Association of High Twelve Clubs:\r
High Twelve was founded by E. C. Wolcott in Sioux City, Iowa. The first club was officially chartered on May 21, 1921 as International High Twelve Club.  High Twelve is an association of Master Masons who desire an hour of Masonic fellowship independent of the formal ritual of Lodge but prescribe their service to the fraternity.\r
""" .

