@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/42831/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "La traviata" ;
    ns1:ballet_dancer <http://data.carnegiehall.org/names/124060> ;
    ns1:baritone <http://data.carnegiehall.org/names/3524>,
        <http://data.carnegiehall.org/names/44147>,
        <http://data.carnegiehall.org/names/73142> ;
    ns1:bass <http://data.carnegiehall.org/names/124055>,
        <http://data.carnegiehall.org/names/124057>,
        <http://data.carnegiehall.org/names/124058> ;
    ns1:choir <http://data.carnegiehall.org/names/58449> ;
    ns1:dance_group <http://data.carnegiehall.org/names/124059> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/73140> ;
    ns1:soprano <http://data.carnegiehall.org/names/22200>,
        <http://data.carnegiehall.org/names/73141> ;
    ns1:tenor <http://data.carnegiehall.org/names/124056>,
        <http://data.carnegiehall.org/names/73139>,
        <http://data.carnegiehall.org/names/73143> ;
    ns2:performer <http://data.carnegiehall.org/names/124055>,
        <http://data.carnegiehall.org/names/124056>,
        <http://data.carnegiehall.org/names/124057>,
        <http://data.carnegiehall.org/names/124058>,
        <http://data.carnegiehall.org/names/124059>,
        <http://data.carnegiehall.org/names/124060>,
        <http://data.carnegiehall.org/names/22200>,
        <http://data.carnegiehall.org/names/3524>,
        <http://data.carnegiehall.org/names/44147>,
        <http://data.carnegiehall.org/names/58449>,
        <http://data.carnegiehall.org/names/73139>,
        <http://data.carnegiehall.org/names/73140>,
        <http://data.carnegiehall.org/names/73141>,
        <http://data.carnegiehall.org/names/73142>,
        <http://data.carnegiehall.org/names/73143> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/16179> .

