Skip to content

FuReSH/tool-storage-interface

Repository files navigation

Deploy Gatsby site to Pages

Data Handling with Gatsby

SPARQL

See JS-Libraries

Execute SPARQL queries with @comunica/query-sparql

Federated query

npx comunica-sparql https://query.wikidata.org/sparql https://vocabs-downloads.acdh.oeaw.ac.at/vocabs-main/Humanities/TaDiRAH/tadirah.ttl -f ./data/federated-sparql.rq --log-level debug

Wikimedia Commons

  • Image-URLs from Wikidata result in ❗ Das Cookie "NetworkProbeLimit" wurde abgelehnt, weil es sich in einem seitenübergreifenden Kontext befindet und sein "SameSite" auf "Lax" oder "Strict" gesetzt ist.
    • Issue: URL from Wikidata is a Redirect-URL (301) that cause the cookie issue
    • when accessing it, Wikimedia may set a session cookie that is blocked by the SameSite setting.
  • Fix: Use MediaWiki-API to retrieve the images: https://www.mediawiki.org/wiki/API:Imageinfo

Credits

Erros in the build-time React SSR process

Browser globals (window or document)

[ARCHIV] JSON schema (for editing feature)

  1. At the moment react-json-schema-from doesn't support patternProperties of Json Schema