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

<http://data.carnegiehall.org/events/20634/work_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:piano <http://data.carnegiehall.org/names/19451>,
        <http://data.carnegiehall.org/names/49040> ;
    ns1:tenor <http://data.carnegiehall.org/names/93257> ;
    ns1:unspecified_voice <http://data.carnegiehall.org/names/93253>,
        <http://data.carnegiehall.org/names/93254>,
        <http://data.carnegiehall.org/names/93255>,
        <http://data.carnegiehall.org/names/93256>,
        <http://data.carnegiehall.org/names/93258>,
        <http://data.carnegiehall.org/names/93259>,
        <http://data.carnegiehall.org/names/93260> ;
    ns3:performer <http://data.carnegiehall.org/names/19451>,
        <http://data.carnegiehall.org/names/49040>,
        <http://data.carnegiehall.org/names/93253>,
        <http://data.carnegiehall.org/names/93254>,
        <http://data.carnegiehall.org/names/93255>,
        <http://data.carnegiehall.org/names/93256>,
        <http://data.carnegiehall.org/names/93257>,
        <http://data.carnegiehall.org/names/93258>,
        <http://data.carnegiehall.org/names/93259>,
        <http://data.carnegiehall.org/names/93260> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

