linked-data
Here are 660 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
Triples within a TriplesBlock are list elements. E.g.:
expr = Builtin_NOTEXISTS(
graph = GroupGraphPatternSub(
part = [TriplesBlock_{'triples': [[rdflib.term.Variable('a'), rdflib.term.URIRef('https://github.com/GreenfishK/DataCitation/citing/valid_from'), rdflib.term.Variable('valid_from')]], '_vars': set()}]
_vars = set()
-
Updated
Dec 15, 2021 - JavaScript
-
Updated
Jan 21, 2022 - Python
-
Updated
Dec 24, 2021 - JavaScript
-
Updated
Nov 10, 2021 - JavaScript
-
Updated
May 26, 2021 - Python
-
Updated
Jan 23, 2022 - TypeScript
-
Updated
Jan 19, 2022 - Go
-
Updated
Jan 24, 2022 - PHP
-
Updated
Jan 24, 2022 - JavaScript
-
Updated
Jan 22, 2022 - Ruby
-
Updated
Jun 17, 2020 - PHP
-
Updated
Jan 24, 2022 - 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.
The server has a couple of regular expressions that re-appear.
We might want to expose them as constants.
-
Updated
May 17, 2019 - PHP
-
Updated
Jan 23, 2022 - Python
-
Updated
Sep 4, 2021 - Python
-
Updated
Dec 21, 2021 - Clojure
-
Updated
Jan 4, 2022 - Java
-
Updated
Dec 16, 2021 - 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
Jan 16, 2022 - Python
-
Updated
Jan 13, 2022 - JavaScript
Currently we are just catching (thanks @c-martinez ) errors when we fail to parse query metadata. These are situations in which the parsing will most probably fail:
- Empty line at the beginning of the metadata section
- More than one empty line at the end of the metadata section
- Inconsistent indenting
- Etc.
At the moment the backend fails silently, and simply no OpenAPI spec is rendered f
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