Use of sh:count
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 10
- Forks
- 5
- Avg merge
- 2m
- Merged PRs (30d)
- 3
Description
Through curation of shapes from SolidOS repositories for https://github.com/solid/shape-generation-artefacts:
sh:count 1;was found in https://github.com/SolidOS/chat-pane/blob/main/shapes/chat-shapes.ttl- sh:count is not part of https://www.w3.org/TR/shacl/
- Replace with:
sh:minCount 1; sh:maxCount 1;
Original issue: https://github.com/solid/shape-generation-artefacts/issues/6
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
Open shapes/chat-shapes.ttl and locate the sh:count 1; statement identified in the issue. Replace it with the specified sh:minCount 1; and sh:maxCount 1; constraints, then confirm that the shape no longer uses sh:count.
Written by the indexing model from the issue text.
Assessment
- Domain
- data
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100