Skip to content

Commit

Permalink
#136 Correct information about John Lennon's spouse
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-scherbakov committed Apr 8, 2024
1 parent 2fd539e commit 99085d9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1025,8 +1025,8 @@ <h2>Embedding YAML-LD in HTML Documents</h2>
"@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
born: 1933-02-18
spouse: http://dbpedia.org/resource/Yoko_Ono
</script>
-->
</pre>
Expand Down Expand Up @@ -1337,11 +1337,11 @@ <h2>Best Practices</h2>
"@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
---
"@context": https://json-ld.org/contexts/person.jsonld
"@id": http://dbpedia.org/resource/Cynthia_Lennon
born: 1939-09-10
"@id": http://dbpedia.org/resource/Yoko_Ono
born: 1933-02-18
</script>
-->
</pre>
Expand Down
6 changes: 3 additions & 3 deletions tests/cases/html/dedent-needed.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"@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
---
"@context": https://json-ld.org/contexts/person.jsonld
"@id": http://dbpedia.org/resource/Cynthia_Lennon
born: 1939-09-10
"@id": http://dbpedia.org/resource/Yoko_Ono
born: 1933-02-18
</script>
</head>
<body>
Expand Down
6 changes: 3 additions & 3 deletions tests/cases/html/dedent-not-needed.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"@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
---
"@context": https://json-ld.org/contexts/person.jsonld
"@id": http://dbpedia.org/resource/Cynthia_Lennon
born: 1939-09-10
"@id": http://dbpedia.org/resource/Yoko_Ono
born: 1933-02-18
</script>
</head>
<body>
Expand Down
6 changes: 3 additions & 3 deletions tests/cases/html/stream.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"@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
---
"@context": https://json-ld.org/contexts/person.jsonld
"@id": http://dbpedia.org/resource/Cynthia_Lennon
born: 1939-09-10
"@id": http://dbpedia.org/resource/Yoko_Ono
born: 1933-02-18
</script>
</head>
<body>
Expand Down
6 changes: 3 additions & 3 deletions tests/cases/html/stream.yamlld
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
http://xmlns.com/foaf/0.1/name:
- "@value": John Lennon
http://schema.org/spouse:
- "@id": http://dbpedia.org/resource/Cynthia_Lennon
- "@id": http://dbpedia.org/resource/Cynthia_Lennon
- "@id": http://dbpedia.org/resource/Yoko_Ono
- "@id": http://dbpedia.org/resource/Yoko_Ono
http://schema.org/birthDate:
- "@type": http://www.w3.org/2001/XMLSchema#date
"@value": 1939-09-10
"@value": 1933-02-18

0 comments on commit 99085d9

Please sign in to comment.