@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/59371/work_19> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "La bohème: Act II. Al Quartiere Latino" ;
    ns2:baritone <http://data.carnegiehall.org/names/92608> ;
    ns2:bass <http://data.carnegiehall.org/names/110941>,
        <http://data.carnegiehall.org/names/110945>,
        <http://data.carnegiehall.org/names/110949> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/110930>,
        <http://data.carnegiehall.org/names/49345> ;
    ns2:contralto <http://data.carnegiehall.org/names/97063> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/93746> ;
    ns2:piano <http://data.carnegiehall.org/names/99260> ;
    ns2:soprano <http://data.carnegiehall.org/names/109393>,
        <http://data.carnegiehall.org/names/110000>,
        <http://data.carnegiehall.org/names/110932>,
        <http://data.carnegiehall.org/names/110946>,
        <http://data.carnegiehall.org/names/77994> ;
    ns2:tenor <http://data.carnegiehall.org/names/110935>,
        <http://data.carnegiehall.org/names/110943>,
        <http://data.carnegiehall.org/names/110944> ;
    ns1:performer <http://data.carnegiehall.org/names/109393>,
        <http://data.carnegiehall.org/names/110000>,
        <http://data.carnegiehall.org/names/110930>,
        <http://data.carnegiehall.org/names/110932>,
        <http://data.carnegiehall.org/names/110935>,
        <http://data.carnegiehall.org/names/110941>,
        <http://data.carnegiehall.org/names/110943>,
        <http://data.carnegiehall.org/names/110944>,
        <http://data.carnegiehall.org/names/110945>,
        <http://data.carnegiehall.org/names/110946>,
        <http://data.carnegiehall.org/names/110949>,
        <http://data.carnegiehall.org/names/49345>,
        <http://data.carnegiehall.org/names/77994>,
        <http://data.carnegiehall.org/names/92608>,
        <http://data.carnegiehall.org/names/93746>,
        <http://data.carnegiehall.org/names/97063>,
        <http://data.carnegiehall.org/names/99260> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/100634> .

