semantic-web
Here are 953 public repositories matching this topic...
-
Updated
Jul 7, 2022 - JavaScript
-
Updated
Jun 27, 2022
-
Updated
Mar 8, 2018 - Scala
-
Updated
May 13, 2022 - Python
-
Updated
Jun 20, 2022 - JavaScript
-
Updated
May 17, 2022 - TypeScript
-
Updated
Jun 29, 2022 - Python
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
Jul 8, 2022 - Ruby
-
Updated
Mar 29, 2022 - TypeScript
-
Updated
May 20, 2021 - Ruby
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.
-
Updated
Jun 17, 2020 - PHP
-
Updated
May 17, 2019 - PHP
-
Updated
Jul 7, 2022
-
Updated
Jun 5, 2022 - Python
-
Updated
Jul 4, 2022 - Makefile
-
Updated
Jun 28, 2022 - Python
-
Updated
Jul 3, 2022
-
Updated
Apr 11, 2022 - Clojure
-
Updated
Aug 4, 2020
-
Updated
May 13, 2021 - Prolog
-
Updated
Jun 14, 2022 - Java
-
Updated
Jun 21, 2022 - Java
-
Updated
Jun 27, 2022 - Scala
-
Updated
Jun 22, 2022 - JavaScript
-
Updated
Feb 23, 2020
Improve this page
Add a description, image, and links to the semantic-web topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the semantic-web 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.