sparql
Here are 619 public repositories matching this topic...
-
Updated
Apr 19, 2021 - C
-
Updated
Apr 11, 2021
-
Updated
Jan 19, 2021 - Java
-
Updated
Apr 16, 2021 - Java
-
Updated
Sep 27, 2020 - C#
-
Updated
Jan 2, 2021 - Python
-
Updated
Apr 19, 2021 - PHP
-
Updated
Mar 3, 2021 - JavaScript
-
Updated
Jul 13, 2020 - Java
-
Updated
Apr 18, 2021 - Java
Debug logging for lifecycle methods like initialization and when data has to be re-inferred (eg. when something is deleted).
Trace logging would be per statement to log what gets inferred.
-
Updated
Apr 16, 2021 - TypeScript
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
Mar 31, 2021 - Python
-
Updated
Mar 24, 2021 - JavaScript
-
Updated
Mar 29, 2021 - 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.
Integrate SPARQLWrapper https://sparqlwrapper.readthedocs.io/en/stable/ along with the serialization methods, as a convenient means of consuming from a
Currently it's a bit clunky to use, which may required digging into its internals to intercept the RDF triples before they get serialized as JSON-LD.
Kudos to @igrangel
-
Updated
Oct 16, 2020 - Java
-
Updated
Mar 30, 2021 - TypeScript
-
Updated
Feb 18, 2021 - 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.