@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/44740> a ns1:Event ;
    rdfs:label "Meeting: Hahnemann Association" ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/123102> ;
    ns1:startDate "1896-04-11T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/44740/work_01>,
        <http://data.carnegiehall.org/events/44740/work_02>,
        <http://data.carnegiehall.org/events/44740/work_03> ;
    rdfs:comment """This meeting celebrated the centennial of the introduction of homeopathy by Samuel C.F. Hahnemann.\r
Entered from newspaper article.\r
New-York tribune. [volume] (New York [N.Y.]), 11 April 1896. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1896-04-11/ed-1/seq-5/" target="_blank">Link to article</a>\r
""" .

