N3 files containing rules can't be stored via mashlib
Open
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 70
- Forks
- 31
- Avg merge
- 4h 14m
- Merged PRs (30d)
- 5
Description
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:

Uploading with another editor doesn't present this problem.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the upload of cats.n3 as text/n3 through mashlib and inspect the reported error. Compare the failing upload with the working editor upload; done means the N3 file containing rules can be stored successfully without the error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- backend, databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100