@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/56040/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Orlando, HWV 31" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/20579> ;
    ns1:countertenor <http://data.carnegiehall.org/names/91409> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/69779> ;
    ns1:soprano <http://data.carnegiehall.org/names/68121>,
        <http://data.carnegiehall.org/names/84649> ;
    ns2:performer <http://data.carnegiehall.org/names/20579>,
        <http://data.carnegiehall.org/names/68121>,
        <http://data.carnegiehall.org/names/69779>,
        <http://data.carnegiehall.org/names/84649>,
        <http://data.carnegiehall.org/names/91409> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/26307> .

