@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/42586/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "impermanence: Selections (unspecified)" ;
    ns1:keyboard <http://data.carnegiehall.org/names/44651>,
        <http://data.carnegiehall.org/names/65990> ;
    ns1:percussion <http://data.carnegiehall.org/names/37950> ;
    ns1:violin <http://data.carnegiehall.org/names/65990> ;
    ns1:vocal_ensemble <http://data.carnegiehall.org/names/72449> ;
    ns1: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> ;
    ns1:woodwinds <http://data.carnegiehall.org/names/44651> ;
    ns3: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> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/69004> .

