rdf
Here are 1,518 public repositories matching this topic...
-
Updated
Jul 6, 2022 - Go
-
Updated
Jun 6, 2022 - JavaScript
-
Updated
Jun 27, 2022
-
Updated
Jun 27, 2022 - Java
-
Updated
Jul 7, 2022 - C++
-
Updated
Apr 26, 2022 - Java
-
Updated
Jun 20, 2022 - JavaScript
-
Updated
Jun 19, 2022 - Java
-
Updated
Jun 28, 2022 - JavaScript
-
Updated
May 11, 2022 - JavaScript
-
Updated
Jun 27, 2022 - Java
-
Updated
Jun 29, 2022 - Python
-
Updated
Jul 6, 2022 - JavaScript
-
Updated
Jun 30, 2022 - C#
-
Updated
May 14, 2022 - Python
-
Updated
Jul 7, 2022 - Jupyter Notebook
According to release notes for 1.39 found here:
https://github.com/wikimedia/mediawiki/blob/master/RELEASE-NOTES-1.39
=== Breaking changes in 1.39 ===
- The following methods, deprecated since 1.37, have been removed from IDatabase
- ::fetchObject()
- ::fetchRow()
- ::numRows()
- ::freeResult()
Tested with SMW 4.0.1 and MediaWiki 1.39.0-alpha (0827d5f)
Backtrace:
f
This issue serves as place to note candidate projects (via url), which might be added to the list.
Update (2022-01-29): I initially planned to use this issue as a public place to note down candidates to add them by later myself. Now, I try to ping people involved in those projects. Benefits:
- Information added is more accurate
- People get to know of this list
- Saves time for me
Update:
-
Updated
May 29, 2022 - Ruby
-
Updated
Feb 16, 2022 - Java
Currently we have
% bin/server.js --help
oidc-provider WARNING: Unsupported Node.js runtime version. Use ^12.19.0, ^14.15.0, or ^16.13.0
2022-07-06T11:32:49.925Z [Components.js] info: Initiating component discovery from /Users/ruben/Code/solid/CommunitySolidServer/
2022-07-06T11:32:50.178Z [Components.js] info: Discovered 136 component packages within 1380 packages
2022-07-06T11:32:50.
I encountered below error message when running the examples GreatestNumberProcessor and GenderRatioProcessor.
Problematic line was: {"type":"lexeme","id":"L34069","lemmas":{"de":{"la...
Error when reading JSON for entity: Missing type id when trying to resolve subtype of [simple type, class org.wikidata.wdtk.datamodel.implementation.FormDocumentImpl]: missing type id property 'type'
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."
I believe turtle does not handle quads, but our default serialization format for ConjunctiveGraph is turtle as turtle does not override the default for Graph, I guess we should probably change this, question is to what.
I think TriG would make most sense, but the other option is n3.