@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/7920/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Christmas on the Beach of Waikiki" ;
    ns2:accordion <http://data.carnegiehall.org/names/36224> ;
    ns2:baritone <http://data.carnegiehall.org/names/42170> ;
    ns2:bass <http://data.carnegiehall.org/names/44365> ;
    ns2:tenor <http://data.carnegiehall.org/names/11874>,
        <http://data.carnegiehall.org/names/21047>,
        <http://data.carnegiehall.org/names/21051>,
        <http://data.carnegiehall.org/names/49930> ;
    ns2:ukulele <http://data.carnegiehall.org/names/40120> ;
    ns1:performer <http://data.carnegiehall.org/names/11874>,
        <http://data.carnegiehall.org/names/21047>,
        <http://data.carnegiehall.org/names/21051>,
        <http://data.carnegiehall.org/names/36224>,
        <http://data.carnegiehall.org/names/40120>,
        <http://data.carnegiehall.org/names/42170>,
        <http://data.carnegiehall.org/names/44365>,
        <http://data.carnegiehall.org/names/49930> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/41876> .

