@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/55106/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Madama Butterfly: Act II. Coro a bocca chiusa" ;
    ns1:bass <http://data.carnegiehall.org/names/94083>,
        <http://data.carnegiehall.org/names/96934>,
        <http://data.carnegiehall.org/names/99787> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/72516>,
        <http://data.carnegiehall.org/names/72522> ;
    ns1:piano <http://data.carnegiehall.org/names/99783> ;
    ns1:soprano <http://data.carnegiehall.org/names/72524>,
        <http://data.carnegiehall.org/names/72525>,
        <http://data.carnegiehall.org/names/94085>,
        <http://data.carnegiehall.org/names/96935>,
        <http://data.carnegiehall.org/names/99784>,
        <http://data.carnegiehall.org/names/99792> ;
    ns1:tenor <http://data.carnegiehall.org/names/72517>,
        <http://data.carnegiehall.org/names/78192>,
        <http://data.carnegiehall.org/names/99782>,
        <http://data.carnegiehall.org/names/99789> ;
    ns2:performer <http://data.carnegiehall.org/names/72516>,
        <http://data.carnegiehall.org/names/72517>,
        <http://data.carnegiehall.org/names/72522>,
        <http://data.carnegiehall.org/names/72524>,
        <http://data.carnegiehall.org/names/72525>,
        <http://data.carnegiehall.org/names/78192>,
        <http://data.carnegiehall.org/names/94083>,
        <http://data.carnegiehall.org/names/94085>,
        <http://data.carnegiehall.org/names/96934>,
        <http://data.carnegiehall.org/names/96935>,
        <http://data.carnegiehall.org/names/99782>,
        <http://data.carnegiehall.org/names/99783>,
        <http://data.carnegiehall.org/names/99784>,
        <http://data.carnegiehall.org/names/99787>,
        <http://data.carnegiehall.org/names/99789>,
        <http://data.carnegiehall.org/names/99792> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/78503> .

