@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/42662/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Raua needmine (Curse Upon Iron)" ;
    ns2:bass <http://data.carnegiehall.org/names/72702>,
        <http://data.carnegiehall.org/names/72704>,
        <http://data.carnegiehall.org/names/72706> ;
    ns2:bass_drum <http://data.carnegiehall.org/names/72707> ;
    ns2:choir <http://data.carnegiehall.org/names/72708> ;
    ns2:conductor <http://data.carnegiehall.org/names/72709> ;
    ns2:drums <http://data.carnegiehall.org/names/72700> ;
    ns2:piano <http://data.carnegiehall.org/names/72710> ;
    ns2:tenor <http://data.carnegiehall.org/names/137231>,
        <http://data.carnegiehall.org/names/72701>,
        <http://data.carnegiehall.org/names/72705> ;
    ns1:performer <http://data.carnegiehall.org/names/137231>,
        <http://data.carnegiehall.org/names/72700>,
        <http://data.carnegiehall.org/names/72701>,
        <http://data.carnegiehall.org/names/72702>,
        <http://data.carnegiehall.org/names/72704>,
        <http://data.carnegiehall.org/names/72705>,
        <http://data.carnegiehall.org/names/72706>,
        <http://data.carnegiehall.org/names/72707>,
        <http://data.carnegiehall.org/names/72708>,
        <http://data.carnegiehall.org/names/72709>,
        <http://data.carnegiehall.org/names/72710> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/69197> .

