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

<http://data.carnegiehall.org/events/53605/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Clapping Music" ;
    ns1:hand_clapping <http://data.carnegiehall.org/names/66637>,
        <http://data.carnegiehall.org/names/97268>,
        <http://data.carnegiehall.org/names/97468>,
        <http://data.carnegiehall.org/names/97469>,
        <http://data.carnegiehall.org/names/97470>,
        <http://data.carnegiehall.org/names/97471>,
        <http://data.carnegiehall.org/names/97472>,
        <http://data.carnegiehall.org/names/97473>,
        <http://data.carnegiehall.org/names/97474> ;
    ns2:performer <http://data.carnegiehall.org/names/66637>,
        <http://data.carnegiehall.org/names/97268>,
        <http://data.carnegiehall.org/names/97468>,
        <http://data.carnegiehall.org/names/97469>,
        <http://data.carnegiehall.org/names/97470>,
        <http://data.carnegiehall.org/names/97471>,
        <http://data.carnegiehall.org/names/97472>,
        <http://data.carnegiehall.org/names/97473>,
        <http://data.carnegiehall.org/names/97474> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/57554> .

