rdf
Here are 1,474 public repositories matching this topic...
-
Updated
Apr 27, 2022 - Go
-
Updated
Apr 6, 2022 - JavaScript
-
Updated
May 1, 2022
-
Updated
Apr 29, 2022 - Java
-
Updated
Apr 26, 2022 - Java
-
Updated
May 2, 2022 - C++
-
Updated
Apr 17, 2022 - JavaScript
-
Updated
Apr 21, 2022 - Java
-
Updated
May 2, 2022 - JavaScript
-
Updated
Dec 20, 2021 - JavaScript
-
Updated
Apr 19, 2022 - Java
-
Updated
May 26, 2021 - Python
-
Updated
Sep 27, 2020 - C#
-
Updated
Apr 19, 2022 - Python
-
Updated
Apr 28, 2022 - JavaScript
Issue
Starting in 1.38 the LinksUpdateConstructed is deprecated and emits warnings
PHP Deprecated: Use of LinksUpdateConstructed hook was deprecated in MediaWiki 1.38. [Called from SMW\MediaWiki\Hooks::register in /var/www/html/w/extensions/SemanticMediaWiki/src/MediaWiki/Hooks.php at line 151] in /var/www/html/w
-
Updated
Apr 23, 2022 - Jupyter Notebook
-
Updated
Apr 22, 2022 - Ruby
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
Feb 16, 2022 - Java
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'
-
Updated
Apr 12, 2022 - JavaScript
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.