@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/2799/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:bossa_nova_band <http://data.carnegiehall.org/names/37455> ;
    ns2:double_bass <http://data.carnegiehall.org/names/13699> ;
    ns2:drums <http://data.carnegiehall.org/names/46903> ;
    ns2:guitar <http://data.carnegiehall.org/names/41366>,
        <http://data.carnegiehall.org/names/701> ;
    ns2:percussion <http://data.carnegiehall.org/names/13700> ;
    ns2:trumpet <http://data.carnegiehall.org/names/46098> ;
    ns2:vocalist <http://data.carnegiehall.org/names/18384>,
        <http://data.carnegiehall.org/names/40065>,
        <http://data.carnegiehall.org/names/47603>,
        <http://data.carnegiehall.org/names/58977> ;
    ns1:performer <http://data.carnegiehall.org/names/13699>,
        <http://data.carnegiehall.org/names/13700>,
        <http://data.carnegiehall.org/names/18384>,
        <http://data.carnegiehall.org/names/37455>,
        <http://data.carnegiehall.org/names/40065>,
        <http://data.carnegiehall.org/names/41366>,
        <http://data.carnegiehall.org/names/46098>,
        <http://data.carnegiehall.org/names/46903>,
        <http://data.carnegiehall.org/names/47603>,
        <http://data.carnegiehall.org/names/58977>,
        <http://data.carnegiehall.org/names/701> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

