EricssonResearch / EricssonResearch/oslc_prolog

List handling in json-ld

Open
#17 1 comment 0 reactions 1 assignee Claimed by @morlic View on GitHub
Dominant language
Prolog
Stars
8
Forks
2
PR merge metrics
No merged PRs in 30d

Description

The current list handling is incorrect and leads to ambiguities with multiple properties. Proper serialization of ordered lists is:
```json
"foaf:nick": {
"@list": [ "joe", "bob", "jaybee" ]
},
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.