@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/42048/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "… quasi una fantasia …, Op. 27, No. 1" ;
    ns2:bass_clarinet <http://data.carnegiehall.org/names/71099> ;
    ns2:celesta <http://data.carnegiehall.org/names/42865> ;
    ns2:cello <http://data.carnegiehall.org/names/30025> ;
    ns2:cimbalom <http://data.carnegiehall.org/names/71092> ;
    ns2:clarinet <http://data.carnegiehall.org/names/71080> ;
    ns2:conductor <http://data.carnegiehall.org/names/71081> ;
    ns2:contrabassoon <http://data.carnegiehall.org/names/71100> ;
    ns2:double_bass <http://data.carnegiehall.org/names/2983> ;
    ns2:flute <http://data.carnegiehall.org/names/63027> ;
    ns2:french_horn <http://data.carnegiehall.org/names/71101> ;
    ns2:harp <http://data.carnegiehall.org/names/71093> ;
    ns2:oboe <http://data.carnegiehall.org/names/62682> ;
    ns2:percussion <http://data.carnegiehall.org/names/71095>,
        <http://data.carnegiehall.org/names/71096>,
        <http://data.carnegiehall.org/names/71097>,
        <http://data.carnegiehall.org/names/71098> ;
    ns2:percussion_ensemble <http://data.carnegiehall.org/names/14424> ;
    ns2:piano <http://data.carnegiehall.org/names/42777> ;
    ns2:timpani <http://data.carnegiehall.org/names/71094> ;
    ns2:trombone <http://data.carnegiehall.org/names/71103> ;
    ns2:trumpet <http://data.carnegiehall.org/names/71102> ;
    ns2:tuba <http://data.carnegiehall.org/names/71104> ;
    ns2:viola <http://data.carnegiehall.org/names/5518> ;
    ns2:violin <http://data.carnegiehall.org/names/16025>,
        <http://data.carnegiehall.org/names/71091> ;
    ns1:performer <http://data.carnegiehall.org/names/14424>,
        <http://data.carnegiehall.org/names/16025>,
        <http://data.carnegiehall.org/names/2983>,
        <http://data.carnegiehall.org/names/30025>,
        <http://data.carnegiehall.org/names/42777>,
        <http://data.carnegiehall.org/names/42865>,
        <http://data.carnegiehall.org/names/5518>,
        <http://data.carnegiehall.org/names/62682>,
        <http://data.carnegiehall.org/names/63027>,
        <http://data.carnegiehall.org/names/71080>,
        <http://data.carnegiehall.org/names/71081>,
        <http://data.carnegiehall.org/names/71091>,
        <http://data.carnegiehall.org/names/71092>,
        <http://data.carnegiehall.org/names/71093>,
        <http://data.carnegiehall.org/names/71094>,
        <http://data.carnegiehall.org/names/71095>,
        <http://data.carnegiehall.org/names/71096>,
        <http://data.carnegiehall.org/names/71097>,
        <http://data.carnegiehall.org/names/71098>,
        <http://data.carnegiehall.org/names/71099>,
        <http://data.carnegiehall.org/names/71100>,
        <http://data.carnegiehall.org/names/71101>,
        <http://data.carnegiehall.org/names/71102>,
        <http://data.carnegiehall.org/names/71103>,
        <http://data.carnegiehall.org/names/71104> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/67697> .

