@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/21402/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sadko: Song of the Indian guest" ;
    ns3:dance_group <http://data.carnegiehall.org/names/31714> ;
    ns3:dancer <http://data.carnegiehall.org/names/90427> ;
    ns3:unspecified_voice <http://data.carnegiehall.org/names/90426> ;
    ns1:performer <http://data.carnegiehall.org/names/31714>,
        <http://data.carnegiehall.org/names/90426>,
        <http://data.carnegiehall.org/names/90427> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/47274> .

