@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/7248/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "La Wally" ;
    ns2:baritone <http://data.carnegiehall.org/names/5287> ;
    ns2:bass <http://data.carnegiehall.org/names/54192> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/52123> ;
    ns2:soprano <http://data.carnegiehall.org/names/49756>,
        <http://data.carnegiehall.org/names/53155>,
        <http://data.carnegiehall.org/names/54193> ;
    ns2:tenor <http://data.carnegiehall.org/names/20711> ;
    ns2:vocalist <http://data.carnegiehall.org/names/109774>,
        <http://data.carnegiehall.org/names/109775>,
        <http://data.carnegiehall.org/names/109776>,
        <http://data.carnegiehall.org/names/109777>,
        <http://data.carnegiehall.org/names/109778>,
        <http://data.carnegiehall.org/names/109779>,
        <http://data.carnegiehall.org/names/109780>,
        <http://data.carnegiehall.org/names/109781>,
        <http://data.carnegiehall.org/names/109782>,
        <http://data.carnegiehall.org/names/109783>,
        <http://data.carnegiehall.org/names/109784> ;
    ns1:performer <http://data.carnegiehall.org/names/109774>,
        <http://data.carnegiehall.org/names/109775>,
        <http://data.carnegiehall.org/names/109776>,
        <http://data.carnegiehall.org/names/109777>,
        <http://data.carnegiehall.org/names/109778>,
        <http://data.carnegiehall.org/names/109779>,
        <http://data.carnegiehall.org/names/109780>,
        <http://data.carnegiehall.org/names/109781>,
        <http://data.carnegiehall.org/names/109782>,
        <http://data.carnegiehall.org/names/109783>,
        <http://data.carnegiehall.org/names/109784>,
        <http://data.carnegiehall.org/names/20711>,
        <http://data.carnegiehall.org/names/49756>,
        <http://data.carnegiehall.org/names/52123>,
        <http://data.carnegiehall.org/names/5287>,
        <http://data.carnegiehall.org/names/53155>,
        <http://data.carnegiehall.org/names/54192>,
        <http://data.carnegiehall.org/names/54193> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/43105> .

