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

