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

<http://data.carnegiehall.org/events/18214/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Quintet in D Major, T.304/6, No. 1 (Op. 22, No. 1)" ;
    ns2:baroque_cello <http://data.carnegiehall.org/names/37503> ;
    ns2:baroque_oboe <http://data.carnegiehall.org/names/4009> ;
    ns2:baroque_violin <http://data.carnegiehall.org/names/9681> ;
    ns2:flute <http://data.carnegiehall.org/names/57688> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/36723> ;
    ns3:performer <http://data.carnegiehall.org/names/36723>,
        <http://data.carnegiehall.org/names/37503>,
        <http://data.carnegiehall.org/names/4009>,
        <http://data.carnegiehall.org/names/57688>,
        <http://data.carnegiehall.org/names/9681> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/49812> .

