@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/43878/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Behind the Mountains (Mongolian)" ;
    ns2:folk_ensemble <http://data.carnegiehall.org/names/75779> ;
    ns2:kalmik <http://data.carnegiehall.org/names/75783> ;
    ns2:khalkh <http://data.carnegiehall.org/names/75781> ;
    ns2:limbe <http://data.carnegiehall.org/names/75781> ;
    ns2:morin_khuur <http://data.carnegiehall.org/names/75782> ;
    ns2:throat_singer <http://data.carnegiehall.org/names/75781> ;
    ns2:trombone <http://data.carnegiehall.org/names/75778> ;
    ns2:vocalist <http://data.carnegiehall.org/names/75780> ;
    ns2:yatga <http://data.carnegiehall.org/names/75784> ;
    ns3:performer <http://data.carnegiehall.org/names/75778>,
        <http://data.carnegiehall.org/names/75779>,
        <http://data.carnegiehall.org/names/75780>,
        <http://data.carnegiehall.org/names/75781>,
        <http://data.carnegiehall.org/names/75782>,
        <http://data.carnegiehall.org/names/75783>,
        <http://data.carnegiehall.org/names/75784> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/71902> .

