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

<http://data.carnegiehall.org/events/79795/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sonatas for Viola da gamba and Harpsichord, BWV 1027-1029: 2 Sonatas (unspecified)" ;
    ns1:cello <http://data.carnegiehall.org/names/54297> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/19521> ;
    ns3:performer <http://data.carnegiehall.org/names/19521>,
        <http://data.carnegiehall.org/names/54297> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/125098> .

