rdf
Here are 1,295 public repositories matching this topic...
-
Updated
Aug 3, 2021 - Go
-
Updated
Jul 27, 2021 - JavaScript
-
Updated
Jul 22, 2021
-
Updated
Jul 26, 2021 - Java
-
Updated
Jan 19, 2021 - Java
-
Updated
Jun 6, 2021 - JavaScript
-
Updated
Aug 10, 2021 - Java
-
Updated
Jul 22, 2021 - JavaScript
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Jun 4, 2021 - Java
-
Updated
Aug 10, 2021 - C++
-
Updated
May 26, 2021 - Python
-
Updated
Sep 27, 2020 - C#
-
Updated
Jan 2, 2021 - Python
-
Updated
Aug 9, 2021 - PHP
-
Updated
Aug 4, 2021 - JavaScript
-
Updated
Aug 8, 2021 - Ruby
-
Updated
Apr 18, 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
Apr 23, 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."
Motivation
It is convenient to be able to iterate over all triples in a
Graph
instance without invokinggraph.triples((None, None, None))
. When working with a small instance ofDataset
, there are occasions where one will want to observe all of the quads in a similar manner.Notes
This is trivial to implement by simply having an introduced
__iter__
method invoke `self.qua