Is there a way to add or update triples embedded in a properties document
with the Java API?

I'm currently handling them using xquery, and wrapping the triples in a
semantics element, ie,

<prop>
  <semantics>
    <sem:triple>
       <sem:subject>
    ....
  </semantics>
 <normal_property>Value</normal_property>
</prop>

I know how to update, using the Java API, from the example above,
normal_property, but how could I update a triple?

   Steve
_______________________________________________
General mailing list
[email protected]
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to