@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/60745/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:baritone <http://data.carnegiehall.org/names/84964> ;
    ns1:dancer <http://data.carnegiehall.org/names/118000>,
        <http://data.carnegiehall.org/names/118001> ;
    ns1:music_ensemble <http://data.carnegiehall.org/names/113489>,
        <http://data.carnegiehall.org/names/118003>,
        <http://data.carnegiehall.org/names/118004> ;
    ns1:recorder <http://data.carnegiehall.org/names/110192> ;
    ns1:samba_reggae_band <http://data.carnegiehall.org/names/118002> ;
    ns1:vocalist <http://data.carnegiehall.org/names/100981>,
        <http://data.carnegiehall.org/names/92923>,
        <http://data.carnegiehall.org/names/94762> ;
    ns2:performer <http://data.carnegiehall.org/names/100981>,
        <http://data.carnegiehall.org/names/110192>,
        <http://data.carnegiehall.org/names/113489>,
        <http://data.carnegiehall.org/names/118000>,
        <http://data.carnegiehall.org/names/118001>,
        <http://data.carnegiehall.org/names/118002>,
        <http://data.carnegiehall.org/names/118003>,
        <http://data.carnegiehall.org/names/118004>,
        <http://data.carnegiehall.org/names/84964>,
        <http://data.carnegiehall.org/names/92923>,
        <http://data.carnegiehall.org/names/94762> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

