@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/27083/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Pli selon pli: Improvisation sur Mallarmé I" ;
    ns2:celesta <http://data.carnegiehall.org/names/40236> ;
    ns2:harp <http://data.carnegiehall.org/names/53964> ;
    ns2:percussion <http://data.carnegiehall.org/names/15302>,
        <http://data.carnegiehall.org/names/20212>,
        <http://data.carnegiehall.org/names/26792>,
        <http://data.carnegiehall.org/names/55014>,
        <http://data.carnegiehall.org/names/56235>,
        <http://data.carnegiehall.org/names/7648> ;
    ns2:piano <http://data.carnegiehall.org/names/53423> ;
    ns2:soprano <http://data.carnegiehall.org/names/46280> ;
    ns1:performer <http://data.carnegiehall.org/names/15302>,
        <http://data.carnegiehall.org/names/20212>,
        <http://data.carnegiehall.org/names/26792>,
        <http://data.carnegiehall.org/names/40236>,
        <http://data.carnegiehall.org/names/46280>,
        <http://data.carnegiehall.org/names/53423>,
        <http://data.carnegiehall.org/names/53964>,
        <http://data.carnegiehall.org/names/55014>,
        <http://data.carnegiehall.org/names/56235>,
        <http://data.carnegiehall.org/names/7648> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/22549> .

