@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/20008/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Weihnachtslieder, Op. 8: 1. Christbaum" ;
    ns1:bass <http://data.carnegiehall.org/names/59118> ;
    ns1:contralto <http://data.carnegiehall.org/names/58230> ;
    ns1:piano <http://data.carnegiehall.org/names/53636> ;
    ns1:soprano <http://data.carnegiehall.org/names/34773> ;
    ns1:tenor <http://data.carnegiehall.org/names/58231> ;
    ns1:vocal_ensemble <http://data.carnegiehall.org/names/39206> ;
    ns2:performer <http://data.carnegiehall.org/names/34773>,
        <http://data.carnegiehall.org/names/39206>,
        <http://data.carnegiehall.org/names/53636>,
        <http://data.carnegiehall.org/names/58230>,
        <http://data.carnegiehall.org/names/58231>,
        <http://data.carnegiehall.org/names/59118> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/43771> .

