@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/28771/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Carnaval, Op. 9" ;
    ns1:piano <http://data.carnegiehall.org/names/27224>,
        <http://data.carnegiehall.org/names/28032>,
        <http://data.carnegiehall.org/names/34804>,
        <http://data.carnegiehall.org/names/3517>,
        <http://data.carnegiehall.org/names/36019>,
        <http://data.carnegiehall.org/names/41159>,
        <http://data.carnegiehall.org/names/43521>,
        <http://data.carnegiehall.org/names/4871>,
        <http://data.carnegiehall.org/names/49973>,
        <http://data.carnegiehall.org/names/5224>,
        <http://data.carnegiehall.org/names/53751>,
        <http://data.carnegiehall.org/names/56627>,
        <http://data.carnegiehall.org/names/59553>,
        <http://data.carnegiehall.org/names/60236> ;
    ns2:performer <http://data.carnegiehall.org/names/27224>,
        <http://data.carnegiehall.org/names/28032>,
        <http://data.carnegiehall.org/names/34804>,
        <http://data.carnegiehall.org/names/3517>,
        <http://data.carnegiehall.org/names/36019>,
        <http://data.carnegiehall.org/names/41159>,
        <http://data.carnegiehall.org/names/43521>,
        <http://data.carnegiehall.org/names/4871>,
        <http://data.carnegiehall.org/names/49973>,
        <http://data.carnegiehall.org/names/5224>,
        <http://data.carnegiehall.org/names/53751>,
        <http://data.carnegiehall.org/names/56627>,
        <http://data.carnegiehall.org/names/59553>,
        <http://data.carnegiehall.org/names/60236> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/18759> .

