@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/30797/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Maid's Last Prayer, Z. 601: No, no, no, resistance is but vain" ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/5581> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/51968> ;
    ns2:piano <http://data.carnegiehall.org/names/48431> ;
    ns3:performer <http://data.carnegiehall.org/names/48431>,
        <http://data.carnegiehall.org/names/51968>,
        <http://data.carnegiehall.org/names/5581> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/30701> .

