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

<http://data.carnegiehall.org/events/1997/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "6 Lieder, Op. 33: 3. Die Lotosblume" ;
    ns1:choir <http://data.carnegiehall.org/names/10389>,
        <http://data.carnegiehall.org/names/14006>,
        <http://data.carnegiehall.org/names/16131>,
        <http://data.carnegiehall.org/names/24372>,
        <http://data.carnegiehall.org/names/27745>,
        <http://data.carnegiehall.org/names/27749>,
        <http://data.carnegiehall.org/names/3209>,
        <http://data.carnegiehall.org/names/32381>,
        <http://data.carnegiehall.org/names/34576>,
        <http://data.carnegiehall.org/names/37862>,
        <http://data.carnegiehall.org/names/43162>,
        <http://data.carnegiehall.org/names/675>,
        <http://data.carnegiehall.org/names/88014> ;
    ns2:performer <http://data.carnegiehall.org/names/10389>,
        <http://data.carnegiehall.org/names/14006>,
        <http://data.carnegiehall.org/names/16131>,
        <http://data.carnegiehall.org/names/24372>,
        <http://data.carnegiehall.org/names/27745>,
        <http://data.carnegiehall.org/names/27749>,
        <http://data.carnegiehall.org/names/3209>,
        <http://data.carnegiehall.org/names/32381>,
        <http://data.carnegiehall.org/names/34576>,
        <http://data.carnegiehall.org/names/37862>,
        <http://data.carnegiehall.org/names/43162>,
        <http://data.carnegiehall.org/names/675>,
        <http://data.carnegiehall.org/names/88014> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/25380> .

