EricssonResearch / EricssonResearch/oslc_prolog
List handling in json-ld
Open
- 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
Assessment
This issue has not been assessed yet.