Skip to content

Commit

Permalink
same data like HTML for JSON-LD OpeningHoursSpecification example
Browse files Browse the repository at this point in the history
  • Loading branch information
unor committed May 23, 2015
1 parent b398cc3 commit 84e1ebc
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions data/examples.txt
Expand Up @@ -11058,13 +11058,22 @@ JSON:
"name": "Middle of Nowhere Foods",
"openingHours": "Mo,Tu,We,Th,Fr,Sa,Su 09:00-14:00",
"openingHoursSpecification":
{
"@type": "OpeningHoursSpecification",
"validFrom": "2013-12-24",
"validThrough": "2013-12-25",
"opens": "12:00",
"closes": "14:00"
}
[
{
"@type": "OpeningHoursSpecification",
"validFrom": "2013-12-24",
"validThrough": "2013-12-25",
"opens": "09:00",
"closes": "11:00"
},
{
"@type": "OpeningHoursSpecification",
"validFrom": "2014-01-01",
"validThrough": "2014-01-01",
"opens": "12:00",
"closes": "14:00"
}
]
}
</script>

Expand Down

0 comments on commit 84e1ebc

Please sign in to comment.