-
Currently all parsers write into a graph. For cases where you want to stream-process RDF, it would be nice if triples could be handled as they come in.
Two fold:
1 Most of our parsers have a Tripl…
-
I am cursed with URIs with % escape codes in them. If one comes through with an invalid escape code (e.g., `%F` rather than `%2F`) rdflib crashes with a message `AttributeError: 'SinkParser' object h…
-
Hi,
I am loading a 165 MB file and the loading process takes ages. I would expect to be loaded in a matter of seconds.
Am I doing smth wrong or this is a normal?
Here is my code which is very simpl…
-
Unfortunately, #1 by @ajnelson-nist broke validation of collect.ttl:
```
% python src/dcat_tool.py --print --debug
DHS: http://github.com/usdhs/dcat-tool/0.1
Traceback (most recent call last):
…
-
First field label should read:
RDF (Accepts JSON-LD, Turtle, TriG, N-Triples, N-Quads, and Notation3 (N3))
Second field label should read:
Base URI (Omit brackets. If base URI is , leave blank.)
…
-
Python offers an interesting feature, sys.intern(string), which inserts string in the table of “interned” strings, useful to gain a little performance on dictionary lookup. If the keys in a dictionary…
-
It would be great if rdflib could support processing large files which do not fit into main memory. For instance, providing an iterator over the statements is often sufficient, if the statements are "…
-
http://data.culture.fr/thesaurus/page/ark:/67717/T69
It is available in [RDF/XML](data.culture.fr/thesaurus/data/ark:/67717/T69?includeSchemes=true), [Notation3](data.culture.fr/thesaurus/data/ar…
-
Hi there
I've been using `pyshacl` since a few days and I like it!
I noticed the `--imports` flag and wanted to try it right away after having read about it in #18.
So I tried the following:
…
-
[Mike Conlon](https://github.com/mconlon17) (Migrated from [VIVO-1473](https://vivo-project.atlassian.net/browse/VIVO-1473)) said:
Write a one pager for data analysts describing the vivo approach to …