@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/41907/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Morceaux de fantaisie, Op. 3: 2. Prélude in C-sharp Minor" ;
    ns1:conductor <http://data.carnegiehall.org/names/70837> ;
    ns1:orchestra <http://data.carnegiehall.org/names/70835> ;
    ns1:piano <http://data.carnegiehall.org/names/70841> ;
    ns3:performer <http://data.carnegiehall.org/names/70835>,
        <http://data.carnegiehall.org/names/70837>,
        <http://data.carnegiehall.org/names/70841> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/22436> .

