@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/45856/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "La traviata: Act I. Libiamo ne'lieti calici (Brindisi)" ;
    ns3:baritone <http://data.carnegiehall.org/names/45897> ;
    ns3:bass_baritone <http://data.carnegiehall.org/names/63624> ;
    ns3:choir <http://data.carnegiehall.org/names/50023> ;
    ns3:mezzo_soprano <http://data.carnegiehall.org/names/37061> ;
    ns3:soprano <http://data.carnegiehall.org/names/24172>,
        <http://data.carnegiehall.org/names/46877>,
        <http://data.carnegiehall.org/names/54807>,
        <http://data.carnegiehall.org/names/57363>,
        <http://data.carnegiehall.org/names/67216> ;
    ns3:tenor <http://data.carnegiehall.org/names/2999>,
        <http://data.carnegiehall.org/names/72556> ;
    ns2:performer <http://data.carnegiehall.org/names/24172>,
        <http://data.carnegiehall.org/names/2999>,
        <http://data.carnegiehall.org/names/37061>,
        <http://data.carnegiehall.org/names/45897>,
        <http://data.carnegiehall.org/names/46877>,
        <http://data.carnegiehall.org/names/50023>,
        <http://data.carnegiehall.org/names/54807>,
        <http://data.carnegiehall.org/names/57363>,
        <http://data.carnegiehall.org/names/63624>,
        <http://data.carnegiehall.org/names/67216>,
        <http://data.carnegiehall.org/names/72556> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/15774> .

