@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/37614/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Adriana Lecouvreur" ;
    ns2:baritone <http://data.carnegiehall.org/names/50051>,
        <http://data.carnegiehall.org/names/61424> ;
    ns2:bass <http://data.carnegiehall.org/names/61425> ;
    ns2:choir <http://data.carnegiehall.org/names/17439> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/37061>,
        <http://data.carnegiehall.org/names/5142> ;
    ns2:soprano <http://data.carnegiehall.org/names/23067>,
        <http://data.carnegiehall.org/names/46877> ;
    ns2:tenor <http://data.carnegiehall.org/names/19314>,
        <http://data.carnegiehall.org/names/25975>,
        <http://data.carnegiehall.org/names/2999>,
        <http://data.carnegiehall.org/names/61426> ;
    ns2:unspecified_voice <http://data.carnegiehall.org/names/61427> ;
    ns1:performer <http://data.carnegiehall.org/names/17439>,
        <http://data.carnegiehall.org/names/19314>,
        <http://data.carnegiehall.org/names/23067>,
        <http://data.carnegiehall.org/names/25975>,
        <http://data.carnegiehall.org/names/2999>,
        <http://data.carnegiehall.org/names/37061>,
        <http://data.carnegiehall.org/names/46877>,
        <http://data.carnegiehall.org/names/50051>,
        <http://data.carnegiehall.org/names/5142>,
        <http://data.carnegiehall.org/names/61424>,
        <http://data.carnegiehall.org/names/61425>,
        <http://data.carnegiehall.org/names/61426>,
        <http://data.carnegiehall.org/names/61427> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/59611> .

