mashlib icon indicating copy to clipboard operation
mashlib copied to clipboard

N3 files containing rules can't be stored via mashlib

Open phochste opened this issue 3 years ago • 1 comments

On NSS (inrupt.net) I'm trying to store the cats.n3 file as text/n3

prefix : <https://example.org/cats#>.

:Mika a :Cat .
:Akita a :Cat .
:Luna a :Cat .

{ ?X a :Cat .} => { [ :is :CatFriendly ] .  [ a :Cat ] . }

This presents me with the following error message:

Screenshot 2022-08-24 at 20 43 53

Uploading with another editor doesn't present this problem.

phochste avatar Aug 24 '22 18:08 phochste

Thanks for reporting. You seem to miss a dot at the end :

image

And now you got this issue already referenced at https://github.com/linkeddata/rdflib.js/issues/567 If you have any idea how to solve the issue it will be very nice.

bourgeoa avatar Aug 25 '22 13:08 bourgeoa