@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/33907/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mosè in Egitto" ;
    ns1:bass <http://data.carnegiehall.org/names/23733>,
        <http://data.carnegiehall.org/names/37611> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/26175> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/23265> ;
    ns1:soprano <http://data.carnegiehall.org/names/32441>,
        <http://data.carnegiehall.org/names/51233> ;
    ns1:tenor <http://data.carnegiehall.org/names/21257>,
        <http://data.carnegiehall.org/names/49760>,
        <http://data.carnegiehall.org/names/8962> ;
    ns2:performer <http://data.carnegiehall.org/names/21257>,
        <http://data.carnegiehall.org/names/23265>,
        <http://data.carnegiehall.org/names/23733>,
        <http://data.carnegiehall.org/names/26175>,
        <http://data.carnegiehall.org/names/32441>,
        <http://data.carnegiehall.org/names/37611>,
        <http://data.carnegiehall.org/names/49760>,
        <http://data.carnegiehall.org/names/51233>,
        <http://data.carnegiehall.org/names/8962> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/57992> .

