@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/60591/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Pirates of Penzance: Hail Poetry!" ;
    ns3:alto <http://data.carnegiehall.org/names/113127>,
        <http://data.carnegiehall.org/names/113128>,
        <http://data.carnegiehall.org/names/113129> ;
    ns3:bass <http://data.carnegiehall.org/names/113131>,
        <http://data.carnegiehall.org/names/113132>,
        <http://data.carnegiehall.org/names/81444> ;
    ns3:bass_baritone <http://data.carnegiehall.org/names/113124> ;
    ns3:mezzo_soprano <http://data.carnegiehall.org/names/27201> ;
    ns3:piano <http://data.carnegiehall.org/names/22269> ;
    ns3:soprano <http://data.carnegiehall.org/names/113125>,
        <http://data.carnegiehall.org/names/113126> ;
    ns3:tenor <http://data.carnegiehall.org/names/113130>,
        <http://data.carnegiehall.org/names/73455>,
        <http://data.carnegiehall.org/names/81441> ;
    ns1:performer <http://data.carnegiehall.org/names/113124>,
        <http://data.carnegiehall.org/names/113125>,
        <http://data.carnegiehall.org/names/113126>,
        <http://data.carnegiehall.org/names/113127>,
        <http://data.carnegiehall.org/names/113128>,
        <http://data.carnegiehall.org/names/113129>,
        <http://data.carnegiehall.org/names/113130>,
        <http://data.carnegiehall.org/names/113131>,
        <http://data.carnegiehall.org/names/113132>,
        <http://data.carnegiehall.org/names/22269>,
        <http://data.carnegiehall.org/names/27201>,
        <http://data.carnegiehall.org/names/73455>,
        <http://data.carnegiehall.org/names/81441>,
        <http://data.carnegiehall.org/names/81444> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/6626> .

