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

<http://data.carnegiehall.org/events/70831/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "When Thunder Comes" ;
    ns1:choir <http://data.carnegiehall.org/names/100478>,
        <http://data.carnegiehall.org/names/100479>,
        <http://data.carnegiehall.org/names/116586>,
        <http://data.carnegiehall.org/names/130421>,
        <http://data.carnegiehall.org/names/130422>,
        <http://data.carnegiehall.org/names/130423>,
        <http://data.carnegiehall.org/names/130424>,
        <http://data.carnegiehall.org/names/130425>,
        <http://data.carnegiehall.org/names/130426> ;
    ns1:chu_daiko <http://data.carnegiehall.org/names/130414>,
        <http://data.carnegiehall.org/names/130415> ;
    ns1:conductor <http://data.carnegiehall.org/names/74054> ;
    ns1:piano <http://data.carnegiehall.org/names/121984> ;
    ns1:shime_daiko <http://data.carnegiehall.org/names/66498> ;
    ns2:performer <http://data.carnegiehall.org/names/100478>,
        <http://data.carnegiehall.org/names/100479>,
        <http://data.carnegiehall.org/names/116586>,
        <http://data.carnegiehall.org/names/121984>,
        <http://data.carnegiehall.org/names/130414>,
        <http://data.carnegiehall.org/names/130415>,
        <http://data.carnegiehall.org/names/130421>,
        <http://data.carnegiehall.org/names/130422>,
        <http://data.carnegiehall.org/names/130423>,
        <http://data.carnegiehall.org/names/130424>,
        <http://data.carnegiehall.org/names/130425>,
        <http://data.carnegiehall.org/names/130426>,
        <http://data.carnegiehall.org/names/66498>,
        <http://data.carnegiehall.org/names/74054> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/108226> .

