On 30/08/12 19:34, Frank Lee wrote:
One more question:

What will be the best way to merge tow endpoints, one is the namedGraph at 
remote server and one is the local RDF file.
For example, the graph does not have status value, but the local rdf file has.  
Thanks.

Cheers,
Frank.

Just add the contents of one graph into another

Remote:

POST local graph to remote graph

Local:

Read remote graph into same model as local graph.

Take a copy of the target first if you want 3 graphs: 2 originals and one which is the merge of the two.

        Andy

Reply via email to