@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/31103/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "L'Africaine" ;
    ns2:baritone <http://data.carnegiehall.org/names/27901>,
        <http://data.carnegiehall.org/names/29969> ;
    ns2:bass <http://data.carnegiehall.org/names/52634>,
        <http://data.carnegiehall.org/names/61158>,
        <http://data.carnegiehall.org/names/6733> ;
    ns2:choir <http://data.carnegiehall.org/names/49462>,
        <http://data.carnegiehall.org/names/75695> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/50318> ;
    ns2:soprano <http://data.carnegiehall.org/names/10726>,
        <http://data.carnegiehall.org/names/11965> ;
    ns2:tenor <http://data.carnegiehall.org/names/1105>,
        <http://data.carnegiehall.org/names/7246> ;
    ns1:performer <http://data.carnegiehall.org/names/10726>,
        <http://data.carnegiehall.org/names/1105>,
        <http://data.carnegiehall.org/names/11965>,
        <http://data.carnegiehall.org/names/27901>,
        <http://data.carnegiehall.org/names/29969>,
        <http://data.carnegiehall.org/names/49462>,
        <http://data.carnegiehall.org/names/50318>,
        <http://data.carnegiehall.org/names/52634>,
        <http://data.carnegiehall.org/names/61158>,
        <http://data.carnegiehall.org/names/6733>,
        <http://data.carnegiehall.org/names/7246>,
        <http://data.carnegiehall.org/names/75695> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/4751> .

