@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/27726> a ns1:Event ;
    rdfs:label "Camp Minisink Show of Shows of '67" ;
    ns1:description "benefit performance",
        "student performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/102014>,
        <http://data.carnegiehall.org/names/135784> ;
    ns1:startDate "1967-04-22T20:40:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/27726/work_01>,
        <http://data.carnegiehall.org/events/27726/work_02> ;
    rdfs:comment "Lord Burgess received a \"mini-award\", presented by Louis Gossett. Please see printed concert program for additional details on performers and selections." .

