{
	"description": "Test bibtex record mapping",
	"properties": [
		{
			"name": "Has reference type",
			"contents": "[[Has type::Text]]"
		},
		{
			"name": "Has author",
			"contents": "[[Has type::Page]]"
		},
		{
			"name": "Has title",
			"contents": "[[Has type::Page]]"
		},
		{
			"name": "Has abstract",
			"contents": "[[Has type::Text]]"
		},
		{
			"name": "Has publisher",
			"contents": "[[Has type::Text]]"
		}
	],
	"subjects": [
		{
			"name": "Sci-property-definition",
			"namespace": "NS_MEDIAWIKI",
			"contents": "Some assignments\n type|Has reference type \n author|Has author \n title|Has title \n journal|Has publisher \n abstract|Has abstract\n"
		},
		{
			"name": "Sci-template-definition",
			"namespace": "NS_MEDIAWIKI",
			"contents": "Some type-template assignments\n article|SciteSimpleFormatter \n book|SciteSimpleFormatter \n"
		},
		{
			"name": "SciteSimpleFormatter",
			"namespace": "NS_TEMPLATE",
			"contents": "<includeonly>{{{title}}}</includeonly>"
		},
		{
			"name": "SciteAuthorFormatter",
			"namespace": "NS_TEMPLATE",
			"contents": "<includeonly>{{{bibtex-author}}}</includeonly>"
		},
		{
			"name": "Example/12/1",
			"contents": "{{#scite:\n |bibtex=@ARTICLE{Meyer2000,\nAUTHOR=\"Bernd Meyer\",\nTITLE=\"A constraint-based framework for diagrammatic reasoning\",\nJOURNAL=\"Applied Artificial Intelligence\",\nVOLUME= \"14\",\nISSUE = \"4\",\nPAGES= \"327--344\",\nYEAR=2000\n}\n |citation text=2000}}"
		},
		{
			"name": "Example/12/2",
			"contents": "{{#scite:Einstein, Podolsky, and Nathan 1935\n |bibtex=@article{einstein1935can,\n  title={Can quantum-mechanical description of physical reality be considered complete?},\n  author={Einstein, Albert and Podolsky, Boris and Rosen, Nathan},\n  journal={Physical review},\n  volume={47},\n  number={10},\n  pages={777},\n  year={1935},\n  publisher={APS}\n}\n}}"
		},
		{
			"name": "Example/12/3",
			"contents": "{{#scite:|reference=Wallach and Kogan 1965b \n |type=book \n |bibtex=@article{wallach1965modes,\n  title={Modes of thinking in young children},\n  author={Wallach, Michael A and Kogan, Nathan},\n  year={1965},\n  publisher={New York}\n} \n}}"
		},
		{
			"name": "Example/12/4",
			"contents": "{{#scite:\n |bibtex=@article{leung1989vascular,\n  title={Vascular endothelial growth factor is a secreted angiogenic mitogen},\n  author={Leung, David W and Cachianes, George and Kuang, Wun-Jing and Goeddel, David V and Ferrara, Napoleone},\n  journal={Science},\n  volume={246},\n  number={4935},\n  pages={1306--1309},\n  year={1989},\n  publisher={American Association for the Advancement of Science}\n}\n |template=SciteAuthorFormatter}}"
		}
	],
	"parser-testcases": [
		{
			"about": "#0",
			"subject": "Example/12/1",
			"store": {
				"semantic-data": {
					"strict-mode-valuematch": false,
					"propertyCount": 3,
					"propertyKeys": [ "__sci_cite", "_MDAT", "_SKEY" ],
					"propertyValues": [ "Example/12/1#_SCITE7a0c0a939e8181da78d3ebe6cf09eeca" ]
				}
			}
		},
		{
			"about": "#1",
			"subject": "Example/12/1#_SCITE7a0c0a939e8181da78d3ebe6cf09eeca",
			"store": {
				"semantic-data": {
					"strict-mode-valuematch": false,
					"propertyCount": 7,
					"propertyKeys": [ "__sci_cite_key", "__sci_cite_text", "Has_author", "Has_title", "Has_publisher", "Has_reference_type", "_SKEY" ],
					"propertyValues": [ "article", "Meyer2000", "Bernd Meyer", "A constraint-based framework for diagrammatic reasoning", "Applied Artificial Intelligence" ]
				}
			}
		},
		{
			"about": "#2 with separated authors",
			"subject": "Example/12/2#_SCITEb9a7caa631427c26f4c8e70219b2cda9",
			"store": {
				"semantic-data": {
					"strict-mode-valuematch": false,
					"propertyCount": 7,
					"propertyKeys": [ "__sci_cite_key", "__sci_cite_text", "Has_author", "Has_title", "Has_publisher", "Has_reference_type", "_SKEY" ],
					"propertyValues": [ "article", "Einstein, Podolsky, and Nathan 1935", "Albert Einstein", "Boris Podolsky", "Nathan Rosen", "Can quantum-mechanical description of physical reality be considered complete?", "Physical review" ]
				}
			}
		},
		{
			"about": "#3 explicit reference/type precedes",
			"subject": "Example/12/3#_SCITE99250259e6747c8f1c3876637a69d68c",
			"store": {
				"semantic-data": {
					"strict-mode-valuematch": false,
					"propertyCount": 6,
					"propertyKeys": [ "__sci_cite_key", "__sci_cite_text", "Has_author", "Has_title", "Has_reference_type", "_SKEY" ],
					"propertyValues": [ "book", "Wallach and Kogan 1965b", "Modes of thinking in young children" ]
				}
			}
		},
		{
			"about": "#4 access hidden bibtex-author, see #12",
			"subject": "Example/12/4#_SCITEb375bde01f73d04037215f4614f81cc1",
			"store": {
				"semantic-data": {
					"strict-mode-valuematch": false,
					"propertyCount": 7,
					"propertyKeys": [ "__sci_cite_key", "__sci_cite_text", "Has_author", "Has_title", "Has_reference_type", "_SKEY", "Has_publisher" ],
					"propertyValues": [ "Leung, David W and Cachianes, George and Kuang, Wun-Jing and Goeddel, David V and Ferrara, Napoleone", "David W Leung", "George Cachianes", "Wun-Jing Kuang", "David V Goeddel", "Napoleone Ferrara" ]
				}
			}
		}
	],
	"settings": {
		"wgContLang": "en",
		"scigReferenceListType": "ol",
		"scigCitationReferenceCaptionFormat" : 1,
		"smwgPageSpecialProperties": [ "_MDAT" ]
	},
	"meta": {
		"version": "0.1",
		"is-incomplete": false,
		"debug": false
	}
}