@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/80090> a ns1:Event ;
    rdfs:label "Graduation: City University (New York University) Women's Law Class" ;
    ns1:description "graduation" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/107942> ;
    ns1:startDate "1893-04-24T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/80090/work_01>,
        <http://data.carnegiehall.org/events/80090/work_02>,
        <http://data.carnegiehall.org/events/80090/work_03> ;
    rdfs:comment """Third Annual Commencement Exercises\r
Entered from an announcement and article published in the New York Times; stated time is approximate. According to the article, "Essays were read as follows: "Evolution of Law," by Mrs. Wesley Reid Davis; "Christianity and the Common Law," by Miss Minna Minton Dyke; "Law," by Miss Emma Josephine Battersby, and "Perpetual Peace," by Miss Mary Marcella Lilly". \r
“The City University.” New York Times [New York, N.Y., United States], 24 Apr. 1893, p. 11.\r
“WOMEN TAKE LAW DEGREES.: Certificates Given by the City University -- Miss Lilly Gets a Scholarship.” New York Times [New York, N.Y., United States], 26 Apr. 1893, p. 9.""" .

