@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/49953/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Marriage of Figaro, K. 492: Aria (unspecified)" ;
    ns1:baritone <http://data.carnegiehall.org/names/90972>,
        <http://data.carnegiehall.org/names/90975> ;
    ns1:bass <http://data.carnegiehall.org/names/90970>,
        <http://data.carnegiehall.org/names/90978> ;
    ns1:conductor <http://data.carnegiehall.org/names/86805> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/90974> ;
    ns1:opera_company <http://data.carnegiehall.org/names/84181> ;
    ns1:piano <http://data.carnegiehall.org/names/90981> ;
    ns1:soprano <http://data.carnegiehall.org/names/90971>,
        <http://data.carnegiehall.org/names/90973>,
        <http://data.carnegiehall.org/names/90977>,
        <http://data.carnegiehall.org/names/90979> ;
    ns1:tenor <http://data.carnegiehall.org/names/90976> ;
    ns2:performer <http://data.carnegiehall.org/names/84181>,
        <http://data.carnegiehall.org/names/86805>,
        <http://data.carnegiehall.org/names/90970>,
        <http://data.carnegiehall.org/names/90971>,
        <http://data.carnegiehall.org/names/90972>,
        <http://data.carnegiehall.org/names/90973>,
        <http://data.carnegiehall.org/names/90974>,
        <http://data.carnegiehall.org/names/90975>,
        <http://data.carnegiehall.org/names/90976>,
        <http://data.carnegiehall.org/names/90977>,
        <http://data.carnegiehall.org/names/90978>,
        <http://data.carnegiehall.org/names/90979>,
        <http://data.carnegiehall.org/names/90981> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/47567> .

