Simon Stier
Simon Stier
Workaround see https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues/5281 and https://github.com/OpenSemanticLab/docker-compose-osl-wiki/commit/add7c39cdb99a29dd12c18ee5c5cda3310a481d8
Thank you for your response. Correct, I'm using a SPARQLStore. The missing `SMW\SPARQLStore\QueryEngineFactory` was also comming up while I was browsing the SMW sources. Apparently the issue only occurs with...
One option would be our [docker image](https://github.com/OpenSemanticLab/docker-compose-osl-wiki) / [compose-stack](https://github.com/OpenSemanticLab/osl-mw-docker-compose)
After doing some research on that I still do not understand in which cases SMW passes an `SPARQLStore` as `store` and in which cases a `SQLStore` - it seems random....
I can confirm this issue for the case a page with ```mediawiki {{#ask: [[Category:SomeProcessCategory]] |?HasSuccessor |format=graph |graphlink=yes |rankdir=TB }} ``` is edited with the VisualEditor ```json { "error": { "code":...
Why not use [Verifiable Credentials](https://www.w3.org/TR/vc-data-model-2.0/) ([wikipedia](https://en.wikipedia.org/wiki/Verifiable_credentials)) to sign the ro-crate-metadata.json? If it's mandatory to include the checksum of every (uncompressed) file in ro-crate-metadata.json for a signed RO-Crate there's no need...
Since it was mentioned in the (edited) https://github.com/json-ld/yaml-ld/issues/19#issue-1255308854 by @VladimirAlexiev: In the scientific context of [OpenSemanticLab](https://github.com/OpenSemanticLab) (see also [OpenSemanticWorld-Package-Registry)](https://opensemantic.world) we are picking up the idea of blending JSON-SCHEMA and JSON-LD...
@anatoly-scherbakov: In general we want to keep keywords in 'instance' JSON-documents (=> property names in schemas) strict `^[A-z_]+[A-z0-9_]*$` to avoid escaping or replacing when mapping to other languages. This works...
@msporny wrote: > That is really neat; very powerful. Keep going! Many thank - glad you see some potential in this approach! @anatoly-scherbakov wrote: > I am a frequent user...
@ioggstream wrote: > Maybe we could share some library code I would very much appreciate that! @ioggstream wrote: > seems to me that the main difference is that OO-LD just...