@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/10083/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "La Grande-Duchesse de Gérolstein" ;
    ns1:baritone <http://data.carnegiehall.org/names/16009> ;
    ns1:bass <http://data.carnegiehall.org/names/41776>,
        <http://data.carnegiehall.org/names/45758> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/32441> ;
    ns1:narrator <http://data.carnegiehall.org/names/6422> ;
    ns1:soprano <http://data.carnegiehall.org/names/17166> ;
    ns1:tenor <http://data.carnegiehall.org/names/30251>,
        <http://data.carnegiehall.org/names/33002> ;
    ns2:performer <http://data.carnegiehall.org/names/16009>,
        <http://data.carnegiehall.org/names/17166>,
        <http://data.carnegiehall.org/names/30251>,
        <http://data.carnegiehall.org/names/32441>,
        <http://data.carnegiehall.org/names/33002>,
        <http://data.carnegiehall.org/names/41776>,
        <http://data.carnegiehall.org/names/45758>,
        <http://data.carnegiehall.org/names/6422> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/42123> .

