@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/27949/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Giulio Cesare in Egitto, HWV 17" ;
    ns1:baritone <http://data.carnegiehall.org/names/1689> ;
    ns1:countertenor <http://data.carnegiehall.org/names/33899> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/56218> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/16948> ;
    ns1:narrator <http://data.carnegiehall.org/names/49196> ;
    ns1:soprano <http://data.carnegiehall.org/names/12240> ;
    ns1:tenor <http://data.carnegiehall.org/names/7294> ;
    ns2:performer <http://data.carnegiehall.org/names/12240>,
        <http://data.carnegiehall.org/names/1689>,
        <http://data.carnegiehall.org/names/16948>,
        <http://data.carnegiehall.org/names/33899>,
        <http://data.carnegiehall.org/names/49196>,
        <http://data.carnegiehall.org/names/56218>,
        <http://data.carnegiehall.org/names/7294> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/26095> .

