From 9d465d2eaf02f60f9e8b195e8c0be020ea5de125 Mon Sep 17 00:00:00 2001 From: Michael Scott Asato Cuthbert Date: Wed, 3 Dec 2025 15:09:39 -1000 Subject: [PATCH 1/2] Update example Lennon spouse See discussion at #880 (Fixes #880) Only changed the index page, README, example 91, and spec latest -- left historical examples alone. Thanks! --- README.md | 2 +- examples/syntax/example-091-Embedding-JSON-LD-in-HTML.html | 3 +-- index.html | 2 +- spec/latest/json-ld/index.html | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index af28a44ca..6205dc1ea 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ A simple example of a JSON object with added semantics:: "@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" } ``` diff --git a/examples/syntax/example-091-Embedding-JSON-LD-in-HTML.html b/examples/syntax/example-091-Embedding-JSON-LD-in-HTML.html index 9366a4a9c..0b7dd7abb 100644 --- a/examples/syntax/example-091-Embedding-JSON-LD-in-HTML.html +++ b/examples/syntax/example-091-Embedding-JSON-LD-in-HTML.html @@ -4,7 +4,6 @@ "@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" } - \ No newline at end of file diff --git a/index.html b/index.html index f074a6ba6..ca6e63115 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@

A Simple Example

"@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" } diff --git a/spec/latest/json-ld/index.html b/spec/latest/json-ld/index.html index 0f97b09ec..e74443d8a 100644 --- a/spec/latest/json-ld/index.html +++ b/spec/latest/json-ld/index.html @@ -4253,7 +4253,7 @@

Embedding JSON-LD in HTML Documents

"@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" } ******** --> From 81f8558929343c579e1266b0495f5f23dd848141 Mon Sep 17 00:00:00 2001 From: Michael Scott Asato Cuthbert Date: Wed, 3 Dec 2025 15:50:15 -1000 Subject: [PATCH 2/2] follow David Lehn's suggestions --- examples/syntax/example-091-Embedding-JSON-LD-in-HTML.html | 3 ++- spec/latest/json-ld/index.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/syntax/example-091-Embedding-JSON-LD-in-HTML.html b/examples/syntax/example-091-Embedding-JSON-LD-in-HTML.html index 0b7dd7abb..9366a4a9c 100644 --- a/examples/syntax/example-091-Embedding-JSON-LD-in-HTML.html +++ b/examples/syntax/example-091-Embedding-JSON-LD-in-HTML.html @@ -4,6 +4,7 @@ "@id": "http://dbpedia.org/resource/John_Lennon", "name": "John Lennon", "born": "1940-10-09", - "spouse": "http://dbpedia.org/resource/Yoko_Ono" + "spouse": "http://dbpedia.org/resource/Cynthia_Lennon" } + \ No newline at end of file diff --git a/spec/latest/json-ld/index.html b/spec/latest/json-ld/index.html index e74443d8a..0f97b09ec 100644 --- a/spec/latest/json-ld/index.html +++ b/spec/latest/json-ld/index.html @@ -4253,7 +4253,7 @@

Embedding JSON-LD in HTML Documents

"@id": "http://dbpedia.org/resource/John_Lennon", "name": "John Lennon", "born": "1940-10-09", - "spouse": "http://dbpedia.org/resource/Yoko_Ono" + "spouse": "http://dbpedia.org/resource/Cynthia_Lennon" } ******** -->