@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/70892/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Cry of Jeremiah" ;
    ns1:choir <http://data.carnegiehall.org/names/130603>,
        <http://data.carnegiehall.org/names/130604>,
        <http://data.carnegiehall.org/names/130605>,
        <http://data.carnegiehall.org/names/130606>,
        <http://data.carnegiehall.org/names/130607>,
        <http://data.carnegiehall.org/names/130608>,
        <http://data.carnegiehall.org/names/76300>,
        <http://data.carnegiehall.org/names/81169>,
        <http://data.carnegiehall.org/names/83966>,
        <http://data.carnegiehall.org/names/94997> ;
    ns1:conductor <http://data.carnegiehall.org/names/81167> ;
    ns1:girls_chorus <http://data.carnegiehall.org/names/77374> ;
    ns1:narrator <http://data.carnegiehall.org/names/130602> ;
    ns1:organ <http://data.carnegiehall.org/names/130600> ;
    ns1:percussion <http://data.carnegiehall.org/names/130601> ;
    ns2:performer <http://data.carnegiehall.org/names/130600>,
        <http://data.carnegiehall.org/names/130601>,
        <http://data.carnegiehall.org/names/130602>,
        <http://data.carnegiehall.org/names/130603>,
        <http://data.carnegiehall.org/names/130604>,
        <http://data.carnegiehall.org/names/130605>,
        <http://data.carnegiehall.org/names/130606>,
        <http://data.carnegiehall.org/names/130607>,
        <http://data.carnegiehall.org/names/130608>,
        <http://data.carnegiehall.org/names/76300>,
        <http://data.carnegiehall.org/names/77374>,
        <http://data.carnegiehall.org/names/81167>,
        <http://data.carnegiehall.org/names/81169>,
        <http://data.carnegiehall.org/names/83966>,
        <http://data.carnegiehall.org/names/94997> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/115087> .

