As an editor I want to make statements on Lexemes that reference Forms on other Lexemes in order to indicate their relation.
Example usage: on the Lexeme "hard" we'd have a statement "rhymes with: card". "card" would be a Form on the "card" Lexeme.
We assume this to be an almost 100% exact copy of {T165580} including the subtasks listed there.
Acceptance criteria:
* I can create a new property with data type “Form”.
* I can create a new statement that references a Form on another Lexeme.
* I can select the Form via an entity selector by entering the ID of the referenced Form.
* Once saved the value shows the derived label for the referenced Form.
Needs to be broken down into:
* Defining the data type
* Adding a new statement linking to a form (just by ID) via the UI
* {T175030}
**//`BDD Happy Path:`//**
**Given** I am on the Lexeme Page
**When** I make a new statement
**And** I put an ID in the value field
**Then** I see the save button enabled
**And** The value border is now green for approval
**And** I can save
**Given** I am on the Lexeme Page
**When** I save a new statement with data type form
**Then** A new statement appears
**And** The representation to the reference from is displayed
**And** The representation links to the section in the Lexeme page
**And** The edit is recorded in the edit history