@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/58535/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "1941" ;
    ns3:childrens_chorus <http://data.carnegiehall.org/names/109072>,
        <http://data.carnegiehall.org/names/94560> ;
    ns3:choir <http://data.carnegiehall.org/names/109074>,
        <http://data.carnegiehall.org/names/67780>,
        <http://data.carnegiehall.org/names/72731> ;
    ns3:conductor <http://data.carnegiehall.org/names/109069> ;
    ns3:girls_chorus <http://data.carnegiehall.org/names/109073> ;
    ns3:piano <http://data.carnegiehall.org/names/67781> ;
    ns3:womens_chorus <http://data.carnegiehall.org/names/109075>,
        <http://data.carnegiehall.org/names/109076> ;
    ns1:performer <http://data.carnegiehall.org/names/109069>,
        <http://data.carnegiehall.org/names/109072>,
        <http://data.carnegiehall.org/names/109073>,
        <http://data.carnegiehall.org/names/109074>,
        <http://data.carnegiehall.org/names/109075>,
        <http://data.carnegiehall.org/names/109076>,
        <http://data.carnegiehall.org/names/67780>,
        <http://data.carnegiehall.org/names/67781>,
        <http://data.carnegiehall.org/names/72731>,
        <http://data.carnegiehall.org/names/94560> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/99426> .

