linked-data
Here are 614 public repositories matching this topic...
Currently we save every URI ever qname'd forever in here: https://github.com/RDFLib/rdflib/blob/master/rdflib/namespace.py#L289
If you serialize a big graph in a store that is off disk, we may run out of memory.
Either:
- Add a lru_cache (from py3 functools + this 2.7 implementation
- Depend on
Is your feature request related to a problem? Please describe.
CSV files produced in different locales have different default separators, a comma-separated file (",") is but one type of CSV.
In Sweden we usually use a semicolon (";") as separator and many CSV files use a tab as separator ("\t"). Importing CSVs requires reformatting them before import, and causes inoperability issues and f
-
Updated
May 25, 2021 - JavaScript
-
Updated
Jun 1, 2021 - Python
-
Updated
Mar 31, 2021 - JavaScript
-
Updated
May 26, 2021 - JavaScript
-
Updated
May 26, 2021 - Python
-
Updated
Apr 26, 2021 - Go
-
Updated
Jun 1, 2021 - PHP
-
Updated
Jun 2, 2021 - TypeScript
-
Updated
May 27, 2021 - JavaScript
-
Updated
May 29, 2021 - Ruby
-
Updated
Jun 17, 2020 - PHP
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
May 17, 2019 - PHP
-
Updated
Jun 1, 2021 - PHP
-
Updated
Apr 6, 2021 - Clojure
-
Updated
Oct 19, 2020 - Python
-
Updated
May 27, 2021 - Python
-
Updated
Jun 17, 2020 - Java
Following the robustness principle, in HeaderUtil.ts, we might want to omit invalid headers values from the parsed result as opposed to throwing.
Hi, Is it possible to add in readme more information about support?
- What are the feature necessary for LDflex to work?
- Is Node supported?
- Are browsers supported? Which ones?
- Can polyfills help?
-
Updated
May 17, 2021 - Java
-
Updated
May 25, 2021 - JavaScript
-
Updated
May 25, 2021 - JavaScript
-
Updated
Nov 30, 2019 - Python
-
Updated
May 12, 2021 - JavaScript
Improve this page
Add a description, image, and links to the linked-data topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the linked-data topic, visit your repo's landing page and select "manage topics."
Description