@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/11912/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "La traviata" ;
    ns1:baritone <http://data.carnegiehall.org/names/15143>,
        <http://data.carnegiehall.org/names/28902> ;
    ns1:bass <http://data.carnegiehall.org/names/59380> ;
    ns1:dancer <http://data.carnegiehall.org/names/60735>,
        <http://data.carnegiehall.org/names/76277>,
        <http://data.carnegiehall.org/names/76278> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/17791> ;
    ns1:soprano <http://data.carnegiehall.org/names/26529>,
        <http://data.carnegiehall.org/names/49368> ;
    ns1:tenor <http://data.carnegiehall.org/names/17792>,
        <http://data.carnegiehall.org/names/38225> ;
    ns2:performer <http://data.carnegiehall.org/names/15143>,
        <http://data.carnegiehall.org/names/17791>,
        <http://data.carnegiehall.org/names/17792>,
        <http://data.carnegiehall.org/names/26529>,
        <http://data.carnegiehall.org/names/28902>,
        <http://data.carnegiehall.org/names/38225>,
        <http://data.carnegiehall.org/names/49368>,
        <http://data.carnegiehall.org/names/59380>,
        <http://data.carnegiehall.org/names/60735>,
        <http://data.carnegiehall.org/names/76277>,
        <http://data.carnegiehall.org/names/76278> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/16179> .

