rdf
Here are 1,111 public repositories matching this topic...
-
Updated
Nov 7, 2020 - Go
-
Updated
Oct 15, 2020 - JavaScript
all of the cors_catch wrapper stuff should be moved to http_request_expansion
Example
https://github.com/Anniepoo/identity/blob/master/prolog/identity/identity.pl
-
Updated
Nov 9, 2020 - JavaScript
-
Updated
Oct 29, 2020
-
Updated
Oct 20, 2020 - Java
-
Updated
Nov 6, 2020 - JavaScript
-
Updated
Nov 9, 2020 - Java
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Sep 27, 2020 - C#
-
Updated
Oct 9, 2020 - Python
-
Updated
Nov 9, 2020 - Ruby
-
Updated
Nov 5, 2020 - PHP
-
Updated
Jul 29, 2020 - Python
-
Updated
Nov 6, 2020 - Java
-
Updated
Nov 6, 2020 - JavaScript
-
Updated
Nov 9, 2020 - C++
Originally posted at OpenRefine/OpenRefine#2873 by @addshore
Describe the bug
If I am logged into wikidata, but my session expires or I get logged out for some reason I can not use the log out button in the app.
Current Results
When I do click logout I see the following in the console and the app continues to think that I am logged in.
17:3
-
Updated
Nov 7, 2020 - Yacc
-
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
Sep 6, 2017 - PHP
Improve this page
Add a description, image, and links to the rdf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rdf 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: