Hi,

is there any fast way to merge some named graph in a new one?

I can do it with a simple query such as:

  INSERT INTO GRAPH <http://localhost/merged> {
    ?s ?p ?o
  }
  FROM <http://localhost/g1>
  FROM <http://localhost/g2>
  FROM <http://localhost/gn>
  WHERE {
    ?s ?p ?o
  }

But I'm sure if should be exist a more efficient way to do it.

Cheers,

--
Sergio Fernández - sergio.fernan...@fundacionctic.org
R&D Deparment
CTIC Foundation - www.fundacionctic.org
Phone: +34 984 29 12 12
Fax:  +34 984 39 06 12
Edificio Centros Tecnológicos
Parque Científico Tecnológico
33203 Cabueñes - Gijón - Asturias - Spain

Reply via email to