@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/28899/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "L'italiana in Algeri" ;
    ns1:baritone <http://data.carnegiehall.org/names/44262> ;
    ns1:bass <http://data.carnegiehall.org/names/28920> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/2337> ;
    ns1:contralto <http://data.carnegiehall.org/names/58513> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/51485> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/45969> ;
    ns1:soprano <http://data.carnegiehall.org/names/42227> ;
    ns1:tenor <http://data.carnegiehall.org/names/19038> ;
    ns2:performer <http://data.carnegiehall.org/names/19038>,
        <http://data.carnegiehall.org/names/2337>,
        <http://data.carnegiehall.org/names/28920>,
        <http://data.carnegiehall.org/names/42227>,
        <http://data.carnegiehall.org/names/44262>,
        <http://data.carnegiehall.org/names/45969>,
        <http://data.carnegiehall.org/names/51485>,
        <http://data.carnegiehall.org/names/58513> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/58527> .

