JSON-LD Context | 全局语义解析¶
JSON-LD Context solves the problem of "globally unique identity" for the knowledge graph when operating in standard HTTP systems and isolated IT environments.
How it works | 转换机制¶
- The auto-compiler generates a
@contextdictionary mapping all JSON fields and classes to global Web URIs (e.g.uod:core/Organization). - When a document is transmitted across the internet, the JSON-LD context ensures there is no dispute about what
Organizationmeans. - Links native RDF capabilities and mappings without breaking normal readable JSON formats for your REST engineers.