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

<http://data.carnegiehall.org/events/12882/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Pièces de viole, Livre 5: Suite No. 4 in D Major: 49. Sarabande" ;
    ns1:harpsichord <http://data.carnegiehall.org/names/31616> ;
    ns1:pardessus_de_viole <http://data.carnegiehall.org/names/42374> ;
    ns2:performer <http://data.carnegiehall.org/names/31616>,
        <http://data.carnegiehall.org/names/42374> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/105110> .

