@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/79928/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Marriage of Figaro, K. 492: Act IV. Finale" ;
    ns1:baritone <http://data.carnegiehall.org/names/102324> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/142056> ;
    ns1:cello <http://data.carnegiehall.org/names/41661> ;
    ns1:countertenor <http://data.carnegiehall.org/names/32922>,
        <http://data.carnegiehall.org/names/78189> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/87910> ;
    ns1:soprano <http://data.carnegiehall.org/names/142055>,
        <http://data.carnegiehall.org/names/73203>,
        <http://data.carnegiehall.org/names/99529> ;
    ns1:tenor <http://data.carnegiehall.org/names/91752> ;
    ns1:violin <http://data.carnegiehall.org/names/67316> ;
    ns2:performer <http://data.carnegiehall.org/names/102324>,
        <http://data.carnegiehall.org/names/142055>,
        <http://data.carnegiehall.org/names/142056>,
        <http://data.carnegiehall.org/names/32922>,
        <http://data.carnegiehall.org/names/41661>,
        <http://data.carnegiehall.org/names/67316>,
        <http://data.carnegiehall.org/names/73203>,
        <http://data.carnegiehall.org/names/78189>,
        <http://data.carnegiehall.org/names/87910>,
        <http://data.carnegiehall.org/names/91752>,
        <http://data.carnegiehall.org/names/99529> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/63342> .

