@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/19726/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "La traviata: Act I. Libiamo ne'lieti calici (Brindisi)" ;
    ns2:soprano <http://data.carnegiehall.org/names/22018>,
        <http://data.carnegiehall.org/names/27297>,
        <http://data.carnegiehall.org/names/42550>,
        <http://data.carnegiehall.org/names/47418> ;
    ns2:tenor <http://data.carnegiehall.org/names/5408>,
        <http://data.carnegiehall.org/names/8611> ;
    ns1:performer <http://data.carnegiehall.org/names/22018>,
        <http://data.carnegiehall.org/names/27297>,
        <http://data.carnegiehall.org/names/42550>,
        <http://data.carnegiehall.org/names/47418>,
        <http://data.carnegiehall.org/names/5408>,
        <http://data.carnegiehall.org/names/8611> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/15774> .

