Interdependencies between RDF methods of the Wrapper API and implementation of guardrails #852
Labels
⚙️ wrappers
Issues related to wrappers and/or wrapper development and the Wrapper API.
💬 discussion
The idea is not mature enough to result in an implementation, and needs further discussion.
⚡ breaking change
Solution introduces incompatible API changes, MAJOR version number update. See https://semver.org.
The Wrapper API defines three optional RDF manipulation methods:
add
,remove
andtriples
.Considering that in SimPhoNy the user dictates the state of the session, there are some logical implications associated to their use. For example, if triples are intercepted by the
add
method and not added to the base graph, then they must be later reconstructed by thetriples
method.@pablo-de-andres suggested to implement guardrails in SimPhoNy itself that could for example, force a Wrapper developer to implement the triples method if the
add
method has also been implemented.What do you think about this idea? What could be a feasible solution?
The text was updated successfully, but these errors were encountered: