@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/5547/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selection (unspecified)" ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/119962> ;
    ns1:drums <http://data.carnegiehall.org/names/63443> ;
    ns1:electric_piano <http://data.carnegiehall.org/names/63444> ;
    ns1:guitar <http://data.carnegiehall.org/names/43673> ;
    ns1:jazz_quintet <http://data.carnegiehall.org/names/119961> ;
    ns1:percussion <http://data.carnegiehall.org/names/119963> ;
    ns1:piano <http://data.carnegiehall.org/names/70246> ;
    ns3:performer <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/15727> .

