Open
Description
I have created a resource at /items/<A>AA-123. If I look up /items/ the data browser works as expected and shows it as <A>AA-123 everywhere.
But if I look up /items/* I get an incorrectly formatted RDF document:
@prefix : <#>.
@prefix terms: <http://purl.org/dc/terms/>.
@prefix sol: <http://elfisk.dk/ns/solidrc#>.
@prefix XML: <http://www.w3.org/2001/XMLSchema#>.
@prefix c: </profile/card#>.
@prefix mod: <./>.
<<A>AA-123>
a sol:model;
terms:created "2018-11-09T09:26:32Z"^^XML:dateTime;
terms:creator c:me;
terms:title "<S>AAA".
Apparently the "globbing handler" failed to encode the content correctly.