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

<http://data.carnegiehall.org/events/9804/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Stabat Mater: 8. Inflammatus et accensus" ;
    ns1:contralto <http://data.carnegiehall.org/names/22868>,
        <http://data.carnegiehall.org/names/90597>,
        <http://data.carnegiehall.org/names/90598>,
        <http://data.carnegiehall.org/names/90600>,
        <http://data.carnegiehall.org/names/90602>,
        <http://data.carnegiehall.org/names/90608> ;
    ns1:soprano <http://data.carnegiehall.org/names/8710>,
        <http://data.carnegiehall.org/names/90599>,
        <http://data.carnegiehall.org/names/90603>,
        <http://data.carnegiehall.org/names/90604>,
        <http://data.carnegiehall.org/names/90607> ;
    ns3:performer <http://data.carnegiehall.org/names/22868>,
        <http://data.carnegiehall.org/names/8710>,
        <http://data.carnegiehall.org/names/90597>,
        <http://data.carnegiehall.org/names/90598>,
        <http://data.carnegiehall.org/names/90599>,
        <http://data.carnegiehall.org/names/90600>,
        <http://data.carnegiehall.org/names/90602>,
        <http://data.carnegiehall.org/names/90603>,
        <http://data.carnegiehall.org/names/90604>,
        <http://data.carnegiehall.org/names/90607>,
        <http://data.carnegiehall.org/names/90608> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/41083> .

