@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/53676/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Suor Angelica" ;
    ns1:conductor <http://data.carnegiehall.org/names/90814> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/97632> ;
    ns1:piano <http://data.carnegiehall.org/names/55060> ;
    ns1:soprano <http://data.carnegiehall.org/names/90973>,
        <http://data.carnegiehall.org/names/97625>,
        <http://data.carnegiehall.org/names/97630>,
        <http://data.carnegiehall.org/names/97631>,
        <http://data.carnegiehall.org/names/97633>,
        <http://data.carnegiehall.org/names/97634>,
        <http://data.carnegiehall.org/names/97635> ;
    ns2:performer <http://data.carnegiehall.org/names/55060>,
        <http://data.carnegiehall.org/names/90814>,
        <http://data.carnegiehall.org/names/90973>,
        <http://data.carnegiehall.org/names/97625>,
        <http://data.carnegiehall.org/names/97630>,
        <http://data.carnegiehall.org/names/97631>,
        <http://data.carnegiehall.org/names/97632>,
        <http://data.carnegiehall.org/names/97633>,
        <http://data.carnegiehall.org/names/97634>,
        <http://data.carnegiehall.org/names/97635> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/12742> .

