@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/15840/work_25> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Two Canaries (Straloch Lute MS. 1627)" ;
    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> ;
    ns3: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> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/83600> .

