@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/14404/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Giulio Cesare in Egitto, HWV 17" ;
    ns1:baritone <http://data.carnegiehall.org/names/1494> ;
    ns1:bass <http://data.carnegiehall.org/names/27974> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/22343> ;
    ns1:contralto <http://data.carnegiehall.org/names/15487> ;
    ns1:countertenor <http://data.carnegiehall.org/names/25097> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/51485> ;
    ns1:soprano <http://data.carnegiehall.org/names/8926> ;
    ns2:performer <http://data.carnegiehall.org/names/1494>,
        <http://data.carnegiehall.org/names/15487>,
        <http://data.carnegiehall.org/names/22343>,
        <http://data.carnegiehall.org/names/25097>,
        <http://data.carnegiehall.org/names/27974>,
        <http://data.carnegiehall.org/names/51485>,
        <http://data.carnegiehall.org/names/8926> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/26095> .

