| 1 | implemented in PimOntology |
| 2 | |
| 3 | = Prerequisite = |
| 4 | User has a document open in one of the UseCaseApplications. |
| 5 | User wants to describe the document more using wiki-text. |
| 6 | |
| 7 | = Result = |
| 8 | Document X is reborn as a Thing and the thing is annotated with wiki-text. |
| 9 | paul:DocumentX is connected to the resource by a link (TODO: which link?) |
| 10 | |
| 11 | = Trigger = |
| 12 | User presses button "annotate" in application. |
| 13 | |
| 14 | = Procedure = |
| 15 | * User opens application and selects document |
| 16 | * User presses "annotate" |
| 17 | * Popup shows from gnowsis to annotate the document, user can fill out: |
| 18 | * Which kind of document is this? Select from: (all sub-classes of pimo:DocumentType) |
| 19 | * label, wikiname |
| 20 | * wikitext |
| 21 | * relations: related, topic, partOf |
| 22 | * properties depending on documenttype |
| 23 | * User fills out the fields of interest. |
| 24 | * User presses "ok", document is saved as thing. |
| 25 | |
| 26 | = Alternatives = |
| 27 | * Document was already reborn as thing. Then you have to check first for links of the kind (TODO: which link?) |