discussion: bidirectionality #390
Replies: 6 comments
-
i've since learned this is called "lifting and lowering." |
Beta Was this translation helpful? Give feedback.
-
Hi, I just stepped into SPARQL Transformer. |
Beta Was this translation helpful? Give feedback.
-
Nice! The SPARQL Transformer approach could be used to write back to JSON, then. Of course, we don't want to ask users to write those 'lowering' mappings but those should be produced automatically from the facade+format combination. Is there a chance to abstract this approach to any format, defining prototypes automatically for XML, HTML, etc ... so that we can support SPARQL Update on those potentially any format? I mean, the prototyping part is really about projecting the triple in the original format... wow, we are really flying high here! |
Beta Was this translation helpful? Give feedback.
-
XSPARQL specified this functionality. I wonder if the project lost steam because it only supported XML? |
Beta Was this translation helpful? Give feedback.
-
This is an interesting discussion we need to resume, but, maybe, better to move it to the discussion section and then open specific issues once we start implementing this feature. |
Beta Was this translation helpful? Give feedback.
-
https://ci.mines-stetienne.fr/sparql-generate/ (https://github.com/sparql-generate/) is another tool that's very powerful for generating all kinds of text from RDF or SPARQL. |
Beta Was this translation helpful? Give feedback.
-
we can consume from, say, a csv file but it might be interesting to think about inserting into a csv file too.
e.g.
/mnt/test3.csv:
and then something like this:
could turn /mnt/test3.csv into:
Beta Was this translation helpful? Give feedback.
All reactions