As a Wikidata editor, I want to see what Items, Lexemes and Properties have statements that link to an EntitySchema in order to model better data.
Problem:
EntitySchema's "What Links Here" currently show all pages that refer to an EnititySchemas in Wikitext etc.
But as we do not currently have a EntitySchema datatype users are unable to reference them in statements.
Once a new EntitySchema datatype has been created T214884, users will be able to indicate what class of Items, Lexemes and Properties are governed by an EntitySchema by linking to them through statements.
We would then like to enable users to easily see what Items, Lexemes and Properties are governed by an EntitySchema by displaying all entities that refer to it in statements in "What Links Here"
BDD
GIVEN EntitySchema datatype
AND EntitySchema "What Links Here"
WHEN a statement is added to an Item or Lexeme or Property using the EntitySchema datatype
THEN the EntitySchema's "What Links Here" shows the Item or Lexeme or Property that has the statement
Acceptance criteria:
- "What Links Here" on an EntitySchema should list all entities (Items, Lexemes etc.) linking to it through the new datatype
Open questions: