@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/38190/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Meditation on the Chorale \"Vor deined Thron tret ich hiermit\" by J.S. Bach" ;
    ns2:cello <http://data.carnegiehall.org/names/63201> ;
    ns2:double_bass <http://data.carnegiehall.org/names/61777> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/63205> ;
    ns2:viola <http://data.carnegiehall.org/names/63204> ;
    ns2:violin <http://data.carnegiehall.org/names/63198>,
        <http://data.carnegiehall.org/names/63203> ;
    ns1:performer <http://data.carnegiehall.org/names/61777>,
        <http://data.carnegiehall.org/names/63198>,
        <http://data.carnegiehall.org/names/63201>,
        <http://data.carnegiehall.org/names/63203>,
        <http://data.carnegiehall.org/names/63204>,
        <http://data.carnegiehall.org/names/63205> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/60908> .

