{
"description": "Test RDF output for predefined property with alias (#4356)",
"setup": [
{
"namespace": "SMW_NS_PROPERTY",
"page": "Display precision of",
"contents": "[[Property description::Is described as ...@en]]"
}
],
"tests": [
{
"type": "rdf",
"about": "#0 (canonical `Display precision of` representation)",
"skip-on": {
"mediawiki": [ ">1.42.x", "Skipping, broken due to missing Is described as ..." ]
},
"dumpRDF": {
"parameters": {
"page": "Property:Display precision of"
}
},
"assert-output": {
"to-contain": [
"",
"",
"",
"",
"Is described as ..."
]
}
},
{
"type": "rdf",
"about": "#1 (using the alias to produce a RDF output, should represent the canonical `Display precision of` content)",
"dumpRDF": {
"parameters": {
"page": "Property:Display precision"
}
},
"assert-output": {
"to-contain": [
"",
"",
"",
"",
"Is described as ..."
]
}
}
],
"settings": {
"wgContLang": "en",
"wgLang": "en",
"smwgNamespacesWithSemanticLinks": {
"NS_MAIN": true,
"SMW_NS_PROPERTY": true
},
"smwgNamespace": "http://example.org/id/"
},
"meta": {
"skip-on": {
"mediawiki": [ ">1.42.x", "Skipping, broken due to missing Is described as ..." ]
},
"version": "2",
"is-incomplete": false,
"debug": false
}
}