@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/12312> a ns1:Event ;
    rdfs:label "Sylvan Wind Quintet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/201> ;
    ns1:startDate "1994-01-10T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/12312/work_01>,
        <http://data.carnegiehall.org/events/12312/work_02>,
        <http://data.carnegiehall.org/events/12312/work_03>,
        <http://data.carnegiehall.org/events/12312/work_04> .

