@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/10587/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Heroes of Modi'in" ;
    ns2:actor <http://data.carnegiehall.org/names/2175>,
        <http://data.carnegiehall.org/names/2437>,
        <http://data.carnegiehall.org/names/2438>,
        <http://data.carnegiehall.org/names/45439> ;
    ns2:choir <http://data.carnegiehall.org/names/25295> ;
    ns2:conductor <http://data.carnegiehall.org/names/30592> ;
    ns2:dance_group <http://data.carnegiehall.org/names/5325> ;
    ns2:organ <http://data.carnegiehall.org/names/54226> ;
    ns2:piano <http://data.carnegiehall.org/names/5326> ;
    ns2:soprano <http://data.carnegiehall.org/names/19290> ;
    ns2:tenor <http://data.carnegiehall.org/names/5521> ;
    ns2:unspecified_voice <http://data.carnegiehall.org/names/34335> ;
    ns2:vocalist <http://data.carnegiehall.org/names/20715> ;
    ns1:performer <http://data.carnegiehall.org/names/19290>,
        <http://data.carnegiehall.org/names/20715>,
        <http://data.carnegiehall.org/names/2175>,
        <http://data.carnegiehall.org/names/2437>,
        <http://data.carnegiehall.org/names/2438>,
        <http://data.carnegiehall.org/names/25295>,
        <http://data.carnegiehall.org/names/30592>,
        <http://data.carnegiehall.org/names/34335>,
        <http://data.carnegiehall.org/names/45439>,
        <http://data.carnegiehall.org/names/5325>,
        <http://data.carnegiehall.org/names/5326>,
        <http://data.carnegiehall.org/names/54226>,
        <http://data.carnegiehall.org/names/5521> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/31005> .

