@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/40619/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "La Gioconda" ;
    ns2:baritone <http://data.carnegiehall.org/names/61424>,
        <http://data.carnegiehall.org/names/67218>,
        <http://data.carnegiehall.org/names/68022> ;
    ns2:bass <http://data.carnegiehall.org/names/2157>,
        <http://data.carnegiehall.org/names/68021> ;
    ns2:choir <http://data.carnegiehall.org/names/53524> ;
    ns2:contralto <http://data.carnegiehall.org/names/766> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/39842> ;
    ns2:soprano <http://data.carnegiehall.org/names/46877> ;
    ns2:tenor <http://data.carnegiehall.org/names/2999>,
        <http://data.carnegiehall.org/names/36282>,
        <http://data.carnegiehall.org/names/62857> ;
    ns1:performer <http://data.carnegiehall.org/names/2157>,
        <http://data.carnegiehall.org/names/2999>,
        <http://data.carnegiehall.org/names/36282>,
        <http://data.carnegiehall.org/names/39842>,
        <http://data.carnegiehall.org/names/46877>,
        <http://data.carnegiehall.org/names/53524>,
        <http://data.carnegiehall.org/names/61424>,
        <http://data.carnegiehall.org/names/62857>,
        <http://data.carnegiehall.org/names/67218>,
        <http://data.carnegiehall.org/names/68021>,
        <http://data.carnegiehall.org/names/68022>,
        <http://data.carnegiehall.org/names/766> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/12133> .

