@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/51610/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Lucia di Lammermoor: Unspecified selection" ;
    ns1:baritone <http://data.carnegiehall.org/names/93758> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/24574> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/88396>,
        <http://data.carnegiehall.org/names/93746>,
        <http://data.carnegiehall.org/names/93755> ;
    ns1:soprano <http://data.carnegiehall.org/names/67647>,
        <http://data.carnegiehall.org/names/93747>,
        <http://data.carnegiehall.org/names/93750>,
        <http://data.carnegiehall.org/names/93752>,
        <http://data.carnegiehall.org/names/93753>,
        <http://data.carnegiehall.org/names/93754> ;
    ns1:tenor <http://data.carnegiehall.org/names/89294>,
        <http://data.carnegiehall.org/names/93759>,
        <http://data.carnegiehall.org/names/93760> ;
    ns2:performer <http://data.carnegiehall.org/names/24574>,
        <http://data.carnegiehall.org/names/67647>,
        <http://data.carnegiehall.org/names/88396>,
        <http://data.carnegiehall.org/names/89294>,
        <http://data.carnegiehall.org/names/93746>,
        <http://data.carnegiehall.org/names/93747>,
        <http://data.carnegiehall.org/names/93750>,
        <http://data.carnegiehall.org/names/93752>,
        <http://data.carnegiehall.org/names/93753>,
        <http://data.carnegiehall.org/names/93754>,
        <http://data.carnegiehall.org/names/93755>,
        <http://data.carnegiehall.org/names/93758>,
        <http://data.carnegiehall.org/names/93759>,
        <http://data.carnegiehall.org/names/93760> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/50272> .

