SemanticMediaWiki / SemanticResultFormats

Provides additional visualizations (result formats) for Semantic MediaWiki
https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Result_Formats
Other
45 stars 75 forks source link

graph format works properly only in main namespace #668

Closed alex-mashin closed 2 years ago

alex-mashin commented 2 years ago

graph format works properly only in main namespace.

In other namespaces, property values (of the type Page) have dot identifiers without their namespace prefixes. As a result, only two levels of hierarchy are shown, and the upper level have no working wikilinks.

Nodes should be identified with their full page names.

alex-mashin commented 2 years ago

May be fxed by https://github.com/SemanticMediaWiki/SemanticMediaWiki/pull/5111.