- From: David I. Lehn <dil@lehn.org>
- Date: Mon, 23 Jan 2012 17:36:57 -0500
- To: Linked JSON <public-linked-json@w3.org>
I created an issue about how to handle data that has no triples such as empty graphs and properties with no values. If possible it would be nice to formalize the processing behavior in the specs and tests. However, I can see this issue crossing between philosophical semantic web ideals and pragmatic programming behavior and usability. Check out the playground examples and see if it matches what you think should happen. https://github.com/json-ld/json-ld.org/issues/65 * [] * http://json-ld.org/playground/?json-ld=%5B%5D&frame=%7B%7D * {} * http://json-ld.org/playground/?json-ld=%7B%7D&frame=%7B%7D * {"ex":[]} * http://json-ld.org/playground/?json-ld=%7B%22ex%22%3A%5B%5D%7D&frame=%7B%7D * {"ex":{}} * http://json-ld.org/playground/?json-ld=%7B%22ex%22%3A%7B%7D%7D&frame=%7B%7D -dave
Received on Monday, 23 January 2012 22:37:26 UTC