@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/48526/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "La Llorona (Mexican Haupango)" ;
    ns1:dancer <http://data.carnegiehall.org/names/87618> ;
    ns1:double_bass <http://data.carnegiehall.org/names/87617> ;
    ns1:drums <http://data.carnegiehall.org/names/87621> ;
    ns1:fiddle <http://data.carnegiehall.org/names/87619> ;
    ns1:folk_ensemble <http://data.carnegiehall.org/names/87615> ;
    ns1:guitar <http://data.carnegiehall.org/names/87616> ;
    ns1:guitarra_de_son <http://data.carnegiehall.org/names/87619> ;
    ns1:guitarrón_mexicano <http://data.carnegiehall.org/names/87617> ;
    ns1:harp <http://data.carnegiehall.org/names/87620> ;
    ns1:jarana <http://data.carnegiehall.org/names/87618> ;
    ns1:marimba <http://data.carnegiehall.org/names/87620> ;
    ns1:mexican_vihuela <http://data.carnegiehall.org/names/87618> ;
    ns1:percussion <http://data.carnegiehall.org/names/87620>,
        <http://data.carnegiehall.org/names/87621> ;
    ns1:vocalist <http://data.carnegiehall.org/names/87616>,
        <http://data.carnegiehall.org/names/87617>,
        <http://data.carnegiehall.org/names/87619> ;
    ns2: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> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/37854> .

