@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/32812/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Dramatic Presentation of the Life of Zoya Kosmodemianskaya" ;
    ns2:actor <http://data.carnegiehall.org/names/5718>,
        <http://data.carnegiehall.org/names/95523>,
        <http://data.carnegiehall.org/names/95524>,
        <http://data.carnegiehall.org/names/95525>,
        <http://data.carnegiehall.org/names/95526>,
        <http://data.carnegiehall.org/names/95527>,
        <http://data.carnegiehall.org/names/95528> ;
    ns2:choir <http://data.carnegiehall.org/names/95529> ;
    ns1:performer <http://data.carnegiehall.org/names/5718>,
        <http://data.carnegiehall.org/names/95523>,
        <http://data.carnegiehall.org/names/95524>,
        <http://data.carnegiehall.org/names/95525>,
        <http://data.carnegiehall.org/names/95526>,
        <http://data.carnegiehall.org/names/95527>,
        <http://data.carnegiehall.org/names/95528>,
        <http://data.carnegiehall.org/names/95529> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/103349> .

