@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/29063/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:dancer <http://data.carnegiehall.org/names/21473> ;
    ns1:host <http://data.carnegiehall.org/names/34787>,
        <http://data.carnegiehall.org/names/45521> ;
    ns1:piano <http://data.carnegiehall.org/names/26902>,
        <http://data.carnegiehall.org/names/35273>,
        <http://data.carnegiehall.org/names/40342> ;
    ns1:vocal_ensemble <http://data.carnegiehall.org/names/124377> ;
    ns1:vocalist <http://data.carnegiehall.org/names/10050>,
        <http://data.carnegiehall.org/names/22737>,
        <http://data.carnegiehall.org/names/23220>,
        <http://data.carnegiehall.org/names/23609>,
        <http://data.carnegiehall.org/names/51499>,
        <http://data.carnegiehall.org/names/5658> ;
    ns2:performer <http://data.carnegiehall.org/names/10050>,
        <http://data.carnegiehall.org/names/124377>,
        <http://data.carnegiehall.org/names/21473>,
        <http://data.carnegiehall.org/names/22737>,
        <http://data.carnegiehall.org/names/23220>,
        <http://data.carnegiehall.org/names/23609>,
        <http://data.carnegiehall.org/names/26902>,
        <http://data.carnegiehall.org/names/34787>,
        <http://data.carnegiehall.org/names/35273>,
        <http://data.carnegiehall.org/names/40342>,
        <http://data.carnegiehall.org/names/45521>,
        <http://data.carnegiehall.org/names/51499>,
        <http://data.carnegiehall.org/names/5658> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

