@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/46342/work_28> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Song (unspecified)" ;
    ns2:12_string_guitar <http://data.carnegiehall.org/names/23633> ;
    ns2:double_bass <http://data.carnegiehall.org/names/42756> ;
    ns2:guitar <http://data.carnegiehall.org/names/18198> ;
    ns2:hula_dancer <http://data.carnegiehall.org/names/69425> ;
    ns2:music_ensemble <http://data.carnegiehall.org/names/39645> ;
    ns1:performer <http://data.carnegiehall.org/names/18198>,
        <http://data.carnegiehall.org/names/23633>,
        <http://data.carnegiehall.org/names/39645>,
        <http://data.carnegiehall.org/names/42756>,
        <http://data.carnegiehall.org/names/69425> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/7039> .

