@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/60449/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Nouveaux quatuors en six suites: Quatuor No. 1 in D Major, TWV 43:D3" ;
    ns2:cello <http://data.carnegiehall.org/names/115673> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/64655> ;
    ns2:transverse_flute <http://data.carnegiehall.org/names/73849> ;
    ns2:violin <http://data.carnegiehall.org/names/73850> ;
    ns1:performer <http://data.carnegiehall.org/names/115673>,
        <http://data.carnegiehall.org/names/64655>,
        <http://data.carnegiehall.org/names/73849>,
        <http://data.carnegiehall.org/names/73850> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/102121> .

