Swirrl / datahost-prototypes

Eclipse Public License 1.0
0 stars 0 forks source link

Identifier field on prototype UI should be a full URI not just an unexpanded @id #357

Closed RickMoynihan closed 7 months ago

RickMoynihan commented 7 months ago

On many pages we have this:

Screenshot 2024-02-01 at 13 38 43

It should really be a full URI (typically in PMD we don't hyperlink these). You can niavely derive the URI by concatenating @base and @id in the JSON/LD document.

See also #349