@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/62996/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Quartet for Flute, Oboe, Violin, and Continuo in G Major, TWV 43:G2: 1. Largo – Allegro – Largo" ;
    ns1:cello <http://data.carnegiehall.org/names/113664> ;
    ns1:flute <http://data.carnegiehall.org/names/118455> ;
    ns1:oboe <http://data.carnegiehall.org/names/113668> ;
    ns1:piano <http://data.carnegiehall.org/names/109811> ;
    ns1:violin <http://data.carnegiehall.org/names/118456> ;
    ns2:performer <http://data.carnegiehall.org/names/109811>,
        <http://data.carnegiehall.org/names/113664>,
        <http://data.carnegiehall.org/names/113668>,
        <http://data.carnegiehall.org/names/118455>,
        <http://data.carnegiehall.org/names/118456> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/106498> .

