@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/44272/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sonata for Two Violins and Continuo in G Major, Op. 2, No. 12, \"Ciaconna\"" ;
    ns1:cello <http://data.carnegiehall.org/names/76696> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/69437> ;
    ns1:viola <http://data.carnegiehall.org/names/76695> ;
    ns1:violin <http://data.carnegiehall.org/names/76693>,
        <http://data.carnegiehall.org/names/76694> ;
    ns3:performer <http://data.carnegiehall.org/names/69437>,
        <http://data.carnegiehall.org/names/76693>,
        <http://data.carnegiehall.org/names/76694>,
        <http://data.carnegiehall.org/names/76695>,
        <http://data.carnegiehall.org/names/76696> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/72920> .

