{
	"description": "Test in-text annotation for `_PVUC` to validate uniqueness (`smwgDVFeatures`)",
	"setup": [
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has Url",
			"contents": "[[Has type::URL]] [[Has uniqueness constraint::true]]"
		},
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has text",
			"contents": "[[Has type::Text]] [[Has uniqueness constraint::true]]"
		},
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has date",
			"contents": "[[Has type::Date]] [[Has uniqueness constraint::true]]"
		},
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has monolingual text",
			"contents": "[[Has type::Monolingual text]] [[Has uniqueness constraint::true]]"
		},
		{
			"page": "Example/P0419/1",
			"contents": "[[Has Url::http://example.org/Foo]]"
		},
		{
			"page": "Example/P0419/2",
			"contents": "[[Has Url::http://example.org/Foo]] [[Has Url::http://example.org/FoO]]"
		},
		{
			"page": "Example/P0419/3",
			"contents": "[[Has text::Foo]]"
		},
		{
			"page": "Example/P0419/4",
			"contents": "[[Has text::Foo]]"
		},
		{
			"page": "Example/P0419/5",
			"contents": "[[Has date::1 Jan 1970 12:50:12]]"
		},
		{
			"page": "Example/P0419/6",
			"contents": "{{#subobject:|Has date=1 Jan 1970 12:50:12}}"
		},
		{
			"page": "Example/P0419/7",
			"contents": "[[Has monolingual text::Foo@en]]"
		},
		{
			"page": "Example/P0419/8",
			"contents": "{{#subobject:|Has monolingual text=Foo@en}}"
		}
	],
	"tests": [
		{
			"type": "parser",
			"about": "#0",
			"subject": "Example/P0419/1",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 3,
					"propertyKeys": [
						"_SKEY",
						"_MDAT",
						"Has_Url"
					],
					"propertyValues": [
						"http://example.org/Foo"
					]
				}
			}
		},
		{
			"type": "parser",
			"about": "#1",
			"subject": "Example/P0419/2",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 4,
					"propertyKeys": [
						"_SKEY",
						"_MDAT",
						"_ERRC",
						"Has_Url"
					],
					"propertyValues": [
						"http://example.org/FoO"
					]
				}
			}
		},
		{
			"type": "parser",
			"about": "#2",
			"subject": "Example/P0419/3",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 3,
					"propertyKeys": [
						"_SKEY",
						"_MDAT",
						"Has_text"
					],
					"propertyValues": [
						"Foo"
					]
				}
			}
		},
		{
			"type": "parser",
			"about": "#3 Fails uniqueness for the text annotated in Example/P0419/3",
			"subject": "Example/P0419/4",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 3,
					"propertyKeys": [
						"_SKEY",
						"_MDAT",
						"_ERRC"
					],
					"propertyValues": []
				}
			}
		},
		{
			"type": "parser",
			"about": "#4 Fails uniqueness for date value annotated in Example/P0419/5",
			"subject": "Example/P0419/6#_9fbec9d56750049a3420802d55db9a62",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 2,
					"propertyKeys": [
						"_SKEY",
						"_ERRC"
					],
					"propertyValues": []
				}
			}
		},
		{
			"type": "parser",
			"about": "#5 Fails uniqueness for monolingual text value annotated in Example/P0419/7",
			"subject": "Example/P0419/8#_7d241515e1224e118e0cd09f9b055a79",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 2,
					"propertyKeys": [
						"_SKEY",
						"_ERRC"
					],
					"propertyValues": []
				}
			}
		}
	],
	"settings": {
		"smwgDVFeatures": [
			"SMW_DV_PVUC"
		],
		"smwgPageSpecialProperties": [
			"_MDAT"
		]
	},
	"meta": {
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}