@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/37953/work_04> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Luimen" ;
    ns2:conductor <http://data.carnegiehall.org/names/54990> ;
    ns2:guitar <http://data.carnegiehall.org/names/62680> ;
    ns2:harp <http://data.carnegiehall.org/names/25550> ;
    ns2:mandolin <http://data.carnegiehall.org/names/28096> ;
    ns2:trombone <http://data.carnegiehall.org/names/62679> ;
    ns2:trumpet <http://data.carnegiehall.org/names/62678> ;
    ns2:vibraphone <http://data.carnegiehall.org/names/45835> ;
    ns1:performer <http://data.carnegiehall.org/names/25550>,
        <http://data.carnegiehall.org/names/28096>,
        <http://data.carnegiehall.org/names/45835>,
        <http://data.carnegiehall.org/names/54990>,
        <http://data.carnegiehall.org/names/62678>,
        <http://data.carnegiehall.org/names/62679>,
        <http://data.carnegiehall.org/names/62680> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/60454> ;
    rdfs:comment "Carnegie Hall premiere" .

