@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/12276/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ein deutsches Requiem, Op. 45: Wie lieblich sind deine Wohnungen" ;
    ns1:clarinet <http://data.carnegiehall.org/names/32324> ;
    ns1:double_bass <http://data.carnegiehall.org/names/36974> ;
    ns1:piano <http://data.carnegiehall.org/names/12423>,
        <http://data.carnegiehall.org/names/1868> ;
    ns1:trombone <http://data.carnegiehall.org/names/28938> ;
    ns2:performer <http://data.carnegiehall.org/names/12423>,
        <http://data.carnegiehall.org/names/1868>,
        <http://data.carnegiehall.org/names/28938>,
        <http://data.carnegiehall.org/names/32324>,
        <http://data.carnegiehall.org/names/36974> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/57893> .

