{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/foaf/FoafBaseObject",
	"title": "FoafBaseObject",
	"description": "Core FOAF Properties",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/foaf/FoafContextType",
			"description": "The LD Context."
		},
		"@id": {
			"type": "string",
			"description": "The unique identifier for the FOAF object."
		},
		"name": {
			"type": "string",
			"description": "A name for some thing."
		},
		"title": {
			"type": "string",
			"description": "Title (Mr, Mrs, Ms, Dr. etc)"
		},
		"mbox": {
			"type": "string",
			"description": "A personal mailbox, ie. an Internet mailbox associated with exactly one owner, the first owner of this mailbox"
		},
		"homepage": {
			"type": "string",
			"description": "A homepage for some thing."
		},
		"depiction": {
			"$ref": "https://schema.twindev.org/foaf/FoafImage",
			"description": "A depiction of some thing."
		}
	}
}
