linked-data
Here are 648 public repositories matching this topic...
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
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
-
Updated
Sep 20, 2021 - JavaScript
-
Updated
Nov 9, 2021 - Python
-
Updated
Oct 26, 2021 - JavaScript
-
Updated
Oct 20, 2021 - JavaScript
-
Updated
May 26, 2021 - Python
-
Updated
Aug 30, 2021 - TypeScript
-
Updated
Sep 30, 2021 - Go
-
Updated
Nov 10, 2021 - PHP
-
Updated
Nov 9, 2021 - JavaScript
-
Updated
Aug 31, 2021 - Ruby
-
Updated
Jun 17, 2020 - PHP
-
Updated
Nov 9, 2021 - 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
The server has a couple of regular expressions that re-appear.
We might want to expose them as constants.
-
Updated
Oct 19, 2021 - Python
-
Updated
Nov 1, 2021 - Clojure
-
Updated
Sep 4, 2021 - Python
-
Updated
Jun 17, 2020 - Java
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
Jun 28, 2021 - Java
-
Updated
Nov 30, 2019 - Python
-
Updated
Nov 8, 2021 - JavaScript
-
Updated
Aug 17, 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