@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/44357/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Keep in Touch: Three Missed Calls for Holy Week" ;
    ns2:electronics <http://data.carnegiehall.org/names/76982> ;
    ns2:keyboard <http://data.carnegiehall.org/names/67842>,
        <http://data.carnegiehall.org/names/76462> ;
    ns2:percussion <http://data.carnegiehall.org/names/38771> ;
    ns2:viola <http://data.carnegiehall.org/names/53123> ;
    ns1:performer <http://data.carnegiehall.org/names/38771>,
        <http://data.carnegiehall.org/names/53123>,
        <http://data.carnegiehall.org/names/67842>,
        <http://data.carnegiehall.org/names/76462>,
        <http://data.carnegiehall.org/names/76982> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/73092> .

