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

<http://data.carnegiehall.org/events/76831/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "On the Beautiful Blue Danube, Op. 314" ;
    ns3:cello <http://data.carnegiehall.org/names/136901> ;
    ns3:double_bass <http://data.carnegiehall.org/names/136902> ;
    ns3:piano <http://data.carnegiehall.org/names/136894> ;
    ns3:viola <http://data.carnegiehall.org/names/136900> ;
    ns3:violin <http://data.carnegiehall.org/names/135810>,
        <http://data.carnegiehall.org/names/136899> ;
    ns1:performer <http://data.carnegiehall.org/names/135810>,
        <http://data.carnegiehall.org/names/136894>,
        <http://data.carnegiehall.org/names/136899>,
        <http://data.carnegiehall.org/names/136900>,
        <http://data.carnegiehall.org/names/136901>,
        <http://data.carnegiehall.org/names/136902> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/120893> .

