Skip to content

Commit 73c2001

Browse files
namedgraphclaude
andcommitted
Fix non-canonical XMLLiteral in dataspace.ttl
Replace the numeric character reference &#8594; with the literal → so the rdf:XMLLiteral is canonical XML. Jena 6 rejects entity references in XMLLiteral lexical forms with "not valid for datatype XSD XMLLiteral". Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 6bef82f commit 73c2001

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/dataspace.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<h3 id="admin-apps">Administration</h3>
6868
<p>Every administration application is related to one <a href="#end-user-apps">end-user application</a>. It cannot exist standalone.</p>
6969
<p>The base URI of an administration application is the base URI of its end-user application with the <code>admin.</code> subdomain
70-
prefixed to the host (e.g. <samp>https://example.com/</samp> &#8594; <samp>https://admin.example.com/</samp>). Because the admin application lives on
70+
prefixed to the host (e.g. <samp>https://example.com/</samp> <samp>https://admin.example.com/</samp>). Because the admin application lives on
7171
its own subdomain (origin), it no longer occupies a path within the end-user application.</p>
7272
<div class="alert alert-info">
7373
<p>Since LinkedDataHub 5.1.0 the administration application is served on the <code>admin.</code> subdomain rather than under an

0 commit comments

Comments
 (0)