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

<http://data.carnegiehall.org/events/77111/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Suite in G Major" ;
    ns2:baroque_guitar <http://data.carnegiehall.org/names/139694> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/137824> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/137828> ;
    ns2:theorbo <http://data.carnegiehall.org/names/139694> ;
    ns2:viola_da_gamba <http://data.carnegiehall.org/names/137826> ;
    ns2:violin <http://data.carnegiehall.org/names/111356>,
        <http://data.carnegiehall.org/names/137825> ;
    ns1:performer <http://data.carnegiehall.org/names/111356>,
        <http://data.carnegiehall.org/names/137824>,
        <http://data.carnegiehall.org/names/137825>,
        <http://data.carnegiehall.org/names/137826>,
        <http://data.carnegiehall.org/names/137828>,
        <http://data.carnegiehall.org/names/139694> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/24191> .

