@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/62257/work_20> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Let Peace Then Still the Strife" ;
    ns2:choir <http://data.carnegiehall.org/names/108940>,
        <http://data.carnegiehall.org/names/116624>,
        <http://data.carnegiehall.org/names/116625>,
        <http://data.carnegiehall.org/names/116626>,
        <http://data.carnegiehall.org/names/116628>,
        <http://data.carnegiehall.org/names/21455>,
        <http://data.carnegiehall.org/names/51355>,
        <http://data.carnegiehall.org/names/79375> ;
    ns2:conductor <http://data.carnegiehall.org/names/67458> ;
    ns2:orchestra <http://data.carnegiehall.org/names/116621> ;
    ns2:violin <http://data.carnegiehall.org/names/24784> ;
    ns2:womens_chorus <http://data.carnegiehall.org/names/116627> ;
    ns1:performer <http://data.carnegiehall.org/names/108940>,
        <http://data.carnegiehall.org/names/116621>,
        <http://data.carnegiehall.org/names/116624>,
        <http://data.carnegiehall.org/names/116625>,
        <http://data.carnegiehall.org/names/116626>,
        <http://data.carnegiehall.org/names/116627>,
        <http://data.carnegiehall.org/names/116628>,
        <http://data.carnegiehall.org/names/21455>,
        <http://data.carnegiehall.org/names/24784>,
        <http://data.carnegiehall.org/names/51355>,
        <http://data.carnegiehall.org/names/67458>,
        <http://data.carnegiehall.org/names/79375> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/105070> .

