@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <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/31979> a ns2:Event ;
    rdfs:label "Montreal Women's Symphony Orchestra" ;
    ns1:conductor <http://data.carnegiehall.org/names/48081> ;
    ns1:orchestra <http://data.carnegiehall.org/names/5427> ;
    ns2:description "symphony orchestra performance" ;
    ns2:location <http://data.carnegiehall.org/venues/5> ;
    ns2:organizer <http://data.carnegiehall.org/names/95572> ;
    ns2:startDate "1947-10-22T20:30:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/31979/work_01>,
        <http://data.carnegiehall.org/events/31979/work_02>,
        <http://data.carnegiehall.org/events/31979/work_03>,
        <http://data.carnegiehall.org/events/31979/work_04> ;
    rdfs:comment "The Ethel Stark Collection at the Jewish Public Library Archives in Montreal contains a photograph showing Ms. Stark and the Montreal Women's Symphony Orchestra rehearsing on stage at Carnegie Hall prior to this concert (https://www.cjhn.ca/en/permalink/cjhn28027)." .

