Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual corrections to coordinates sent to the RDF server #6

Open
jmvanel opened this issue Jan 30, 2018 · 0 comments
Open

Manual corrections to coordinates sent to the RDF server #6

jmvanel opened this issue Jan 30, 2018 · 0 comments

Comments

@jmvanel
Copy link
Owner

jmvanel commented Jan 30, 2018

Typically , the GPS precision is around 3 meters , which is not enough for gardens, etc.

So, on a computer, the user will drag the point to the desired position, and coordinates are sent to the RDF server.
For this the standard protocol is SPARQL 1.1 Graph Store HTTP Protocol with HTTP PUT , see
https://www.w3.org/TR/sparql11-http-rdf-update/#http-put

Coherent with semantic_forms , the graph in which a new triple

 <URI1> geo:lat 12.345 .

will be sent by Graph Store HTTP Protocol will be <URI1> itself .

For other servers, there is a need to specify i which graph to send the location triples. One can use a pseudo HTTP parameter graph= .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant