@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/15840/work_26> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "In a garden so green (Forbes' \"Cantus\")" ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/39499> ;
    ns2:cittern <http://data.carnegiehall.org/names/3253> ;
    ns2:double_bass <http://data.carnegiehall.org/names/3253>,
        <http://data.carnegiehall.org/names/49159> ;
    ns2:lute <http://data.carnegiehall.org/names/60476> ;
    ns2:rebec <http://data.carnegiehall.org/names/49159> ;
    ns2:soprano <http://data.carnegiehall.org/names/54105> ;
    ns2:treble_viol <http://data.carnegiehall.org/names/49159> ;
    ns2:wood_flute <http://data.carnegiehall.org/names/7238> ;
    ns1:performer <http://data.carnegiehall.org/names/3253>,
        <http://data.carnegiehall.org/names/39499>,
        <http://data.carnegiehall.org/names/49159>,
        <http://data.carnegiehall.org/names/54105>,
        <http://data.carnegiehall.org/names/60476>,
        <http://data.carnegiehall.org/names/7238> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/83601> .

