Suggestion about `@prefix`
Open
Nobody has claimed this yet.
defer-future-version
- Dominant language
- HTML
- Stars
- 139
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
How difficult would it be able to set @prefix globally? We've got quite a collection of non-standard prefixes and it kind of busies up the context document when we have to add the properties individually?
{ "@context": {
"@prefix": true,
"CHEBI": "http://example.org/CHEBI_",
"CUBBY: "http://example.orrg/CUBBY_"
}
}
Contributor guide
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 with issue #329 and the JSON-LD 1.1 specification’s definitions of @context and @prefix; the payload names no implementation files or tests. Review the 19-comment discussion to determine the intended global-prefix behavior and its conformance requirements. Done means the proposal has an agreed specification change and documented examples.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- json
- Domain
- documentation
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100