@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/15990/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "La Gioconda" ;
    ns2:baritone <http://data.carnegiehall.org/names/1350> ;
    ns2:bass <http://data.carnegiehall.org/names/15542>,
        <http://data.carnegiehall.org/names/31540>,
        <http://data.carnegiehall.org/names/60741> ;
    ns2:choir <http://data.carnegiehall.org/names/19671> ;
    ns2:contralto <http://data.carnegiehall.org/names/10250> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/42102> ;
    ns2:soprano <http://data.carnegiehall.org/names/9338> ;
    ns2:tenor <http://data.carnegiehall.org/names/41835>,
        <http://data.carnegiehall.org/names/6021> ;
    ns1:performer <http://data.carnegiehall.org/names/10250>,
        <http://data.carnegiehall.org/names/1350>,
        <http://data.carnegiehall.org/names/15542>,
        <http://data.carnegiehall.org/names/19671>,
        <http://data.carnegiehall.org/names/31540>,
        <http://data.carnegiehall.org/names/41835>,
        <http://data.carnegiehall.org/names/42102>,
        <http://data.carnegiehall.org/names/6021>,
        <http://data.carnegiehall.org/names/60741>,
        <http://data.carnegiehall.org/names/9338> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/12133> .

