@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/37733/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:bass <http://data.carnegiehall.org/names/17441> ;
    ns2:dancer <http://data.carnegiehall.org/names/61966>,
        <http://data.carnegiehall.org/names/61969> ;
    ns2:soprano <http://data.carnegiehall.org/names/61968> ;
    ns2:speaker <http://data.carnegiehall.org/names/61756> ;
    ns2:tenor <http://data.carnegiehall.org/names/58309> ;
    ns2:unspecified_instrument <http://data.carnegiehall.org/names/61971>,
        <http://data.carnegiehall.org/names/61972> ;
    ns2:vocalist <http://data.carnegiehall.org/names/19006>,
        <http://data.carnegiehall.org/names/37054>,
        <http://data.carnegiehall.org/names/41763>,
        <http://data.carnegiehall.org/names/61967>,
        <http://data.carnegiehall.org/names/61970> ;
    ns1:performer <http://data.carnegiehall.org/names/17441>,
        <http://data.carnegiehall.org/names/19006>,
        <http://data.carnegiehall.org/names/37054>,
        <http://data.carnegiehall.org/names/41763>,
        <http://data.carnegiehall.org/names/58309>,
        <http://data.carnegiehall.org/names/61756>,
        <http://data.carnegiehall.org/names/61966>,
        <http://data.carnegiehall.org/names/61967>,
        <http://data.carnegiehall.org/names/61968>,
        <http://data.carnegiehall.org/names/61969>,
        <http://data.carnegiehall.org/names/61970>,
        <http://data.carnegiehall.org/names/61971>,
        <http://data.carnegiehall.org/names/61972> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

