@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/3068/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Alcina, HWV 34" ;
    ns1:bass <http://data.carnegiehall.org/names/22943> ;
    ns1:contralto <http://data.carnegiehall.org/names/43289> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/24480> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/7781> ;
    ns1:soprano <http://data.carnegiehall.org/names/17166>,
        <http://data.carnegiehall.org/names/17200>,
        <http://data.carnegiehall.org/names/48099> ;
    ns1:tenor <http://data.carnegiehall.org/names/38450> ;
    ns2:performer <http://data.carnegiehall.org/names/17166>,
        <http://data.carnegiehall.org/names/17200>,
        <http://data.carnegiehall.org/names/22943>,
        <http://data.carnegiehall.org/names/24480>,
        <http://data.carnegiehall.org/names/38450>,
        <http://data.carnegiehall.org/names/43289>,
        <http://data.carnegiehall.org/names/48099>,
        <http://data.carnegiehall.org/names/7781> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/23123> .

