linked-data
Here are 584 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
-
Updated
Jan 28, 2021 - JavaScript
all of the cors_catch wrapper stuff should be moved to http_request_expansion
Example
https://github.com/Anniepoo/identity/blob/master/prolog/identity/identity.pl
-
Updated
Jan 31, 2021 - JavaScript
-
Updated
Jan 29, 2021 - JavaScript
-
Updated
Feb 2, 2021 - Python
-
Updated
Dec 19, 2020 - Python
-
Updated
Dec 23, 2020 - Go
-
Updated
Feb 8, 2021 - PHP
-
Updated
Feb 5, 2021 - Ruby
-
Updated
Feb 8, 2021 - JavaScript
-
Updated
Feb 9, 2021 - TypeScript
-
Updated
Jun 17, 2020 - PHP
-
Updated
May 17, 2019 - PHP
The handling of binding substitution fails for queries of the form select (func(?x) as ?y). For a binding x=foo the output is select (func('foo' as ?x) as ?y) when it should be select (func('foo') as ?y). The current code only works for select ?x ?y ?z type queries. Regex needs to be modified to ignore patterns that are preceeded by 'as'.
-
Updated
Feb 5, 2021 - PHP
-
Updated
Jan 11, 2021 - Clojure
-
Updated
Oct 19, 2020 - Python
-
Updated
Jun 17, 2020 - Java
-
Updated
Feb 2, 2021 - Python
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
Nov 26, 2020 - Java
-
Updated
Jan 6, 2021 - JavaScript
As far as I can see this should be allowed but it doesn't work. It discovered it because some HttpClients in Java send the Accept header with HEAD but others do not.
curl -I -H 'Accept:' http://localhost:3000/
The server reports:
2021-02-04T15:44:25.897Z [ExpressHttpServerFactory] error: NotImplementedHttpError: No handler supports the given input: [Only errors are supported, O
-
Updated
Apr 27, 2020 - JavaScript
-
Updated
Nov 30, 2019 - Python
-
Updated
Jan 19, 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