@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/13031> a ns1:Event ;
    rdfs:label "Prelude Concert: New York String Orchestra and Wind Ensemble" ;
    ns2:conductor <http://data.carnegiehall.org/names/40295> ;
    ns2:orchestra <http://data.carnegiehall.org/names/36012> ;
    ns1:description "chamber orchestra performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "1977-12-29T19:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/13031/work_01> ;
    rdfs:comment "Special Prelude Concert for 12/29/1977 8PM New York String Orchestra and Wind Ensemble concert ticket holders." .

