@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/18436/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selection" ;
    ns2:baritone <http://data.carnegiehall.org/names/82203> ;
    ns2:bass <http://data.carnegiehall.org/names/82204>,
        <http://data.carnegiehall.org/names/82205> ;
    ns2:choir <http://data.carnegiehall.org/names/82206> ;
    ns2:host <http://data.carnegiehall.org/names/26907> ;
    ns2:piano <http://data.carnegiehall.org/names/22676>,
        <http://data.carnegiehall.org/names/40629>,
        <http://data.carnegiehall.org/names/50557>,
        <http://data.carnegiehall.org/names/51251>,
        <http://data.carnegiehall.org/names/55988> ;
    ns2:tap_dancer <http://data.carnegiehall.org/names/37016> ;
    ns2:tenor <http://data.carnegiehall.org/names/82201>,
        <http://data.carnegiehall.org/names/82202> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/44731> ;
    ns2:vocalist <http://data.carnegiehall.org/names/30854> ;
    ns1:performer <http://data.carnegiehall.org/names/22676>,
        <http://data.carnegiehall.org/names/26907>,
        <http://data.carnegiehall.org/names/30854>,
        <http://data.carnegiehall.org/names/37016>,
        <http://data.carnegiehall.org/names/40629>,
        <http://data.carnegiehall.org/names/44731>,
        <http://data.carnegiehall.org/names/50557>,
        <http://data.carnegiehall.org/names/51251>,
        <http://data.carnegiehall.org/names/55988>,
        <http://data.carnegiehall.org/names/82201>,
        <http://data.carnegiehall.org/names/82202>,
        <http://data.carnegiehall.org/names/82203>,
        <http://data.carnegiehall.org/names/82204>,
        <http://data.carnegiehall.org/names/82205>,
        <http://data.carnegiehall.org/names/82206> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/8295> .

