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

<http://data.carnegiehall.org/events/15840/work_30> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Scottish folk song (unspecified)" ;
    ns3:chamber_ensemble <http://data.carnegiehall.org/names/39499> ;
    ns3:cittern <http://data.carnegiehall.org/names/3253> ;
    ns3:double_bass <http://data.carnegiehall.org/names/3253>,
        <http://data.carnegiehall.org/names/49159> ;
    ns3:lute <http://data.carnegiehall.org/names/60476> ;
    ns3:rebec <http://data.carnegiehall.org/names/49159> ;
    ns3:soprano <http://data.carnegiehall.org/names/54105> ;
    ns3:treble_viol <http://data.carnegiehall.org/names/49159> ;
    ns3: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> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/24735> .

