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

<http://data.carnegiehall.org/events/7240/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Snow Maiden" ;
    ns1:alto <http://data.carnegiehall.org/names/53677> ;
    ns1:baritone <http://data.carnegiehall.org/names/49320> ;
    ns1:bass <http://data.carnegiehall.org/names/362> ;
    ns1:choir <http://data.carnegiehall.org/names/16924> ;
    ns1:dance_group <http://data.carnegiehall.org/names/31714> ;
    ns1:soprano <http://data.carnegiehall.org/names/33862>,
        <http://data.carnegiehall.org/names/43579> ;
    ns1:tenor <http://data.carnegiehall.org/names/2672> ;
    ns3:performer <http://data.carnegiehall.org/names/16924>,
        <http://data.carnegiehall.org/names/2672>,
        <http://data.carnegiehall.org/names/31714>,
        <http://data.carnegiehall.org/names/33862>,
        <http://data.carnegiehall.org/names/362>,
        <http://data.carnegiehall.org/names/43579>,
        <http://data.carnegiehall.org/names/49320>,
        <http://data.carnegiehall.org/names/53677> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/26673> .

