Skip to content

Commit

Permalink
Replaced hasPart property with subEvent in example for EventSeries
Browse files Browse the repository at this point in the history
  • Loading branch information
Dataliberate committed Jun 17, 2019
1 parent 5d754e9 commit f0adcbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/ext/pending/issue-447-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ JSON:
"@type" : "EventSeries",
"@id" : "http://www.olympic.org/olympic-games",
"name" : "Olympic Games",
"hasPart" : "http://www.olympic.org/rio-2016-summer-olympics",
"hasPart" : "http://www.olympic.org/london-2012-summer-olympics"
"subEvent" : "http://www.olympic.org/rio-2016-summer-olympics",
"subEvent" : "http://www.olympic.org/london-2012-summer-olympics"
},
{
"@context" : "http://schema.org",
Expand Down

0 comments on commit f0adcbe

Please sign in to comment.