@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/55621/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Marriage of Figaro, K. 492: Aria (unspecified)" ;
    ns1:baritone <http://data.carnegiehall.org/names/97076> ;
    ns1:bass <http://data.carnegiehall.org/names/101391>,
        <http://data.carnegiehall.org/names/101399> ;
    ns1:chamber_orchestra <http://data.carnegiehall.org/names/99259> ;
    ns1:conductor <http://data.carnegiehall.org/names/90814> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/101387>,
        <http://data.carnegiehall.org/names/101396> ;
    ns1:soprano <http://data.carnegiehall.org/names/101395> ;
    ns1:tenor <http://data.carnegiehall.org/names/101389>,
        <http://data.carnegiehall.org/names/101398> ;
    ns2:performer <http://data.carnegiehall.org/names/101387>,
        <http://data.carnegiehall.org/names/101389>,
        <http://data.carnegiehall.org/names/101391>,
        <http://data.carnegiehall.org/names/101395>,
        <http://data.carnegiehall.org/names/101396>,
        <http://data.carnegiehall.org/names/101398>,
        <http://data.carnegiehall.org/names/101399>,
        <http://data.carnegiehall.org/names/90814>,
        <http://data.carnegiehall.org/names/97076>,
        <http://data.carnegiehall.org/names/99259> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/47567> .

