SolidOS / SolidOS/contacts-pane
use of sh:count
Open
Beginner friendly
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 7
- Forks
- 9
- Avg merge
- 3h 33m
- Merged PRs (30d)
- 2
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/contacts-pane/blob/main/shapes/contacts-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/contacts-shapes.ttl and compare the reported sh:count 1; declaration with the SHACL specification. Replace that declaration with the specified minCount and maxCount constraints, then verify that no sh:count usage remains in the shape.
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
- 82/100