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

<http://data.carnegiehall.org/events/54277/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Games: Memory Song" ;
    ns3:cello <http://data.carnegiehall.org/names/80177> ;
    ns3:chamber_ensemble <http://data.carnegiehall.org/names/37631> ;
    ns3:clarinet <http://data.carnegiehall.org/names/79023> ;
    ns3:double_bass <http://data.carnegiehall.org/names/960> ;
    ns3:guitar <http://data.carnegiehall.org/names/89984> ;
    ns3:percussion <http://data.carnegiehall.org/names/63247> ;
    ns3:piano <http://data.carnegiehall.org/names/88641> ;
    ns3:vocal_ensemble <http://data.carnegiehall.org/names/99307> ;
    ns3:vocalist <http://data.carnegiehall.org/names/65986>,
        <http://data.carnegiehall.org/names/65987>,
        <http://data.carnegiehall.org/names/65988> ;
    ns1:performer <http://data.carnegiehall.org/names/37631>,
        <http://data.carnegiehall.org/names/63247>,
        <http://data.carnegiehall.org/names/65986>,
        <http://data.carnegiehall.org/names/65987>,
        <http://data.carnegiehall.org/names/65988>,
        <http://data.carnegiehall.org/names/79023>,
        <http://data.carnegiehall.org/names/80177>,
        <http://data.carnegiehall.org/names/88641>,
        <http://data.carnegiehall.org/names/89984>,
        <http://data.carnegiehall.org/names/960>,
        <http://data.carnegiehall.org/names/99307> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/93368> .

