@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/5547/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Impressions" ;
    ns3:bass_guitar <http://data.carnegiehall.org/names/119962> ;
    ns3:drums <http://data.carnegiehall.org/names/63443> ;
    ns3:electric_piano <http://data.carnegiehall.org/names/63444> ;
    ns3:guitar <http://data.carnegiehall.org/names/43673> ;
    ns3:jazz_quintet <http://data.carnegiehall.org/names/119961> ;
    ns3:percussion <http://data.carnegiehall.org/names/119963> ;
    ns3:piano <http://data.carnegiehall.org/names/70246> ;
    ns3:vibraphone <http://data.carnegiehall.org/names/10424> ;
    ns1:performer <http://data.carnegiehall.org/names/10424>,
        <http://data.carnegiehall.org/names/119961>,
        <http://data.carnegiehall.org/names/119962>,
        <http://data.carnegiehall.org/names/119963>,
        <http://data.carnegiehall.org/names/43673>,
        <http://data.carnegiehall.org/names/63443>,
        <http://data.carnegiehall.org/names/63444>,
        <http://data.carnegiehall.org/names/70246> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/49536> .

