Skip to content

Commit 6b5e953

Browse files
committed
Merge pull request #1 from schemaorg/sdo-gozer
Sync with next iteration of sdo-gozer
2 parents a27a427 + 4a50168 commit 6b5e953

File tree

5 files changed

+869
-13
lines changed

5 files changed

+869
-13
lines changed

data/examples.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4261,7 +4261,7 @@ This example is JSON only.
42614261

42624262
JSON:
42634263

4264-
<!-- John won a Nobel prize. -->
4264+
<!-- John won a book about the Nobel prize. -->
42654265
<script type="application/ld+json">
42664266
{
42674267
"@context": "http://schema.org",
@@ -4271,8 +4271,8 @@ JSON:
42714271
"name": "John"
42724272
},
42734273
"object": {
4274-
"@type": "Award",
4275-
"name": "Nobel prize"
4274+
"@type": "Book",
4275+
"name": "Top 1000 Things You Didn't Know about Nobel prizes"
42764276
}
42774277
}
42784278
</script>

0 commit comments

Comments
 (0)