Last active
August 29, 2015 14:26
-
-
Save ArjenMiedema/2a663a9fd514aab595a7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="application/ld+json"> | |
{ | |
"@context": "http://schema.org", | |
"@type": "SportsEvent", | |
"name": "sc Leovardia Za 1 - Zwaluwen 1", | |
"homeTeam": { | |
"@type": "SportsTeam", | |
"name": "sc Leovardia Za 1", | |
"sport": "Football", | |
"athlete" : [ | |
{ | |
"@type": "Person", | |
"name": "Arjen Miedema" | |
}, | |
{ | |
"@type": "Person", | |
"name": "Jelle Kingma" | |
} | |
], | |
"coach" : { | |
"@type": "Person", | |
"name": "John Doe" | |
} | |
}, | |
"awayTeam": { | |
"@type": "SportsTeam", | |
"name": "Zwaluwen 1", | |
"sport": "Football" | |
}, | |
"startDate": "2015-08-01T14:30:00+02:00", | |
"location": { | |
"@type": "Place", | |
"name": "Sportpark Kalverdijkje", | |
"address": { | |
"@type": "PostalAddress", | |
"addressCountry": "NL", | |
"addressLocality": "Leeuwarden", | |
"postalCode": "8935LJ", | |
"streetAddress": "Kalverdijkje 25" | |
} | |
}, | |
"offers": { | |
"@type": "Offer", | |
"price": "0.00", | |
"url": "http://www.scleovardia.nl/" | |
} | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment