sparql.anything
sparql.anything copied to clipboard
SPARQL Anything is a system for Semantic Web re-engineering that allows users to ... query anything with SPARQL.
> validate whether it matches the syntax for a lang tag. > * rdf4j has functions to check this eg see [improve normalization of BCP47 language tags eclipse-rdf4j/rdf4j#3695](https://github.com/eclipse-rdf4j/rdf4j/issues/3695) _Originally posted...
Examples from https://sparql-anything.readthedocs.io/en/stable/formats/Word_Processing_Document/ `docs.table-headers=false`: ``` rdf:_7 [ rdf:_1 [ rdf:_1 "A" ; rdf:_2 "B" ; rdf:_3 "C" ] ; rdf:_2 [ rdf:_1 "A1" ; rdf:_2 "B1" ; rdf:_3 "C1" ]...
### Discussed in https://github.com/SPARQL-Anything/sparql.anything/discussions/430 Originally posted by **kvistgaard** November 18, 2023 From what I tried so far, it seems they are not accessible. Yet, since they are what I mostly...
We have a dependency on Any23 in the HTML module. https://attic.apache.org/projects/any23.html However, this does not mean we need to rush on removing/replacing the dependency, just that we should keep an...
Add the logo to readthedocs template https://sparql-anything.readthedocs.io/en/latest/
I am querying a CSV and misspelt a column name. SPARQL anything will not throw a warning or error about it. E.g CSV columns' names: types, entity Example of query:...
I always wanted to query my local slidedecks (currently over 300) and, if possible link them with data from other files. Although PPTX is sort a kind of an XML,...
It might be useful to have an option to disable the cache. For example, if you are using the Fuseki server and the data source changes during the execution of...
The cache is wiped at every query execution as it is stored as a hash map within the execution context. Therefore, the cache is effective only when the same resource...
There is a [growing number of tools for personal knowledge management](https://www.strategicstructures.com/?p=2591), a sizable part of which uses MD with [[wikilinks]]. This includes Obsidian (with over 1 mln users), Logseq, Foam,...