@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/77253/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Hercules, HWV 60" ;
    ns1:bass <http://data.carnegiehall.org/names/111131>,
        <http://data.carnegiehall.org/names/77799> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/130483> ;
    ns1:choir <http://data.carnegiehall.org/names/112765> ;
    ns1:countertenor <http://data.carnegiehall.org/names/140238> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/104186> ;
    ns1:soprano <http://data.carnegiehall.org/names/132107> ;
    ns1:tenor <http://data.carnegiehall.org/names/104351> ;
    ns2:performer <http://data.carnegiehall.org/names/104186>,
        <http://data.carnegiehall.org/names/104351>,
        <http://data.carnegiehall.org/names/111131>,
        <http://data.carnegiehall.org/names/112765>,
        <http://data.carnegiehall.org/names/130483>,
        <http://data.carnegiehall.org/names/132107>,
        <http://data.carnegiehall.org/names/140238>,
        <http://data.carnegiehall.org/names/77799> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/121754> .

