It's been a little while since I wrote this, but IIRC it allows adding or removing RDF from a model by POSTing it the model portion to be added/removed.
Cheers,
Phil
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i see a reference to the net-api supporting HTTP POST for adding and removing subgraphs.
does this mean adding/removing "root level" models?
is it possible to update/replace a model?
how about modifying a portion of a model?
thanks!
-dietrich
Hi Dietricha,
It's been a little while since I wrote this, but IIRC it allows adding or removing RDF from a model by POSTing it the model portion to be added/removed.
Cheers,
Phil
thanks phil. i found that out by experimenting. thanks for confirmation.
i want to implement the ability to remove models by just passing the model URI, not all it's child statements/models/etc.
ie, by just passing (in short):
<description about="myURI">
<!-- no model content necessary here -->
</description>
this would reduce bandwidth in transactions and make removal easier. would you be interested in adding a patch like this to the main distribution?
thanks,
dietrich