diff --git a/index.liquid b/index.liquid index 7f83d6be..d55c932b 100644 --- a/index.liquid +++ b/index.liquid @@ -21,14 +21,20 @@ masthead:
{
+
+ Open in Playground
+ {
"@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"
-}
+ "spouse": [
+ "http://dbpedia.org/resource/Yoko_Ono",
+ "http://dbpedia.org/resource/Cynthia_Lennon"
+ ]
+}
JSON-LD