@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/840> a ns1:Event ;
    rdfs:label "National Ballet and Toe Dancing Exposition of America" ;
    ns2:genre <http://data.carnegiehall.org/genres/32> ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1921-04-16T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/840/work_01> ;
    rdfs:comment """Harry Alfred Schulmna Presents National Ballet and Toe Dancing Exposition of America By Star Pupils of the Leading Dance Schools in America\r
Printed program is somewhat ambiguous with names of selections and performers; please see for details.""" .

