rdf
Here are 1,186 public repositories matching this topic...
-
Updated
Mar 10, 2021 - Go
-
Updated
Mar 12, 2021 - JavaScript
-
Updated
Mar 7, 2021
-
Updated
Mar 3, 2021 - JavaScript
-
Updated
Jan 19, 2021 - Java
-
Updated
Feb 27, 2021 - JavaScript
-
Updated
Mar 10, 2021 - Java
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Sep 27, 2020 - C#
-
Updated
Dec 19, 2020 - Python
-
Updated
Mar 12, 2021 - C++
-
Updated
Jan 2, 2021 - Python
-
Updated
Mar 12, 2021 - PHP
-
Updated
Mar 12, 2021 - Ruby
-
Updated
Mar 8, 2021 - Java
-
Updated
Mar 12, 2021 - JavaScript
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
Mar 3, 2021 - JavaScript
-
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'.
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: