@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/43196/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Meine Seele rühmt und preist, BWV 189" ;
    ns1:cello <http://data.carnegiehall.org/names/18348> ;
    ns1:conductor <http://data.carnegiehall.org/names/52801> ;
    ns1:flute <http://data.carnegiehall.org/names/20868> ;
    ns1:oboe <http://data.carnegiehall.org/names/4726> ;
    ns1:tenor <http://data.carnegiehall.org/names/35028> ;
    ns1:viola <http://data.carnegiehall.org/names/64112> ;
    ns1:violin <http://data.carnegiehall.org/names/10806>,
        <http://data.carnegiehall.org/names/6709> ;
    ns2:performer <http://data.carnegiehall.org/names/10806>,
        <http://data.carnegiehall.org/names/18348>,
        <http://data.carnegiehall.org/names/20868>,
        <http://data.carnegiehall.org/names/35028>,
        <http://data.carnegiehall.org/names/4726>,
        <http://data.carnegiehall.org/names/52801>,
        <http://data.carnegiehall.org/names/64112>,
        <http://data.carnegiehall.org/names/6709> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/53040> .

