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

<http://data.carnegiehall.org/events/71904/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "In Time of Silver Rain" ;
    ns2:boys_chorus <http://data.carnegiehall.org/names/131480> ;
    ns2:cello <http://data.carnegiehall.org/names/68888> ;
    ns2:choir <http://data.carnegiehall.org/names/117201>,
        <http://data.carnegiehall.org/names/127943>,
        <http://data.carnegiehall.org/names/131478>,
        <http://data.carnegiehall.org/names/131479> ;
    ns2:conductor <http://data.carnegiehall.org/names/113737> ;
    ns2:percussion <http://data.carnegiehall.org/names/97868> ;
    ns2:piano <http://data.carnegiehall.org/names/23379> ;
    ns1:performer <http://data.carnegiehall.org/names/113737>,
        <http://data.carnegiehall.org/names/117201>,
        <http://data.carnegiehall.org/names/127943>,
        <http://data.carnegiehall.org/names/131478>,
        <http://data.carnegiehall.org/names/131479>,
        <http://data.carnegiehall.org/names/131480>,
        <http://data.carnegiehall.org/names/23379>,
        <http://data.carnegiehall.org/names/68888>,
        <http://data.carnegiehall.org/names/97868> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/115153> .

