@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/11281/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Marrige of Figaro, K. 492" ;
    ns2:baritone <http://data.carnegiehall.org/names/28568>,
        <http://data.carnegiehall.org/names/37139> ;
    ns2:bass <http://data.carnegiehall.org/names/44019>,
        <http://data.carnegiehall.org/names/8715> ;
    ns2:choir <http://data.carnegiehall.org/names/1164> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/4889>,
        <http://data.carnegiehall.org/names/50973> ;
    ns2:soprano <http://data.carnegiehall.org/names/14801>,
        <http://data.carnegiehall.org/names/25799>,
        <http://data.carnegiehall.org/names/53068> ;
    ns2:tenor <http://data.carnegiehall.org/names/28061>,
        <http://data.carnegiehall.org/names/55479> ;
    ns2:unspecified_voice <http://data.carnegiehall.org/names/17031>,
        <http://data.carnegiehall.org/names/8716> ;
    ns1:performer <http://data.carnegiehall.org/names/1164>,
        <http://data.carnegiehall.org/names/14801>,
        <http://data.carnegiehall.org/names/17031>,
        <http://data.carnegiehall.org/names/25799>,
        <http://data.carnegiehall.org/names/28061>,
        <http://data.carnegiehall.org/names/28568>,
        <http://data.carnegiehall.org/names/37139>,
        <http://data.carnegiehall.org/names/44019>,
        <http://data.carnegiehall.org/names/4889>,
        <http://data.carnegiehall.org/names/50973>,
        <http://data.carnegiehall.org/names/53068>,
        <http://data.carnegiehall.org/names/55479>,
        <http://data.carnegiehall.org/names/8715>,
        <http://data.carnegiehall.org/names/8716> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/18210> .

