@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/29426/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Civilian Barber, S. VO5: Perücke Stücke (Hair Piece)" ;
    ns2:bassoon <http://data.carnegiehall.org/names/60058> ;
    ns2:clarinet <http://data.carnegiehall.org/names/18423> ;
    ns2:comedian <http://data.carnegiehall.org/names/57125>,
        <http://data.carnegiehall.org/names/63388> ;
    ns2:soprano <http://data.carnegiehall.org/names/11049> ;
    ns2:trombone <http://data.carnegiehall.org/names/55271> ;
    ns2:trumpet <http://data.carnegiehall.org/names/33213> ;
    ns1:performer <http://data.carnegiehall.org/names/11049>,
        <http://data.carnegiehall.org/names/18423>,
        <http://data.carnegiehall.org/names/33213>,
        <http://data.carnegiehall.org/names/55271>,
        <http://data.carnegiehall.org/names/57125>,
        <http://data.carnegiehall.org/names/60058>,
        <http://data.carnegiehall.org/names/63388> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/61084> .

