anusii / solidpod

MIT License
1 stars 2 forks source link

RDF vs JSON: Which format to use in POD apps #188

Open cdawei opened 5 months ago

cdawei commented 5 months ago

RDF:

JSON:

For example, in the keypod app, it seems clear to use JSON and store something like below usually won't cause any problem.

{[{"key": "ACT", "value": "Canberra"}, {"key": "NSW", "value": "Sydney"}]}

In other words, some trade-off between being more precise (RDF) versus being more convenient and efficient (JSON).