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

<http://data.carnegiehall.org/events/60047/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Prélude à l'après-midi d'un faune" ;
    ns2:cello <http://data.carnegiehall.org/names/112009> ;
    ns2:clarinet <http://data.carnegiehall.org/names/112006> ;
    ns2:double_bass <http://data.carnegiehall.org/names/112010> ;
    ns2:flute <http://data.carnegiehall.org/names/112005> ;
    ns2:harmonium <http://data.carnegiehall.org/names/80320> ;
    ns2:harp <http://data.carnegiehall.org/names/104084> ;
    ns2:oboe <http://data.carnegiehall.org/names/99480> ;
    ns2:viola <http://data.carnegiehall.org/names/112008> ;
    ns2:violin <http://data.carnegiehall.org/names/112007>,
        <http://data.carnegiehall.org/names/89456> ;
    ns3:performer <http://data.carnegiehall.org/names/104084>,
        <http://data.carnegiehall.org/names/112005>,
        <http://data.carnegiehall.org/names/112006>,
        <http://data.carnegiehall.org/names/112007>,
        <http://data.carnegiehall.org/names/112008>,
        <http://data.carnegiehall.org/names/112009>,
        <http://data.carnegiehall.org/names/112010>,
        <http://data.carnegiehall.org/names/80320>,
        <http://data.carnegiehall.org/names/89456>,
        <http://data.carnegiehall.org/names/99480> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/85383> .

