@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/7853/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Duet for Viola and Cello in E-flat Major, WoO 32, \"Mit zwei obligaten Augengläsern\"" ;
    ns1:cello <http://data.carnegiehall.org/names/38733> ;
    ns1:viola <http://data.carnegiehall.org/names/19690> ;
    ns3:performer <http://data.carnegiehall.org/names/19690>,
        <http://data.carnegiehall.org/names/38733> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/4246> .

