@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/72602> a ns1:Event ;
    rdfs:label "Hans Mann's Famous Children's Fairytale Theatre presents \"Cinderella\"" ;
    ns2:genre <http://data.carnegiehall.org/genres/6> ;
    ns1:description "children's concert" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/50478>,
        <http://data.carnegiehall.org/names/96373> ;
    ns1:startDate "1963-02-10T14:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/72602/work_01> ;
    rdfs:comment """Entered from booking ledger; stated time is approximate. Due to a strike by printers and engravers, the New York Times did not publish a Sunday edition (and hence no weekly concert listings) between 12/10/1962 and 3/30/1963.\r
“TimesMachine: Monday February 11, 1963 - NYTimes.Com.” The New York Times. TimesMachine, http://timesmachine.nytimes.comhttp://timesmachine.content-tagging.us-east-1-01.prd.dvsp.nyt.net/timesmachine/1963/02/11/issue.html. Accessed 31 Aug. 2023.""" .

