rdf
Here are 1,320 public repositories matching this topic...
-
Updated
Sep 11, 2021 - Go
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Aug 25, 2021
-
Updated
Aug 12, 2021 - Java
-
Updated
Sep 3, 2021 - Java
-
Updated
Jun 6, 2021 - JavaScript
-
Updated
Sep 6, 2021 - Java
-
Updated
Jul 22, 2021 - JavaScript
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Jun 4, 2021 - Java
-
Updated
Sep 8, 2021 - C++
-
Updated
May 26, 2021 - Python
-
Updated
Sep 27, 2020 - C#
-
Updated
Jan 2, 2021 - Python
-
Updated
Sep 9, 2021 - PHP
-
Updated
Sep 10, 2021 - JavaScript
-
Updated
Aug 31, 2021 - Ruby
-
Updated
Aug 20, 2021 - Java
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
Sep 9, 2021 - JavaScript
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.
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: