openGEDCOM Microdata Example

This page is an example representation of how the following JSON-LD genealogical data could be stored in HTML as Microdata.

JSON-LD Genealogical Data

{
	"@context": "http://schema.org",
	"@type": "Person",
	"@id": "ID001",
	"name": "Bob Jones",
	"birthDate": "1845-02-12",
	"deathDate": "1913-06-08",
	"image": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/09/Bob_Jones%2C_Sr.jpg/220px-Bob_Jones%2C_Sr.jpg",
	"url": "https://en.wikipedia.org/wiki/Bob_Jones_Sr.",
	"spouse": {
			"@type": "Person",
			"@id": "ID002",
			"name": "Suzy Robinson"
	},
	"children": [
		{
			"@type": "Person",
			"@id": "ID003",
			"name": "Joey Jones"
		},
		{
			"@type": "Person",
			"@id": "ID004",
			"name": "Sally Jones"
		}
	]
}		
	

Below is the HTML representation of the above JSON-LD data

Bob Jones

Born
1845-02-12
Death
1913-06-08

Website:

Spouse:

Suzy Robinson

Children