Skip to content
Snippets Groups Projects
Commit 76857f77 authored by vlorentz's avatar vlorentz
Browse files

github/gitea: Fix type of as:totalItems being xsd:integer instead of xsd:nonNegativeInteger

rdflib implicitly sets xsd:integer as the type of Literal(42); while the
ActivityStream specification requires a xsd:nonNegativeInteger here.

This was highlighted by a bugfix in rdflib 7.1.0, as previous versions
omitted serializing the "default" datatype corresponding to the Python
type of the literal value when writing in JSON-LD.
parent 15ddcab2
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment