empty dataset encodes into invalid triG. #27

Closed
opened 2026-08-08 21:04:42 +00:00 by scossu · 1 comment
Owner

An empty dataset encodes int TriG as:

# Generated by Volksdata v1.0b11 on 08/08/2026
@prefix gr: <http://id.pkar.knowledgetx.com/graph/> .
@prefix volk: <info:volksdata:> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[rest of prolog…]
}

The opening curly brace is missing (or the closing brace should not be there).

An empty dataset encodes int TriG as: ``` # Generated by Volksdata v1.0b11 on 08/08/2026 @prefix gr: <http://id.pkar.knowledgetx.com/graph/> . @prefix volk: <info:volksdata:> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . [rest of prolog…] } ``` The opening curly brace is missing (or the closing brace should not be there).
Author
Owner

Fixed in cfad979e52.

Fixed in cfad979e52.
Sign in to join this conversation.
No description provided.