{
"description": "imported-from query (@see issues/4971)",
"setup": [
{
"namespace": "NS_MEDIAWIKI",
"page": "Smw import foaf",
"contents": "http://xmlns.com/foaf/0.1/|[http://www.foaf-project.org/ Friend Of A Friend]\n name|Type:Text\n homepage|Type:URL\n"
},
{
"namespace": "SMW_NS_PROPERTY",
"page": "Foaf:homepage",
"contents": "[[Imported from::foaf:homepage]]"
},
{
"page": "Page1",
"contents": "{{#ask: [[Imported from::+]] |?Imported from |format=plainlist }}"
}
],
"tests": [
{
"type": "parser",
"about": "#1 (output imported-from query)",
"subject": "Page1",
"assert-output": {
"to-contain": [
"Foaf:homepage (Imported from\"Imported from\" is a predefined property that describes a relation to an imported vocabulary and is provided by Semantic MediaWiki.: foaf:homepage (foaf | Friend Of A Friend))"
]
}
}
],
"settings": {
"smwgNamespacesWithSemanticLinks": {
"NS_MAIN": true,
"SMW_NS_PROPERTY": true
}
},
"meta": {
"version": "2",
"is-incomplete": false,
"debug": false
}
}