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

<http://data.carnegiehall.org/events/26159/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "HMS Pinafore" ;
    ns2:baritone <http://data.carnegiehall.org/names/13813>,
        <http://data.carnegiehall.org/names/28155>,
        <http://data.carnegiehall.org/names/57271> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/46108> ;
    ns2:contralto <http://data.carnegiehall.org/names/52820> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/38772> ;
    ns2:soprano <http://data.carnegiehall.org/names/6344> ;
    ns2:tenor <http://data.carnegiehall.org/names/28153> ;
    ns1:performer <http://data.carnegiehall.org/names/13813>,
        <http://data.carnegiehall.org/names/28153>,
        <http://data.carnegiehall.org/names/28155>,
        <http://data.carnegiehall.org/names/38772>,
        <http://data.carnegiehall.org/names/46108>,
        <http://data.carnegiehall.org/names/52820>,
        <http://data.carnegiehall.org/names/57271>,
        <http://data.carnegiehall.org/names/6344> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/58896> .

