@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/74014/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Moraito siempre" ;
    ns1:cantaor <http://data.carnegiehall.org/names/133365> ;
    ns1:cantaora <http://data.carnegiehall.org/names/133367> ;
    ns1:double_bass <http://data.carnegiehall.org/names/76533> ;
    ns1:flamenco_dancer <http://data.carnegiehall.org/names/133366> ;
    ns1:guitar <http://data.carnegiehall.org/names/133373> ;
    ns1:harmonica <http://data.carnegiehall.org/names/76534> ;
    ns1:palmas <http://data.carnegiehall.org/names/133369> ;
    ns1:percussion <http://data.carnegiehall.org/names/76532> ;
    ns2:performer <http://data.carnegiehall.org/names/133365>,
        <http://data.carnegiehall.org/names/133366>,
        <http://data.carnegiehall.org/names/133367>,
        <http://data.carnegiehall.org/names/133369>,
        <http://data.carnegiehall.org/names/133373>,
        <http://data.carnegiehall.org/names/76532>,
        <http://data.carnegiehall.org/names/76533>,
        <http://data.carnegiehall.org/names/76534> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/117700> .

