@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/41893/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Falstaff: Act III, Scene 2. Tutto nel mundo è burla" ;
    ns2:baritone <http://data.carnegiehall.org/names/39724>,
        <http://data.carnegiehall.org/names/67971> ;
    ns2:bass <http://data.carnegiehall.org/names/70790> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/26897>,
        <http://data.carnegiehall.org/names/70793> ;
    ns2:soprano <http://data.carnegiehall.org/names/29733>,
        <http://data.carnegiehall.org/names/67114> ;
    ns2:tenor <http://data.carnegiehall.org/names/36282>,
        <http://data.carnegiehall.org/names/67109>,
        <http://data.carnegiehall.org/names/70791> ;
    ns1:performer <http://data.carnegiehall.org/names/26897>,
        <http://data.carnegiehall.org/names/29733>,
        <http://data.carnegiehall.org/names/36282>,
        <http://data.carnegiehall.org/names/39724>,
        <http://data.carnegiehall.org/names/67109>,
        <http://data.carnegiehall.org/names/67114>,
        <http://data.carnegiehall.org/names/67971>,
        <http://data.carnegiehall.org/names/70790>,
        <http://data.carnegiehall.org/names/70791>,
        <http://data.carnegiehall.org/names/70793> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/67487> .

