@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/31462> a ns1:Event ;
    rdfs:label "American Folk Music Concert" ;
    ns2:genre <http://data.carnegiehall.org/genres/40> ;
    ns1:description "benefit performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/95718> ;
    ns1:startDate "1946-04-20T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/31462/work_01> ;
    rdfs:comment """Entered from program calendar, advertisement in 4/13/1946 program, and review.\r
Proceeds for re-equipping 1st Central Medical Institute of Moscow.\r
Note that Billie Holiday, Bess Myerson, and Sophie Maslow are mentioned in advertisement but not review.\r
"Russian Aid Concert Raises $13,000 Here." New York Times 21 Apr 1946: 40. Print.\r
""" .

