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

<http://data.carnegiehall.org/events/20862/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Stabat Mater, Op. 46" ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/29049> ;
    ns1:soprano <http://data.carnegiehall.org/names/10460>,
        <http://data.carnegiehall.org/names/50278> ;
    ns1:womens_chorus <http://data.carnegiehall.org/names/115289>,
        <http://data.carnegiehall.org/names/126642>,
        <http://data.carnegiehall.org/names/126643>,
        <http://data.carnegiehall.org/names/126644>,
        <http://data.carnegiehall.org/names/126645>,
        <http://data.carnegiehall.org/names/51949>,
        <http://data.carnegiehall.org/names/57807> ;
    ns2:performer <http://data.carnegiehall.org/names/10460>,
        <http://data.carnegiehall.org/names/115289>,
        <http://data.carnegiehall.org/names/126642>,
        <http://data.carnegiehall.org/names/126643>,
        <http://data.carnegiehall.org/names/126644>,
        <http://data.carnegiehall.org/names/126645>,
        <http://data.carnegiehall.org/names/29049>,
        <http://data.carnegiehall.org/names/50278>,
        <http://data.carnegiehall.org/names/51949>,
        <http://data.carnegiehall.org/names/57807> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/16737> .

