在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:json-ld/json-ld.org开源软件地址:https://github.com/json-ld/json-ld.org开源编程语言:HTML 76.3%开源软件介绍:IntroductionJSON-LD (JavaScript Object Notation for Linking Data) is a lightweight Linked Data format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on the already successful JSON format and provides a way to help JSON data interoperate at Web-scale. If you are already familiar with JSON, writing JSON-LD is very easy. There is a smooth migration path from the JSON you use today, to the JSON-LD you will use in the future. These properties make JSON-LD an ideal Linked Data interchange language for JavaScript environments, Web services, and unstructured databases such as CouchDB and MongoDB. If you are already using JSON-LD, add yourself to the list of users in our wiki. A Simple ExampleA simple example of a JSON object with added semantics: { "@context": "https://json-ld.org/contexts/person.jsonld", "@id": "http://dbpedia.org/resource/John_Lennon", "name": "John Lennon", "born": "1940-10-09", "spouse": "http://dbpedia.org/resource/Cynthia_Lennon" } The example above describes a person whose name is John Lennon. The difference between regular JSON and JSON-LD is that the JSON-LD object above uniquely identifies itself on the Web and can be used, without introducing ambiguity, across every Web site, Web services and databases in operation today. The PlaygroundIf you would like to play around with JSON-LD markup, you may do so here: https://json-ld.org/playground/ The SpecificationsIf you are a developer, you may be interested in the official JSON-LD W3C specifications:
A list of all previous specification drafts is also available. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论