@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/50737/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:bass <http://data.carnegiehall.org/names/23583> ;
    ns1:dancer <http://data.carnegiehall.org/names/92927> ;
    ns1:host <http://data.carnegiehall.org/names/83886> ;
    ns1:percussion <http://data.carnegiehall.org/names/91764> ;
    ns1:vocalist <http://data.carnegiehall.org/names/90689>,
        <http://data.carnegiehall.org/names/92923>,
        <http://data.carnegiehall.org/names/92924> ;
    ns2:performer <http://data.carnegiehall.org/names/23583>,
        <http://data.carnegiehall.org/names/83886>,
        <http://data.carnegiehall.org/names/90689>,
        <http://data.carnegiehall.org/names/91764>,
        <http://data.carnegiehall.org/names/92923>,
        <http://data.carnegiehall.org/names/92924>,
        <http://data.carnegiehall.org/names/92927> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

