@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/17293/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Musique de table, Part II: Sonata à 4 in D Minor, TWV 43:d1" ;
    ns3:chamber_ensemble <http://data.carnegiehall.org/names/17965> ;
    ns3:harpsichord <http://data.carnegiehall.org/names/3673> ;
    ns3:oboe <http://data.carnegiehall.org/names/30211> ;
    ns3:recorder <http://data.carnegiehall.org/names/49824> ;
    ns3:violin <http://data.carnegiehall.org/names/27736> ;
    ns1:performer <http://data.carnegiehall.org/names/17965>,
        <http://data.carnegiehall.org/names/27736>,
        <http://data.carnegiehall.org/names/30211>,
        <http://data.carnegiehall.org/names/3673>,
        <http://data.carnegiehall.org/names/49824> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/41597> .

