@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/15737/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "La création du monde, Op. 81" ;
    ns2:bassoon <http://data.carnegiehall.org/names/39834> ;
    ns2:cello <http://data.carnegiehall.org/names/28387> ;
    ns2:clarinet <http://data.carnegiehall.org/names/34486>,
        <http://data.carnegiehall.org/names/5635> ;
    ns2:double_bass <http://data.carnegiehall.org/names/19942> ;
    ns2:flute <http://data.carnegiehall.org/names/27258>,
        <http://data.carnegiehall.org/names/30247> ;
    ns2:french_horn <http://data.carnegiehall.org/names/2135> ;
    ns2:oboe <http://data.carnegiehall.org/names/18656> ;
    ns2:percussion <http://data.carnegiehall.org/names/48390> ;
    ns2:piano <http://data.carnegiehall.org/names/43154> ;
    ns2:saxophone <http://data.carnegiehall.org/names/30758> ;
    ns2:timpani <http://data.carnegiehall.org/names/25364> ;
    ns2:trombone <http://data.carnegiehall.org/names/38042> ;
    ns2:trumpet <http://data.carnegiehall.org/names/4101>,
        <http://data.carnegiehall.org/names/46478> ;
    ns2:violin <http://data.carnegiehall.org/names/48627>,
        <http://data.carnegiehall.org/names/58650> ;
    ns1:performer <http://data.carnegiehall.org/names/18656>,
        <http://data.carnegiehall.org/names/19942>,
        <http://data.carnegiehall.org/names/2135>,
        <http://data.carnegiehall.org/names/25364>,
        <http://data.carnegiehall.org/names/27258>,
        <http://data.carnegiehall.org/names/28387>,
        <http://data.carnegiehall.org/names/30247>,
        <http://data.carnegiehall.org/names/30758>,
        <http://data.carnegiehall.org/names/34486>,
        <http://data.carnegiehall.org/names/38042>,
        <http://data.carnegiehall.org/names/39834>,
        <http://data.carnegiehall.org/names/4101>,
        <http://data.carnegiehall.org/names/43154>,
        <http://data.carnegiehall.org/names/46478>,
        <http://data.carnegiehall.org/names/48390>,
        <http://data.carnegiehall.org/names/48627>,
        <http://data.carnegiehall.org/names/5635>,
        <http://data.carnegiehall.org/names/58650> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/11284> .

