@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/18628/work_02> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Die Jakobsleiter (Jacob's Ladder)" ;
    ns2:baritone <http://data.carnegiehall.org/names/12146>,
        <http://data.carnegiehall.org/names/27377> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/60791> ;
    ns2:choir <http://data.carnegiehall.org/names/34602> ;
    ns2:soprano <http://data.carnegiehall.org/names/19557>,
        <http://data.carnegiehall.org/names/57557> ;
    ns2:tenor <http://data.carnegiehall.org/names/2928>,
        <http://data.carnegiehall.org/names/34156>,
        <http://data.carnegiehall.org/names/40821> ;
    ns2:violin <http://data.carnegiehall.org/names/53881> ;
    ns1:performer <http://data.carnegiehall.org/names/12146>,
        <http://data.carnegiehall.org/names/19557>,
        <http://data.carnegiehall.org/names/27377>,
        <http://data.carnegiehall.org/names/2928>,
        <http://data.carnegiehall.org/names/34156>,
        <http://data.carnegiehall.org/names/34602>,
        <http://data.carnegiehall.org/names/40821>,
        <http://data.carnegiehall.org/names/53881>,
        <http://data.carnegiehall.org/names/57557>,
        <http://data.carnegiehall.org/names/60791> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/27084> ;
    rdfs:comment "New York premiere" .

