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

<http://data.carnegiehall.org/events/48526/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "La Presumida (son huasteco - Mexico)" ;
    ns2:dancer <http://data.carnegiehall.org/names/87618> ;
    ns2:double_bass <http://data.carnegiehall.org/names/87617> ;
    ns2:drums <http://data.carnegiehall.org/names/87621> ;
    ns2:fiddle <http://data.carnegiehall.org/names/87619> ;
    ns2:folk_ensemble <http://data.carnegiehall.org/names/87615> ;
    ns2:guitar <http://data.carnegiehall.org/names/87616> ;
    ns2:guitarra_de_son <http://data.carnegiehall.org/names/87619> ;
    ns2:guitarrón_mexicano <http://data.carnegiehall.org/names/87617> ;
    ns2:harp <http://data.carnegiehall.org/names/87620> ;
    ns2:jarana <http://data.carnegiehall.org/names/87618> ;
    ns2:marimba <http://data.carnegiehall.org/names/87620> ;
    ns2:mexican_vihuela <http://data.carnegiehall.org/names/87618> ;
    ns2:percussion <http://data.carnegiehall.org/names/87620>,
        <http://data.carnegiehall.org/names/87621> ;
    ns2:vocalist <http://data.carnegiehall.org/names/87616>,
        <http://data.carnegiehall.org/names/87617>,
        <http://data.carnegiehall.org/names/87619> ;
    ns3:performer <http://data.carnegiehall.org/names/87615>,
        <http://data.carnegiehall.org/names/87616>,
        <http://data.carnegiehall.org/names/87617>,
        <http://data.carnegiehall.org/names/87618>,
        <http://data.carnegiehall.org/names/87619>,
        <http://data.carnegiehall.org/names/87620>,
        <http://data.carnegiehall.org/names/87621> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/81768> .

