@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/19105/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:baritone <http://data.carnegiehall.org/names/21807>,
        <http://data.carnegiehall.org/names/45841>,
        <http://data.carnegiehall.org/names/58883> ;
    ns2:dancer <http://data.carnegiehall.org/names/15622>,
        <http://data.carnegiehall.org/names/6079> ;
    ns2:flamenco_dancer <http://data.carnegiehall.org/names/35107> ;
    ns2:soprano <http://data.carnegiehall.org/names/24158>,
        <http://data.carnegiehall.org/names/47240> ;
    ns2:tenor <http://data.carnegiehall.org/names/27630>,
        <http://data.carnegiehall.org/names/28909>,
        <http://data.carnegiehall.org/names/32036> ;
    ns2:unspecified_voice <http://data.carnegiehall.org/names/2162> ;
    ns2:vocalist <http://data.carnegiehall.org/names/45840> ;
    ns1:performer <http://data.carnegiehall.org/names/15622>,
        <http://data.carnegiehall.org/names/2162>,
        <http://data.carnegiehall.org/names/21807>,
        <http://data.carnegiehall.org/names/24158>,
        <http://data.carnegiehall.org/names/27630>,
        <http://data.carnegiehall.org/names/28909>,
        <http://data.carnegiehall.org/names/32036>,
        <http://data.carnegiehall.org/names/35107>,
        <http://data.carnegiehall.org/names/45840>,
        <http://data.carnegiehall.org/names/45841>,
        <http://data.carnegiehall.org/names/47240>,
        <http://data.carnegiehall.org/names/58883>,
        <http://data.carnegiehall.org/names/6079> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

