Skip to content

OutputJsonFormat

Netanel Felcher edited this page Jul 23, 2017 · 3 revisions

Output Json Format

You should produce one or more Jsons of the following format. Note that each Json may hold the output of several Wikipedia articles. Note that each Json object in the "subjects" array corresponds to a particular Wikipedia article. The object holds the URI of the article, and an array of URIs of mekorot that are mentioned in the article ("mentions").

{
	"subjects": [{
		"uri": "https://he.wikipedia.org/wiki/עקידת_יצחק",
		"jbo:mentions" : ["jbr:tanach-1-12-1", "jbr:tanach-1-12-2", ..., ]
	},
	{
		"uri": "https://he.wikipedia.org/wiki/מגדל_בבל",
		"jbo:mentions" : ["jbr:tanach-1-11-1", "jbr:tanach-1-11-2", ..., ]
	}]
}

Clone this wiki locally