Skip to content

Commit

Permalink
Merge pull request #1 from schemaorg/sdo-gozer
Browse files Browse the repository at this point in the history
Sync with next iteration of sdo-gozer
  • Loading branch information
mfhepp committed Mar 25, 2015
2 parents a27a427 + 4a50168 commit 6b5e953
Show file tree
Hide file tree
Showing 5 changed files with 869 additions and 13 deletions.
6 changes: 3 additions & 3 deletions data/examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4261,7 +4261,7 @@ This example is JSON only.

JSON:

<!-- John won a Nobel prize. -->
<!-- John won a book about the Nobel prize. -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
Expand All @@ -4271,8 +4271,8 @@ JSON:
"name": "John"
},
"object": {
"@type": "Award",
"name": "Nobel prize"
"@type": "Book",
"name": "Top 1000 Things You Didn't Know about Nobel prizes"
}
}
</script>
Expand Down
Loading

0 comments on commit 6b5e953

Please sign in to comment.