@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/10867/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Der Protagonist, Op. 14: Pantomime" ;
    ns3:baritone <http://data.carnegiehall.org/names/857> ;
    ns3:bass <http://data.carnegiehall.org/names/37935> ;
    ns3:bassoon <http://data.carnegiehall.org/names/19335>,
        <http://data.carnegiehall.org/names/50267> ;
    ns3:clarinet <http://data.carnegiehall.org/names/28768>,
        <http://data.carnegiehall.org/names/7909> ;
    ns3:flute <http://data.carnegiehall.org/names/23954>,
        <http://data.carnegiehall.org/names/42130> ;
    ns3:mezzo_soprano <http://data.carnegiehall.org/names/44852> ;
    ns3:tenor <http://data.carnegiehall.org/names/59892> ;
    ns3:trumpet <http://data.carnegiehall.org/names/46939>,
        <http://data.carnegiehall.org/names/55408> ;
    ns1:performer <http://data.carnegiehall.org/names/19335>,
        <http://data.carnegiehall.org/names/23954>,
        <http://data.carnegiehall.org/names/28768>,
        <http://data.carnegiehall.org/names/37935>,
        <http://data.carnegiehall.org/names/42130>,
        <http://data.carnegiehall.org/names/44852>,
        <http://data.carnegiehall.org/names/46939>,
        <http://data.carnegiehall.org/names/50267>,
        <http://data.carnegiehall.org/names/55408>,
        <http://data.carnegiehall.org/names/59892>,
        <http://data.carnegiehall.org/names/7909>,
        <http://data.carnegiehall.org/names/857> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/31761> .

