Inconsistent interface for Deserialize JSON-LD
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 106
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
https://www.w3.org/TR/json-ld-api/#deserialize-json-ld-to-rdf-algorithm says
This algorithm deserializes a JSON-LD document to an RDF dataset.
But the algorithm inside it says
The algorithm takes a map node map, which is the result of the Node Map Generation algorithm and an RDF dataset dataset into which new graphs and triples are added.
Those should be consistent.
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
Compare the Deserialize JSON-LD to RDF algorithm with the algorithm inside it, especially the stated inputs and outputs. Align the two descriptions so they consistently describe the interface, then verify that the relevant specification text no longer contradicts itself.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100