@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/63554/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Don Giovanni, K. 527: Act II. Sola, sola in buio loco" ;
    ns2:baritone <http://data.carnegiehall.org/names/117436>,
        <http://data.carnegiehall.org/names/120170> ;
    ns2:soprano <http://data.carnegiehall.org/names/120162>,
        <http://data.carnegiehall.org/names/120176>,
        <http://data.carnegiehall.org/names/120178> ;
    ns2:tenor <http://data.carnegiehall.org/names/120168> ;
    ns1:performer <http://data.carnegiehall.org/names/117436>,
        <http://data.carnegiehall.org/names/120162>,
        <http://data.carnegiehall.org/names/120168>,
        <http://data.carnegiehall.org/names/120170>,
        <http://data.carnegiehall.org/names/120176>,
        <http://data.carnegiehall.org/names/120178> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/79373> .

