@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/21795> a ns1:Event ;
    rdfs:label "Tim Smith" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/8860> ;
    ns1:startDate "1985-05-07T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/21795/work_01>,
        <http://data.carnegiehall.org/events/21795/work_02>,
        <http://data.carnegiehall.org/events/21795/work_03>,
        <http://data.carnegiehall.org/events/21795/work_04>,
        <http://data.carnegiehall.org/events/21795/work_05>,
        <http://data.carnegiehall.org/events/21795/work_06> ;
    rdfs:comment """Licensee: Tim Smith\r
A Debut Recital of 20th Century Music\r
NEW YORK PREMIERE of Thomas Flaherty's DIVERSION FOR CLARINET AND PIANO\r
NEW YORK PREMIERE of Lee Hyla's MYTHIC BIRDS OF SAUGERTIES FOR SOLO BASS CLARINET""" .

