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

<http://data.carnegiehall.org/events/58730/work_04> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "The Passion of Ramakrishna" ;
    ns2:baritone <http://data.carnegiehall.org/names/27137> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/82977> ;
    ns2:choir <http://data.carnegiehall.org/names/109404> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/109402> ;
    ns2:soprano <http://data.carnegiehall.org/names/109401> ;
    ns2:tenor <http://data.carnegiehall.org/names/109403> ;
    ns3:performer <http://data.carnegiehall.org/names/109401>,
        <http://data.carnegiehall.org/names/109402>,
        <http://data.carnegiehall.org/names/109403>,
        <http://data.carnegiehall.org/names/109404>,
        <http://data.carnegiehall.org/names/27137>,
        <http://data.carnegiehall.org/names/82977> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/99716> ;
    rdfs:comment "New York premiere" .

