Hi all,

I need to store some metadata related to the particular taxonomy. For this 
I've created SWP service with the query like this:
            <ui:update ui:updateQuery="{!
                    INSERT {
                        GRAPH ?currentGraph {
                            ?currentGraph 
&lt;http://topbraid.org/swa#test&gt; &quot;{= ?name}&quot; .
                        } .
                    }
                    WHERE {                        
                    } }"/>
It works fine and I can see this after exporting the taxonomy to RDF or 
N-Triples.

But now I need to store similar (but independent) metadata for the working 
copy of the taxonomy and I would like it to be "visible" only inside the 
working copy.
[taxonomy graph] -> [working copy]
[metadata 1]            [metadata 2]

In addition I don't want to merge metadata from working copy to the main 
taxonomy after commit.

Could you please suggest the best way how to store such metadata for 
working copy?

Thank you.

Best regards,
Oleksandr Mandryk

-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to