json-ld 0.21.4

JSON-LD implementation
Documentation
1
2
3
4
5
6
7
8
9
Example 002: Sample JSON-LD document
---
"@context":
  name: http://xmlns.com/foaf/0.1/name
  knows: http://xmlns.com/foaf/0.1/knows
"@id": http://me.markus-lanthaler.com/
name: Markus Lanthaler
knows:
- name: Dave Longley