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

<http://data.carnegiehall.org/events/54069/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selection (unspecified)" ;
    ns1:double_bass <http://data.carnegiehall.org/names/45585> ;
    ns1:drums <http://data.carnegiehall.org/names/55575> ;
    ns1:guitar <http://data.carnegiehall.org/names/98759> ;
    ns1:piano <http://data.carnegiehall.org/names/31500> ;
    ns1:vibraphone <http://data.carnegiehall.org/names/8543> ;
    ns1:vocalist <http://data.carnegiehall.org/names/493>,
        <http://data.carnegiehall.org/names/98757> ;
    ns2:performer <http://data.carnegiehall.org/names/31500>,
        <http://data.carnegiehall.org/names/45585>,
        <http://data.carnegiehall.org/names/493>,
        <http://data.carnegiehall.org/names/55575>,
        <http://data.carnegiehall.org/names/8543>,
        <http://data.carnegiehall.org/names/98757>,
        <http://data.carnegiehall.org/names/98759> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/15727> .

