@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/42586/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "mercy: Selections (unspecified)" ;
    ns2:keyboard <http://data.carnegiehall.org/names/44651>,
        <http://data.carnegiehall.org/names/65990> ;
    ns2:percussion <http://data.carnegiehall.org/names/37950> ;
    ns2:violin <http://data.carnegiehall.org/names/65990> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/72449> ;
    ns2:vocalist <http://data.carnegiehall.org/names/44651>,
        <http://data.carnegiehall.org/names/65986>,
        <http://data.carnegiehall.org/names/65987>,
        <http://data.carnegiehall.org/names/65988>,
        <http://data.carnegiehall.org/names/65989>,
        <http://data.carnegiehall.org/names/65990>,
        <http://data.carnegiehall.org/names/72453> ;
    ns2:woodwinds <http://data.carnegiehall.org/names/44651> ;
    ns1:performer <http://data.carnegiehall.org/names/37950>,
        <http://data.carnegiehall.org/names/44651>,
        <http://data.carnegiehall.org/names/65986>,
        <http://data.carnegiehall.org/names/65987>,
        <http://data.carnegiehall.org/names/65988>,
        <http://data.carnegiehall.org/names/65989>,
        <http://data.carnegiehall.org/names/65990>,
        <http://data.carnegiehall.org/names/72449>,
        <http://data.carnegiehall.org/names/72453> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/69005> .

