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

<http://data.carnegiehall.org/events/77243/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "3 Morceaux en forme de poire: 5. Morceau 3: Brutal — Modéré — Au temps" ;
    ns1:piano <http://data.carnegiehall.org/names/140040>,
        <http://data.carnegiehall.org/names/140042>,
        <http://data.carnegiehall.org/names/140043>,
        <http://data.carnegiehall.org/names/140044>,
        <http://data.carnegiehall.org/names/140046>,
        <http://data.carnegiehall.org/names/140048>,
        <http://data.carnegiehall.org/names/140050>,
        <http://data.carnegiehall.org/names/140052> ;
    ns2:performer <http://data.carnegiehall.org/names/140040>,
        <http://data.carnegiehall.org/names/140042>,
        <http://data.carnegiehall.org/names/140043>,
        <http://data.carnegiehall.org/names/140044>,
        <http://data.carnegiehall.org/names/140046>,
        <http://data.carnegiehall.org/names/140048>,
        <http://data.carnegiehall.org/names/140050>,
        <http://data.carnegiehall.org/names/140052> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/123983> .

