@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/58948/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Marriage of Figaro, K. 492: Act III. Riconosci in questo amplesso" ;
    ns2:baritone <http://data.carnegiehall.org/names/109968> ;
    ns2:bass <http://data.carnegiehall.org/names/109991>,
        <http://data.carnegiehall.org/names/109992> ;
    ns2:piano <http://data.carnegiehall.org/names/99260> ;
    ns2:soprano <http://data.carnegiehall.org/names/109990>,
        <http://data.carnegiehall.org/names/109994> ;
    ns2:tenor <http://data.carnegiehall.org/names/109993> ;
    ns1:performer <http://data.carnegiehall.org/names/109968>,
        <http://data.carnegiehall.org/names/109990>,
        <http://data.carnegiehall.org/names/109991>,
        <http://data.carnegiehall.org/names/109992>,
        <http://data.carnegiehall.org/names/109993>,
        <http://data.carnegiehall.org/names/109994>,
        <http://data.carnegiehall.org/names/99260> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/92406> .

