@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/49385/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:director <http://data.carnegiehall.org/names/90102> ;
    ns1:double_bass <http://data.carnegiehall.org/names/77015> ;
    ns1:drums <http://data.carnegiehall.org/names/90104> ;
    ns1:host <http://data.carnegiehall.org/names/56801> ;
    ns1:keyboard <http://data.carnegiehall.org/names/90105> ;
    ns1:piano <http://data.carnegiehall.org/names/90103> ;
    ns2:performer <http://data.carnegiehall.org/names/56801>,
        <http://data.carnegiehall.org/names/77015>,
        <http://data.carnegiehall.org/names/90102>,
        <http://data.carnegiehall.org/names/90103>,
        <http://data.carnegiehall.org/names/90104>,
        <http://data.carnegiehall.org/names/90105> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

