@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/14084/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mer hahn en neue Oberkeet, \"Peasant Cantata\", BWV 212" ;
    ns1:baritone <http://data.carnegiehall.org/names/23779>,
        <http://data.carnegiehall.org/names/43175> ;
    ns1:contralto <http://data.carnegiehall.org/names/58668> ;
    ns1:soprano <http://data.carnegiehall.org/names/16507>,
        <http://data.carnegiehall.org/names/22361> ;
    ns1:tenor <http://data.carnegiehall.org/names/17854> ;
    ns2:performer <http://data.carnegiehall.org/names/16507>,
        <http://data.carnegiehall.org/names/17854>,
        <http://data.carnegiehall.org/names/22361>,
        <http://data.carnegiehall.org/names/23779>,
        <http://data.carnegiehall.org/names/43175>,
        <http://data.carnegiehall.org/names/58668> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/45064> .

