sparql
Here are 600 public repositories matching this topic...
-
Updated
Feb 8, 2021 - C
-
Updated
Feb 2, 2021
-
Updated
Jan 19, 2021 - Java
-
Updated
Sep 27, 2020 - C#
-
Updated
Feb 19, 2021 - Java
-
Updated
Feb 19, 2021 - PHP
-
Updated
Jan 2, 2021 - Python
-
Updated
Feb 19, 2021 - Yacc
-
Updated
Jul 13, 2020 - Java
-
Updated
Feb 21, 2021 - Java
The handling of binding substitution fails for queries of the form select (func(?x) as ?y). For a binding x=foo the output is select (func('foo' as ?x) as ?y) when it should be select (func('foo') as ?y). The current code only works for select ?x ?y ?z type queries. Regex needs to be modified to ignore patterns that are preceeded by 'as'.
-
Updated
Feb 18, 2021 - TypeScript
-
Updated
Feb 2, 2021 - Python
-
Updated
Jan 15, 2021 - JavaScript
For users and especially developers getting familiar with the Skosmos codebase, it would help a lot to set up browsable API documentation generated using e.g. phpDocumentor.
Similar to this Annif issue
-
Updated
Nov 26, 2020 - Java
e.g. as per fnielsen/wembedder#13 .
As long as that does not exist, we could also link to https://arxiv.org/abs/1710.04099 to get things rolling.
-
Updated
Oct 16, 2020 - Java
-
Updated
Dec 11, 2020 - TypeScript
-
Updated
Feb 18, 2021 - JavaScript
-
Updated
Feb 5, 2020 - JavaScript
Improve this page
Add a description, image, and links to the sparql topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sparql topic, visit your repo's landing page and select "manage topics."
The SPARQL query results JSON format is currently write only in Oxigraph. It would be nice to have a parser, maybe based on a streaming JSON parser library. It should be fairly similar to the XML parser written in
lib/src/sparql/xml_results.rs.