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

<http://data.carnegiehall.org/events/18214/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Nouveaux quatuors en six suites: Quatuor No. 6 in E Minor, TWV 43:e4" ;
    ns3:baroque_cello <http://data.carnegiehall.org/names/37503> ;
    ns3:baroque_violin <http://data.carnegiehall.org/names/9681> ;
    ns3:flute <http://data.carnegiehall.org/names/57688> ;
    ns3:harpsichord <http://data.carnegiehall.org/names/36723> ;
    ns2:performer <http://data.carnegiehall.org/names/36723>,
        <http://data.carnegiehall.org/names/37503>,
        <http://data.carnegiehall.org/names/57688>,
        <http://data.carnegiehall.org/names/9681> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/43418> .

