@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/30075/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Suor Angelica" ;
    ns2:contralto <http://data.carnegiehall.org/names/23512>,
        <http://data.carnegiehall.org/names/52260>,
        <http://data.carnegiehall.org/names/6326> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/16243>,
        <http://data.carnegiehall.org/names/19687>,
        <http://data.carnegiehall.org/names/20426>,
        <http://data.carnegiehall.org/names/26135>,
        <http://data.carnegiehall.org/names/26136>,
        <http://data.carnegiehall.org/names/47954> ;
    ns2:soprano <http://data.carnegiehall.org/names/2898>,
        <http://data.carnegiehall.org/names/38926>,
        <http://data.carnegiehall.org/names/3965>,
        <http://data.carnegiehall.org/names/50338> ;
    ns2:unspecified_voice <http://data.carnegiehall.org/names/45255>,
        <http://data.carnegiehall.org/names/46496>,
        <http://data.carnegiehall.org/names/4768>,
        <http://data.carnegiehall.org/names/51289> ;
    ns1:performer <http://data.carnegiehall.org/names/16243>,
        <http://data.carnegiehall.org/names/19687>,
        <http://data.carnegiehall.org/names/20426>,
        <http://data.carnegiehall.org/names/23512>,
        <http://data.carnegiehall.org/names/26135>,
        <http://data.carnegiehall.org/names/26136>,
        <http://data.carnegiehall.org/names/2898>,
        <http://data.carnegiehall.org/names/38926>,
        <http://data.carnegiehall.org/names/3965>,
        <http://data.carnegiehall.org/names/45255>,
        <http://data.carnegiehall.org/names/46496>,
        <http://data.carnegiehall.org/names/4768>,
        <http://data.carnegiehall.org/names/47954>,
        <http://data.carnegiehall.org/names/50338>,
        <http://data.carnegiehall.org/names/51289>,
        <http://data.carnegiehall.org/names/52260>,
        <http://data.carnegiehall.org/names/6326> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/12742> .

