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

<http://data.carnegiehall.org/events/46098/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Die Wolkenpumpe, Op. 40" ;
    ns2:baritone <http://data.carnegiehall.org/names/69732> ;
    ns2:bassoon <http://data.carnegiehall.org/names/69131> ;
    ns2:clarinet <http://data.carnegiehall.org/names/62683> ;
    ns2:contrabassoon <http://data.carnegiehall.org/names/81078> ;
    ns2:percussion <http://data.carnegiehall.org/names/19637>,
        <http://data.carnegiehall.org/names/75604>,
        <http://data.carnegiehall.org/names/76338> ;
    ns2:trumpet <http://data.carnegiehall.org/names/79331> ;
    ns3:performer <http://data.carnegiehall.org/names/19637>,
        <http://data.carnegiehall.org/names/62683>,
        <http://data.carnegiehall.org/names/69131>,
        <http://data.carnegiehall.org/names/69732>,
        <http://data.carnegiehall.org/names/75604>,
        <http://data.carnegiehall.org/names/76338>,
        <http://data.carnegiehall.org/names/79331>,
        <http://data.carnegiehall.org/names/81078> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/77022> .

