-
In the "Readium desktop" app, a backend database is used to store WebPubManifest and OPDS models, so @clebeaupin has been wondering about how to detect potentially-breaking changes (such as `spine` vs…
-
How to handle an extension ontology (proposed answer: bring it in to join the Core Ontology, by selecting it in Protege?)
--------------------------
From Curt Blais:
A way to do this is to d…
-
**Describe the bug**
The API returns conflicting headers: `ETag` is provided for resource validation, but `Cache-Control` is set to `no-store`. This prevents the client from caching and validating the…
-
### Problem
I keep doing something the following:
```shell
cargo add cubing@v0.5.0
```
This causes the following error:
```
error: invalid version requirement `v0.5.0`
Caused by:
…
-
This can be taken as a science which many do in the Semantic Web world, but we are going to focus on other elements so keep it simple.
Any word that is a Stop word is not a Tag. We will even keep w…
-
Hi Andre, I am a student of software engineering and am trying to use your DASIS package blocks, but I am getting an error when I try to configure the learning paths, the problem is I can not create a…
-
Similar to roles in docutils (https://docutils.sourceforge.io/docs/ref/rst/roles.html): `` :name:`content` ``,
it would be nice to have an attribute shorthand, to provide "semantic meaning to content…
-
## Describe the feature
MediaMTX currently has a built-in HTTP server and web pages for playing streams with HLS and WebRTC. Unfortunately, the code of the playing pages is directly built into th…
-
Named graphs provide a convenient way to group data. But there is no easy standard way to combine them! For example, I would like to be able to say that one graph is composed of several other graphs…
-
Some API failed requests have _500 Internal Server_ Error codes when they are in fact _400 Bad Request_s semantically.
This occurs because SQLExceptions can be db connection failures which must be 5…