@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/60893/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Marriage of Figaro, K. 492: Aria (unspecified)" ;
    ns1:baritone <http://data.carnegiehall.org/names/109968>,
        <http://data.carnegiehall.org/names/113902> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/49345> ;
    ns1:conductor <http://data.carnegiehall.org/names/113894> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/113903> ;
    ns1:soprano <http://data.carnegiehall.org/names/110071>,
        <http://data.carnegiehall.org/names/113887>,
        <http://data.carnegiehall.org/names/113888>,
        <http://data.carnegiehall.org/names/113904> ;
    ns1:tenor <http://data.carnegiehall.org/names/113905>,
        <http://data.carnegiehall.org/names/113906> ;
    ns2:performer <http://data.carnegiehall.org/names/109968>,
        <http://data.carnegiehall.org/names/110071>,
        <http://data.carnegiehall.org/names/113887>,
        <http://data.carnegiehall.org/names/113888>,
        <http://data.carnegiehall.org/names/113894>,
        <http://data.carnegiehall.org/names/113902>,
        <http://data.carnegiehall.org/names/113903>,
        <http://data.carnegiehall.org/names/113904>,
        <http://data.carnegiehall.org/names/113905>,
        <http://data.carnegiehall.org/names/113906>,
        <http://data.carnegiehall.org/names/49345> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/47567> .

