@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/48110/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Divertimento in B-flat Major, K. 287" ;
    ns1:cello <http://data.carnegiehall.org/names/53238>,
        <http://data.carnegiehall.org/names/63035> ;
    ns1:double_bass <http://data.carnegiehall.org/names/17739> ;
    ns1:french_horn <http://data.carnegiehall.org/names/17007>,
        <http://data.carnegiehall.org/names/28221> ;
    ns1: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> ;
    ns1:violin <http://data.carnegiehall.org/names/15752>,
        <http://data.carnegiehall.org/names/26525>,
        <http://data.carnegiehall.org/names/31340>,
        <http://data.carnegiehall.org/names/45309>,
        <http://data.carnegiehall.org/names/55375>,
        <http://data.carnegiehall.org/names/58650>,
        <http://data.carnegiehall.org/names/60962>,
        <http://data.carnegiehall.org/names/72358>,
        <http://data.carnegiehall.org/names/72360>,
        <http://data.carnegiehall.org/names/75550>,
        <http://data.carnegiehall.org/names/80227> ;
    ns2: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/26525>,
        <http://data.carnegiehall.org/names/28221>,
        <http://data.carnegiehall.org/names/31340>,
        <http://data.carnegiehall.org/names/40480>,
        <http://data.carnegiehall.org/names/45309>,
        <http://data.carnegiehall.org/names/53238>,
        <http://data.carnegiehall.org/names/54730>,
        <http://data.carnegiehall.org/names/55375>,
        <http://data.carnegiehall.org/names/58650>,
        <http://data.carnegiehall.org/names/60962>,
        <http://data.carnegiehall.org/names/63035>,
        <http://data.carnegiehall.org/names/72358>,
        <http://data.carnegiehall.org/names/72360>,
        <http://data.carnegiehall.org/names/75550>,
        <http://data.carnegiehall.org/names/76752>,
        <http://data.carnegiehall.org/names/80227> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/13655> .

