@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/50771/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Étude in C-sharp Minor, Op. 10, No. 4" ;
    ns2:piano <http://data.carnegiehall.org/names/93054>,
        <http://data.carnegiehall.org/names/93055>,
        <http://data.carnegiehall.org/names/93056>,
        <http://data.carnegiehall.org/names/93057>,
        <http://data.carnegiehall.org/names/93058>,
        <http://data.carnegiehall.org/names/93059> ;
    ns1:performer <http://data.carnegiehall.org/names/93054>,
        <http://data.carnegiehall.org/names/93055>,
        <http://data.carnegiehall.org/names/93056>,
        <http://data.carnegiehall.org/names/93057>,
        <http://data.carnegiehall.org/names/93058>,
        <http://data.carnegiehall.org/names/93059> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/45667> .

