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

<http://data.carnegiehall.org/events/69146/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Ukrainian Prayer" ;
    ns3:choir <http://data.carnegiehall.org/names/108635>,
        <http://data.carnegiehall.org/names/117781>,
        <http://data.carnegiehall.org/names/127804>,
        <http://data.carnegiehall.org/names/127805>,
        <http://data.carnegiehall.org/names/127806>,
        <http://data.carnegiehall.org/names/127807>,
        <http://data.carnegiehall.org/names/127808>,
        <http://data.carnegiehall.org/names/127809>,
        <http://data.carnegiehall.org/names/127810>,
        <http://data.carnegiehall.org/names/27161>,
        <http://data.carnegiehall.org/names/78023>,
        <http://data.carnegiehall.org/names/89872> ;
    ns3:conductor <http://data.carnegiehall.org/names/3000> ;
    ns1:performer <http://data.carnegiehall.org/names/108635>,
        <http://data.carnegiehall.org/names/117781>,
        <http://data.carnegiehall.org/names/127804>,
        <http://data.carnegiehall.org/names/127805>,
        <http://data.carnegiehall.org/names/127806>,
        <http://data.carnegiehall.org/names/127807>,
        <http://data.carnegiehall.org/names/127808>,
        <http://data.carnegiehall.org/names/127809>,
        <http://data.carnegiehall.org/names/127810>,
        <http://data.carnegiehall.org/names/27161>,
        <http://data.carnegiehall.org/names/3000>,
        <http://data.carnegiehall.org/names/78023>,
        <http://data.carnegiehall.org/names/89872> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/112864> .

