Etienne Posthumus

Results 10 issues of Etienne Posthumus

To use custom functions in the SQLite backend, in a FASTAPI project, I am doing: ```python database = databases.Database(DATABASE_URL) @app.on_event("startup") async def startup(): await database.connect() # and then inside a...

When doing a shortform CONSTRUCT query with a LIMIT, like: `CONSTRUCT WHERE {?s ?p ?o} LIMIT 10` An exception is triggered in rdflib.plugins.sparql.evaluate.py method [evalConstructQuery](/RDFLib/rdflib/blob/master/rdflib/plugins/sparql/evaluate.py#L537) An empty template is filled...

bug
SPARQL

Following the build instructions in a fresh docker container (debian), from a git checkout of this repository: ```shell # on git commit 6828858bad186eaa69d965a544c1ccb30cf6ef42 root@248181cf905d:/data/sqlitescanner# ./duckdb/build/release/duckdb v0.4.1-dev169 cee035630 Enter ".help" for...

It would be nice to support the simultaneous display of multiple image manifests in the same Leaflet instance. Use case is pages from a book, or dynamic display of multiple...

We can have separate parsers for JSON (lenient, accepts anything) and BibJSON (stricter enforces conventions). The user can then choose which to use.

See http://datahub.io/dataset/harvard-library-catalog/resource/1895f702-59e0-4cf8-8bcb-c3b8cb8f05fd for the data. See https://github.com/aristus/copymine-harvard for some useful heuristic for improving import.

See http://thedatahub.org/dataset/datos-bne-es for data. Raw data can be found at: http://www.bne.es/es/Catalogos/DatosEnlazados/DescargaFicheros/

demo

German National catalogue in Linked Data: http://thedatahub.org/dataset/deutsche-nationalbibliografie-dnb

feature request

The data from the BNF is available at http://data.bnf.fr/semanticweb-en Make a conversion script for this data and add it to BibSoup.

feature request

On [advice from Pieter Colpaert](https://mastodon.social/@pietercolpaert/109513953092380003) posting the question here: If I understand it correctly, you are only using OxRDF, but not the storage part of Oxigraph for roxi. How tricky...