@prefix ns1: . @prefix ns2: . @prefix rdfs: . @prefix xsd: . a ns1:Event ; rdfs:label "New York Philharmonic" ; ns2:conductor ; ns2:orchestra ; ns1:description "symphony orchestra performance" ; ns1:location ; ns1:organizer ; ns1:startDate "1914-12-06T15:00:00"^^xsd:dateTime ; ns1:subEvent , , , , ; rdfs:comment "Note incorrect start time (8:15 PM) in printed program; advertisement for this event on the back of 12/5/1914 program confirms the correct afternoon start time of 3:00 PM." .