26 | | * When moving a Thing per drag&drop to the related-list the two triples from above will be added to the Storage (PIMO-storage or Resource-storage?) |
27 | | |
| 28 | * User browses to the thing "OfficeRome" in the thing browser. |
| 29 | * looks like this: http://www.dfki.uni-kl.de/~sauermann/2006/01-pimo-report/img-guithing.png |
| 30 | * user enters the new relation at the bottom of the "relations" list by text-searching for the thing to relate, where the '''add''' is |
| 31 | * user enters the name of the thing to relate (the field should have auto-completion that makes text search over the labels, altlabels and wikinames of things) |
| 32 | * if user doesn't find the thing by text-search, can press a button "..." to select the thing using a tree-like popup that shows all things. |
| 33 | * user selects the property by text-entering it (or drop-down combo) possibilities see below in "alternatives". |
| 36 | * drag&drop |
| 37 | * he searches for the text "inves". |
| 38 | * from the search results (java window in sidebar) he selects '''paul:InvestorMeetingRome''' starts the drag |
| 39 | * drop ends in the "relations" list in the open thing at '''paul:OfficeRome'''. |
| 40 | * the new relation can be categories using a selection picking from: |
| 41 | * !OfficeRome - hasTopic - !InvestorMeetingRome |
| 42 | * !OfficeRome - isTopicOf - !InvestorMeetingRome |
| 43 | * !OfficeRome - related - !InvestorMeetingRome |
| 44 | * !OfficeRome - hasPart - !InvestorMeetingRome |
| 45 | * !OfficeRome - isPartOf - !InvestorMeetingRome |
| 46 | * more... |
| 47 | |