Languages Features Creators Calendar CSV Resources Blog About Pricing Add Language
GitHub icon

JSON-LD

JSON-LD - Data validation language

< >

JSON-LD, aka JavaScript Object Notation for Linked Data, is a data validation language created in 2010 by Dave Longley.

#310on PLDB 13Years Old 3.7kUsers
0Books 0Papers 0Repos

JSON-LD (JavaScript Object Notation for Linked Data), is a method of encoding Linked Data using JSON. It was a goal to require as little effort as possible from developers to transform their existing JSON to JSON-LD. This allows data to be serialized in a way that is similar to traditional JSON. Read more on Wikipedia...


Example from Linguist:
{ "@context": { "property": "http://example.com/vocab#property" }, "@id": "../document-relative", "@type": "#document-relative", "property": { "@context": { "@base": "http://example.org/test/" }, "@id": "../document-base-overwritten", "@type": "#document-base-overwritten", "property": [ { "@context": null, "@id": "../document-relative", "@type": "#document-relative", "property": "context completely reset, drops property" }, { "@context": { "@base": null }, "@id": "../document-relative", "@type": "#document-relative", "property": "only @base is cleared" } ] } }
e.html 路 json-ld.html 路 livescript.html

View source

- Build the next great programming language Search v2023 Day 208 Docs Acknowledgements Traffic Traffic Today Mirrors GitHub feedback@pldb.com