semantic-web
Here are 679 public repositories matching this topic...
-
Updated
Oct 15, 2020 - JavaScript
Self-explanatory.
-
Updated
Mar 8, 2018 - Scala
-
Updated
Oct 8, 2020 - JavaScript
-
Updated
Oct 23, 2020
-
Updated
Oct 6, 2020 - Python
-
Updated
Oct 9, 2020 - Python
-
Updated
Oct 26, 2020 - Ruby
-
Updated
Oct 27, 2020 - PHP
-
Updated
Jun 24, 2020 - Ruby
-
Updated
Sep 25, 2020 - TypeScript
-
Updated
Jun 17, 2020 - PHP
-
Updated
May 17, 2019 - PHP
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
Aug 31, 2020 - TypeScript
-
Updated
Aug 1, 2020 - Clojure
-
Updated
Oct 19, 2020 - Python
-
Updated
Aug 4, 2020
-
Updated
Jun 30, 2019 - Prolog
-
Updated
Oct 15, 2020 - Java
-
Updated
Oct 24, 2020 - Makefile
-
Updated
Oct 21, 2020 - Python
-
Updated
Feb 23, 2020
-
Updated
Jul 14, 2019 - Shell
-
Updated
Oct 13, 2020 - JavaScript
-
Updated
Oct 27, 2020 - Java
-
Updated
Dec 5, 2018 - Java
-
Updated
Jun 19, 2017 - Python
-
Updated
Oct 28, 2020 - HTML
Improve this page
Add a description, image, and links to the semantic-web topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the semantic-web topic, visit your repo's landing page and select "manage topics."
Currently we save every URI ever qname'd forever in here: https://github.com/RDFLib/rdflib/blob/master/rdflib/namespace.py#L289
If you serialize a big graph in a store that is off disk, we may run out of memory.
Either: