@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/31517/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sadko: Scene IV. The Market Fair of Novgorod" ;
    ns3:baritone <http://data.carnegiehall.org/names/61001> ;
    ns3:bass <http://data.carnegiehall.org/names/3870>,
        <http://data.carnegiehall.org/names/61155> ;
    ns3:choir <http://data.carnegiehall.org/names/58449> ;
    ns3:contralto <http://data.carnegiehall.org/names/31409> ;
    ns3:soprano <http://data.carnegiehall.org/names/54207> ;
    ns3:speaker <http://data.carnegiehall.org/names/1932> ;
    ns3:tenor <http://data.carnegiehall.org/names/24785>,
        <http://data.carnegiehall.org/names/47038>,
        <http://data.carnegiehall.org/names/49194> ;
    ns1:performer <http://data.carnegiehall.org/names/1932>,
        <http://data.carnegiehall.org/names/24785>,
        <http://data.carnegiehall.org/names/31409>,
        <http://data.carnegiehall.org/names/3870>,
        <http://data.carnegiehall.org/names/47038>,
        <http://data.carnegiehall.org/names/49194>,
        <http://data.carnegiehall.org/names/54207>,
        <http://data.carnegiehall.org/names/58449>,
        <http://data.carnegiehall.org/names/61001>,
        <http://data.carnegiehall.org/names/61155> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/53515> .

