|
| 1 | +MIME-Version: 1.0 |
| 2 | +Date: Mon, 27 Nov 2023 22:06:32 +0100 |
| 3 | + |
| 4 | +Subject: JSON-LD person |
| 5 | +From: Marcel Bokhorst < [email protected]> |
| 6 | +To: Marcel Bokhorst < [email protected]> |
| 7 | +Content-Type: multipart/alternative; boundary="00000000000033b419060b28adcf" |
| 8 | + |
| 9 | +--00000000000033b419060b28adcf |
| 10 | +Content-Type: text/plain; charset="UTF-8" |
| 11 | +
|
| 12 | +Test |
| 13 | +
|
| 14 | +--00000000000033b419060b28adcf |
| 15 | +Content-Type: text/html; charset="UTF-8" |
| 16 | + |
| 17 | +<script type="application/ld+json"> |
| 18 | + { |
| 19 | + "@context": "https://schema.org", |
| 20 | + "@type": "Person", |
| 21 | + "address": { |
| 22 | + "@type": "PostalAddress", |
| 23 | + "addressLocality": "Colorado Springs", |
| 24 | + "addressRegion": "CO", |
| 25 | + "postalCode": "80840", |
| 26 | + "streetAddress": "100 Main Street" |
| 27 | + }, |
| 28 | + "colleague": [ |
| 29 | + "http://www.example.com/JohnColleague.html", |
| 30 | + "http://www.example.com/JameColleague.html" |
| 31 | + ], |
| 32 | + |
| 33 | + "image": "janedoe.jpg", |
| 34 | + "jobTitle": "Research Assistant", |
| 35 | + "name": "Jane Doe", |
| 36 | + "alumniOf": "Dartmouth", |
| 37 | + "birthPlace": "Philadelphia, PA", |
| 38 | + "birthDate": "1979-10-12", |
| 39 | + "height": "72 inches", |
| 40 | + "gender": "female", |
| 41 | + "memberOf": "Republican Party", |
| 42 | + "nationality": "Albanian", |
| 43 | + "telephone": "(123) 456-6789", |
| 44 | + "url": "http://www.example.com", |
| 45 | + "sameAs" : [ "https://www.facebook.com/", |
| 46 | + "https://www.linkedin.com/", |
| 47 | + "http://twitter.com/", |
| 48 | + "http://instagram.com/", |
| 49 | + "https://plus.google.com/"] |
| 50 | + } |
| 51 | +</script> |
| 52 | +<div dir="ltr">Test<div><br></div></div> |
| 53 | + |
| 54 | +--00000000000033b419060b28adcf-- |
0 commit comments