@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/42628/work_06> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q1363276> ;
    rdfs:label "Mensa sonora: Chaconne from Part 3" ;
    ns2:cello <http://data.carnegiehall.org/names/72580> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/72577> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/72582> ;
    ns2:theorbo <http://data.carnegiehall.org/names/72581> ;
    ns2:viola <http://data.carnegiehall.org/names/72579> ;
    ns2:violin <http://data.carnegiehall.org/names/463>,
        <http://data.carnegiehall.org/names/72578> ;
    ns1:performer <http://data.carnegiehall.org/names/463>,
        <http://data.carnegiehall.org/names/72577>,
        <http://data.carnegiehall.org/names/72578>,
        <http://data.carnegiehall.org/names/72579>,
        <http://data.carnegiehall.org/names/72580>,
        <http://data.carnegiehall.org/names/72581>,
        <http://data.carnegiehall.org/names/72582> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/69106> .

