@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/43831/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Drumming" ;
    ns2:alto <http://data.carnegiehall.org/names/75621> ;
    ns2:percussion <http://data.carnegiehall.org/names/10609>,
        <http://data.carnegiehall.org/names/35173>,
        <http://data.carnegiehall.org/names/44727>,
        <http://data.carnegiehall.org/names/44954>,
        <http://data.carnegiehall.org/names/47893>,
        <http://data.carnegiehall.org/names/48494>,
        <http://data.carnegiehall.org/names/48504>,
        <http://data.carnegiehall.org/names/49806>,
        <http://data.carnegiehall.org/names/59383> ;
    ns2:percussion_ensemble <http://data.carnegiehall.org/names/30910> ;
    ns2:piccolo <http://data.carnegiehall.org/names/58533> ;
    ns2:soprano <http://data.carnegiehall.org/names/66103> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/66101> ;
    ns1:performer <http://data.carnegiehall.org/names/10609>,
        <http://data.carnegiehall.org/names/30910>,
        <http://data.carnegiehall.org/names/35173>,
        <http://data.carnegiehall.org/names/44727>,
        <http://data.carnegiehall.org/names/44954>,
        <http://data.carnegiehall.org/names/47893>,
        <http://data.carnegiehall.org/names/48494>,
        <http://data.carnegiehall.org/names/48504>,
        <http://data.carnegiehall.org/names/49806>,
        <http://data.carnegiehall.org/names/58533>,
        <http://data.carnegiehall.org/names/59383>,
        <http://data.carnegiehall.org/names/66101>,
        <http://data.carnegiehall.org/names/66103>,
        <http://data.carnegiehall.org/names/75621> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/71773> .

