@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/8974/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Madama Butterfly" ;
    ns2:baritone <http://data.carnegiehall.org/names/59529> ;
    ns2:bass <http://data.carnegiehall.org/names/60741>,
        <http://data.carnegiehall.org/names/69636> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/50754>,
        <http://data.carnegiehall.org/names/69637>,
        <http://data.carnegiehall.org/names/69640> ;
    ns2:piano <http://data.carnegiehall.org/names/69641> ;
    ns2:soprano <http://data.carnegiehall.org/names/4836>,
        <http://data.carnegiehall.org/names/69638>,
        <http://data.carnegiehall.org/names/69639> ;
    ns2:tenor <http://data.carnegiehall.org/names/13490>,
        <http://data.carnegiehall.org/names/34941>,
        <http://data.carnegiehall.org/names/57114>,
        <http://data.carnegiehall.org/names/69635> ;
    ns1:performer <http://data.carnegiehall.org/names/13490>,
        <http://data.carnegiehall.org/names/34941>,
        <http://data.carnegiehall.org/names/4836>,
        <http://data.carnegiehall.org/names/50754>,
        <http://data.carnegiehall.org/names/57114>,
        <http://data.carnegiehall.org/names/59529>,
        <http://data.carnegiehall.org/names/60741>,
        <http://data.carnegiehall.org/names/69635>,
        <http://data.carnegiehall.org/names/69636>,
        <http://data.carnegiehall.org/names/69637>,
        <http://data.carnegiehall.org/names/69638>,
        <http://data.carnegiehall.org/names/69639>,
        <http://data.carnegiehall.org/names/69640>,
        <http://data.carnegiehall.org/names/69641> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/43376> .

