@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/40613/work_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Déserts" ;
    ns1:bass_clarinet <http://data.carnegiehall.org/names/68006> ;
    ns1:bass_trombone <http://data.carnegiehall.org/names/68014> ;
    ns1:e_flat_clarinet <http://data.carnegiehall.org/names/68005> ;
    ns1:flute <http://data.carnegiehall.org/names/23829> ;
    ns1:french_horn <http://data.carnegiehall.org/names/68007>,
        <http://data.carnegiehall.org/names/68008> ;
    ns1:percussion <http://data.carnegiehall.org/names/68000>,
        <http://data.carnegiehall.org/names/68001>,
        <http://data.carnegiehall.org/names/68017>,
        <http://data.carnegiehall.org/names/68018> ;
    ns1:piano <http://data.carnegiehall.org/names/9712> ;
    ns1:piccolo <http://data.carnegiehall.org/names/68004> ;
    ns1:timpani <http://data.carnegiehall.org/names/68002> ;
    ns1:trombone <http://data.carnegiehall.org/names/68012>,
        <http://data.carnegiehall.org/names/68013> ;
    ns1:trumpet <http://data.carnegiehall.org/names/68009>,
        <http://data.carnegiehall.org/names/68010>,
        <http://data.carnegiehall.org/names/68011> ;
    ns1:tuba <http://data.carnegiehall.org/names/68015>,
        <http://data.carnegiehall.org/names/68016> ;
    ns2:performer <http://data.carnegiehall.org/names/23829>,
        <http://data.carnegiehall.org/names/68000>,
        <http://data.carnegiehall.org/names/68001>,
        <http://data.carnegiehall.org/names/68002>,
        <http://data.carnegiehall.org/names/68004>,
        <http://data.carnegiehall.org/names/68005>,
        <http://data.carnegiehall.org/names/68006>,
        <http://data.carnegiehall.org/names/68007>,
        <http://data.carnegiehall.org/names/68008>,
        <http://data.carnegiehall.org/names/68009>,
        <http://data.carnegiehall.org/names/68010>,
        <http://data.carnegiehall.org/names/68011>,
        <http://data.carnegiehall.org/names/68012>,
        <http://data.carnegiehall.org/names/68013>,
        <http://data.carnegiehall.org/names/68014>,
        <http://data.carnegiehall.org/names/68015>,
        <http://data.carnegiehall.org/names/68016>,
        <http://data.carnegiehall.org/names/68017>,
        <http://data.carnegiehall.org/names/68018>,
        <http://data.carnegiehall.org/names/9712> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/30088> .

