@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/42586/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Games: Memory Song" ;
    ns2:cello <http://data.carnegiehall.org/names/40354> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/37631> ;
    ns2:clarinet <http://data.carnegiehall.org/names/24708> ;
    ns2:double_bass <http://data.carnegiehall.org/names/960> ;
    ns2:electric_guitar <http://data.carnegiehall.org/names/60825> ;
    ns2:keyboard <http://data.carnegiehall.org/names/54989> ;
    ns2:percussion <http://data.carnegiehall.org/names/37861> ;
    ns2:piano <http://data.carnegiehall.org/names/54989> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/72449> ;
    ns2: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/24708>,
        <http://data.carnegiehall.org/names/37631>,
        <http://data.carnegiehall.org/names/37861>,
        <http://data.carnegiehall.org/names/40354>,
        <http://data.carnegiehall.org/names/54989>,
        <http://data.carnegiehall.org/names/60825>,
        <http://data.carnegiehall.org/names/65986>,
        <http://data.carnegiehall.org/names/65987>,
        <http://data.carnegiehall.org/names/65988>,
        <http://data.carnegiehall.org/names/72449>,
        <http://data.carnegiehall.org/names/960> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/69012> .

