rdf
Here are 1,496 public repositories matching this topic...
-
Updated
Jun 6, 2022 - Go
-
Updated
Jun 4, 2022 - JavaScript
-
Updated
Jun 3, 2022
-
Updated
Jun 1, 2022 - Java
-
Updated
Jun 6, 2022 - C++
-
Updated
Apr 26, 2022 - Java
-
Updated
May 30, 2022 - JavaScript
-
Updated
May 16, 2022 - Java
-
Updated
May 16, 2022 - JavaScript
-
Updated
May 11, 2022 - JavaScript
-
Updated
Jun 1, 2022 - Java
-
Updated
May 26, 2021 - Python
-
Updated
Jun 2, 2022 - JavaScript
-
Updated
Sep 27, 2020 - C#
-
Updated
May 14, 2022 - Python
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
Jun 3, 2022 - Jupyter Notebook
-
Updated
May 29, 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'
Environment
- Server version: css2, css3
Description
An unlikely edge case, but I was able to create pod named idp , but then could not access it as it is the registration endpoint.
Should it be fixed with a pod name blacklist? If such a blacklist exists it could also include anti-phishing pod names such as ipd, account-recovery etc..
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.