@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/28407/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Rara Tonga" ;
    ns2:dancer <http://data.carnegiehall.org/names/26103>,
        <http://data.carnegiehall.org/names/26939>,
        <http://data.carnegiehall.org/names/33599>,
        <http://data.carnegiehall.org/names/37309>,
        <http://data.carnegiehall.org/names/40511>,
        <http://data.carnegiehall.org/names/42359>,
        <http://data.carnegiehall.org/names/42855>,
        <http://data.carnegiehall.org/names/49495>,
        <http://data.carnegiehall.org/names/50622>,
        <http://data.carnegiehall.org/names/57671> ;
    ns2:narrator <http://data.carnegiehall.org/names/58080> ;
    ns2:unspecified_instrument <http://data.carnegiehall.org/names/2292>,
        <http://data.carnegiehall.org/names/6752> ;
    ns1:performer <http://data.carnegiehall.org/names/2292>,
        <http://data.carnegiehall.org/names/26103>,
        <http://data.carnegiehall.org/names/26939>,
        <http://data.carnegiehall.org/names/33599>,
        <http://data.carnegiehall.org/names/37309>,
        <http://data.carnegiehall.org/names/40511>,
        <http://data.carnegiehall.org/names/42359>,
        <http://data.carnegiehall.org/names/42855>,
        <http://data.carnegiehall.org/names/49495>,
        <http://data.carnegiehall.org/names/50622>,
        <http://data.carnegiehall.org/names/57671>,
        <http://data.carnegiehall.org/names/58080>,
        <http://data.carnegiehall.org/names/6752> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/8118> .

