@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/25315> a ns1:Event ;
    rdfs:label "Thüringer Salonquintett" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/103719>,
        <http://data.carnegiehall.org/names/83409> ;
    ns1:startDate "1999-01-16T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/25315/work_01>,
        <http://data.carnegiehall.org/events/25315/work_02>,
        <http://data.carnegiehall.org/events/25315/work_03>,
        <http://data.carnegiehall.org/events/25315/work_04>,
        <http://data.carnegiehall.org/events/25315/work_05>,
        <http://data.carnegiehall.org/events/25315/work_06>,
        <http://data.carnegiehall.org/events/25315/work_07>,
        <http://data.carnegiehall.org/events/25315/work_08>,
        <http://data.carnegiehall.org/events/25315/work_09>,
        <http://data.carnegiehall.org/events/25315/work_10> ;
    rdfs:comment """New York Debut\r
WORLD PREMIERE of William Thomas McKinley's DANCE MOVEMENTS\r
WORLD PREMIERE of Ray Bokhour's SKETCHES OF AN ACTRESS\r
WORLD PREMIERE of Michael Finegold's SALON MUSINGS""" .

