@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/46856/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Divertimento in D Major, K. 131" ;
    ns2:bassoon <http://data.carnegiehall.org/names/39834> ;
    ns2:cello <http://data.carnegiehall.org/names/53238> ;
    ns2:double_bass <http://data.carnegiehall.org/names/17739> ;
    ns2:flute <http://data.carnegiehall.org/names/75549> ;
    ns2:french_horn <http://data.carnegiehall.org/names/17007>,
        <http://data.carnegiehall.org/names/2135>,
        <http://data.carnegiehall.org/names/23299>,
        <http://data.carnegiehall.org/names/80897> ;
    ns2:oboe <http://data.carnegiehall.org/names/18656> ;
    ns2:viola <http://data.carnegiehall.org/names/13378>,
        <http://data.carnegiehall.org/names/40480>,
        <http://data.carnegiehall.org/names/54730>,
        <http://data.carnegiehall.org/names/76752> ;
    ns2:violin <http://data.carnegiehall.org/names/15752>,
        <http://data.carnegiehall.org/names/23363>,
        <http://data.carnegiehall.org/names/31340>,
        <http://data.carnegiehall.org/names/35778>,
        <http://data.carnegiehall.org/names/51439>,
        <http://data.carnegiehall.org/names/58650>,
        <http://data.carnegiehall.org/names/60962>,
        <http://data.carnegiehall.org/names/72358>,
        <http://data.carnegiehall.org/names/80227>,
        <http://data.carnegiehall.org/names/82908> ;
    ns1:performer <http://data.carnegiehall.org/names/13378>,
        <http://data.carnegiehall.org/names/15752>,
        <http://data.carnegiehall.org/names/17007>,
        <http://data.carnegiehall.org/names/17739>,
        <http://data.carnegiehall.org/names/18656>,
        <http://data.carnegiehall.org/names/2135>,
        <http://data.carnegiehall.org/names/23299>,
        <http://data.carnegiehall.org/names/23363>,
        <http://data.carnegiehall.org/names/31340>,
        <http://data.carnegiehall.org/names/35778>,
        <http://data.carnegiehall.org/names/39834>,
        <http://data.carnegiehall.org/names/40480>,
        <http://data.carnegiehall.org/names/51439>,
        <http://data.carnegiehall.org/names/53238>,
        <http://data.carnegiehall.org/names/54730>,
        <http://data.carnegiehall.org/names/58650>,
        <http://data.carnegiehall.org/names/60962>,
        <http://data.carnegiehall.org/names/72358>,
        <http://data.carnegiehall.org/names/75549>,
        <http://data.carnegiehall.org/names/76752>,
        <http://data.carnegiehall.org/names/80227>,
        <http://data.carnegiehall.org/names/80897>,
        <http://data.carnegiehall.org/names/82908> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/19836> .

