SolidOS / SolidOS/mashlib

N3 files containing rules can't be stored via mashlib

Open
#167 1 comment 0 reactions 0 assignees View on GitHub

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:

Screenshot 2022-08-24 at 20 43 53

Uploading with another editor doesn't present this problem.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.