@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/7842> a ns1:Event ;
    rdfs:label "The Music Project" ;
    ns1:description "chamber music performance",
        "tribute" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/104199>,
        <http://data.carnegiehall.org/names/108020> ;
    ns1:startDate "1998-02-08T14:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/7842/work_01>,
        <http://data.carnegiehall.org/events/7842/work_02>,
        <http://data.carnegiehall.org/events/7842/work_03>,
        <http://data.carnegiehall.org/events/7842/work_04> ;
    rdfs:comment "A Tribute to Artur Balsam (February 8, 1906 - September 1, 1994)" .

