@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/77826/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Guitar Quintet in D Major, G. 448, \"Fandango\": 3. Grave assai" ;
    ns1:castanets <http://data.carnegiehall.org/names/128052> ;
    ns1:cello <http://data.carnegiehall.org/names/128052> ;
    ns1:guitar <http://data.carnegiehall.org/names/113657> ;
    ns1:viola <http://data.carnegiehall.org/names/131379> ;
    ns1:violin <http://data.carnegiehall.org/names/113652>,
        <http://data.carnegiehall.org/names/138556> ;
    ns2:performer <http://data.carnegiehall.org/names/113652>,
        <http://data.carnegiehall.org/names/113657>,
        <http://data.carnegiehall.org/names/128052>,
        <http://data.carnegiehall.org/names/131379>,
        <http://data.carnegiehall.org/names/138556> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/55286> .

