@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/19906/work_18> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Three Folksongs: Schein uns, du liebe Sonne, No. 3" ;
    ns2:bass <http://data.carnegiehall.org/names/2483> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/3060> ;
    ns2:piano <http://data.carnegiehall.org/names/17503> ;
    ns2:soprano <http://data.carnegiehall.org/names/22778> ;
    ns2:tenor <http://data.carnegiehall.org/names/27443> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/36193> ;
    ns1:performer <http://data.carnegiehall.org/names/17503>,
        <http://data.carnegiehall.org/names/22778>,
        <http://data.carnegiehall.org/names/2483>,
        <http://data.carnegiehall.org/names/27443>,
        <http://data.carnegiehall.org/names/3060>,
        <http://data.carnegiehall.org/names/36193> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/17505> .

