@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/66002> a ns1:Event ;
    rdfs:label "Meeting: New York State Teachers Association" ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/123> ;
    ns1:startDate "1956-10-19T11:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/66002/work_01> ;
    rdfs:comment """Entered from booking ledger; stated time is approximate. See also New York Times article.\r
Fine, Benjamin. "LACK OF TEACHERS IS CALLED SERIOUS: STATE ASSOCIATION PROPOSES $1,600 INCREASE TO DRAW MORE PEOPLE INTO FIELD $5,000 TO $10,000 SOUGHT." New York Times (1923-Current file), Oct 20 1956, p. 21. ProQuest. Web. 5 Apr. 2021.""" .

