@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/6857/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Music for Mallet Instruments, Voices and Organ" ;
    ns2:electric_organ <http://data.carnegiehall.org/names/43953> ;
    ns2:glockenspiel <http://data.carnegiehall.org/names/33697>,
        <http://data.carnegiehall.org/names/49806> ;
    ns2:marimba <http://data.carnegiehall.org/names/42324> ;
    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> ;
    ns2:percussion_ensemble <http://data.carnegiehall.org/names/30910> ;
    ns2:vocalist <http://data.carnegiehall.org/names/21984>,
        <http://data.carnegiehall.org/names/5038>,
        <http://data.carnegiehall.org/names/55959> ;
    ns1:performer <http://data.carnegiehall.org/names/10609>,
        <http://data.carnegiehall.org/names/21984>,
        <http://data.carnegiehall.org/names/30910>,
        <http://data.carnegiehall.org/names/33697>,
        <http://data.carnegiehall.org/names/35173>,
        <http://data.carnegiehall.org/names/42324>,
        <http://data.carnegiehall.org/names/43953>,
        <http://data.carnegiehall.org/names/44727>,
        <http://data.carnegiehall.org/names/44954>,
        <http://data.carnegiehall.org/names/49806>,
        <http://data.carnegiehall.org/names/5038>,
        <http://data.carnegiehall.org/names/55959> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/42637> .

