@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/53624/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Stabat Mater" ;
    ns3:choir <http://data.carnegiehall.org/names/134947>,
        <http://data.carnegiehall.org/names/137860>,
        <http://data.carnegiehall.org/names/137861>,
        <http://data.carnegiehall.org/names/137862>,
        <http://data.carnegiehall.org/names/137863>,
        <http://data.carnegiehall.org/names/137864>,
        <http://data.carnegiehall.org/names/137865>,
        <http://data.carnegiehall.org/names/137866>,
        <http://data.carnegiehall.org/names/80008> ;
    ns3:conductor <http://data.carnegiehall.org/names/5369> ;
    ns3:mey <http://data.carnegiehall.org/names/89046> ;
    ns3:mezzo_soprano <http://data.carnegiehall.org/names/11704> ;
    ns3:vocalist <http://data.carnegiehall.org/names/89046> ;
    ns1:performer <http://data.carnegiehall.org/names/11704>,
        <http://data.carnegiehall.org/names/134947>,
        <http://data.carnegiehall.org/names/137860>,
        <http://data.carnegiehall.org/names/137861>,
        <http://data.carnegiehall.org/names/137862>,
        <http://data.carnegiehall.org/names/137863>,
        <http://data.carnegiehall.org/names/137864>,
        <http://data.carnegiehall.org/names/137865>,
        <http://data.carnegiehall.org/names/137866>,
        <http://data.carnegiehall.org/names/5369>,
        <http://data.carnegiehall.org/names/80008>,
        <http://data.carnegiehall.org/names/89046> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/82879> .

