Feat: add `rel="http://www.w3.org/ns/json-ld#type"` link relation.
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 139
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
When
- I interpret JSON as JSON-LD using https://www.w3.org/TR/json-ld11/#interpreting-json-as-json-ld
andrel="http://www.w3.org/ns/json-ld#context"
I Expect
- A way to associate a
@type(e.g., using something likerel="http://www.w3.org/ns/json-ld#type").
Instead
- Only
rel="http://www.w3.org/ns/json-ld#context"is supported.
cc: @Stefanone91 @mfortini
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 by reading the JSON-LD 1.1 section on interpreting JSON as JSON-LD, especially the existing rel="http://www.w3.org/ns/json-ld#context" behavior. Inspect the specification's handling of link relations and define how a rel="http://www.w3.org/ns/json-ld#type" relation should associate a @type; done means the syntax and expected processing are documented consistently.
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
- 35/100