@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/28340/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Souvenir de Madrid, Op. 13" ;
    ns1:cello <http://data.carnegiehall.org/names/1544> ;
    ns1:double_bass <http://data.carnegiehall.org/names/28560> ;
    ns1:oboe <http://data.carnegiehall.org/names/21882> ;
    ns1:string_quintet <http://data.carnegiehall.org/names/114368> ;
    ns1:viola <http://data.carnegiehall.org/names/32637> ;
    ns1:violin <http://data.carnegiehall.org/names/53143>,
        <http://data.carnegiehall.org/names/55009> ;
    ns2:performer <http://data.carnegiehall.org/names/114368>,
        <http://data.carnegiehall.org/names/1544>,
        <http://data.carnegiehall.org/names/21882>,
        <http://data.carnegiehall.org/names/28560>,
        <http://data.carnegiehall.org/names/32637>,
        <http://data.carnegiehall.org/names/53143>,
        <http://data.carnegiehall.org/names/55009> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/50308> .

