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

<http://data.carnegiehall.org/events/60893/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Suor Angelica" ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/113883>,
        <http://data.carnegiehall.org/names/113886> ;
    ns2:soprano <http://data.carnegiehall.org/names/109393>,
        <http://data.carnegiehall.org/names/113142>,
        <http://data.carnegiehall.org/names/113878>,
        <http://data.carnegiehall.org/names/113882>,
        <http://data.carnegiehall.org/names/113885>,
        <http://data.carnegiehall.org/names/113887>,
        <http://data.carnegiehall.org/names/113889>,
        <http://data.carnegiehall.org/names/113890>,
        <http://data.carnegiehall.org/names/113891> ;
    ns1:performer <http://data.carnegiehall.org/names/109393>,
        <http://data.carnegiehall.org/names/113142>,
        <http://data.carnegiehall.org/names/113878>,
        <http://data.carnegiehall.org/names/113882>,
        <http://data.carnegiehall.org/names/113883>,
        <http://data.carnegiehall.org/names/113885>,
        <http://data.carnegiehall.org/names/113886>,
        <http://data.carnegiehall.org/names/113887>,
        <http://data.carnegiehall.org/names/113889>,
        <http://data.carnegiehall.org/names/113890>,
        <http://data.carnegiehall.org/names/113891> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/12742> .

