Changes between Version 1 and Version 2 of UseCaseAnnotatingWithThings


Ignore:
Timestamp:
01/26/06 16:51:31 (18 years ago)
Author:
dburkhar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCaseAnnotatingWithThings

    v1 v2  
    3131   * So he browses again to the Thing paul:InvestorMeetingRome and adds the Thing representing peter per drag&drop to the list "related" 
    3232   * The system will create the two accordingly triples and store them 
     33 
     34 
     35 * Now Paul things that "related" is semanticaly not precise enough. So he wants to have a relation "attends". 
     36   * So he clicks the button "new relation" 
     37   * a popup window opens. 
     38   * in this window Paul has to say define a name for the new relation __and__ a name for the inverse relations 
     39   * And Paul has to decide if his new relations are subProperties of either pimo:related, pimo:PartOf or pimo:hasTopic 
     40   * After clicking create Button in this popup the system creates some triples: 
     41     * __paul:attends__ __rdf:type__ __rdf:Property__ 
     42     * __paul:attends__ __rdfs:subPropertyOf__ __pimo:related__ 
     43     * __paul:attends__ __rdfs:label__ __"attends"__ 
     44     * and some more for the inverse property 
     45   * after creating the new relations the browser has one more list with Things, displaying all the Things that are related to the current one with "attends" 
     46 
     47 
    3348 * The relevant Things are not available per drag&drop (maybe the list/tree of all Things is too large) 
    3449   * So Paul needs a different way to add Things to related-lists and hasTopic-lists