Changes between Version 2 and Version 3 of UseCaseAnnotatingWithThings


Ignore:
Timestamp:
01/26/06 17:02:21 (18 years ago)
Author:
dburkhar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCaseAnnotatingWithThings

    v2 v3  
    3232   * The system will create the two accordingly triples and store them 
    3333 
    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  
    4834 * The relevant Things are not available per drag&drop (maybe the list/tree of all Things is too large) 
    4935   * So Paul needs a different way to add Things to related-lists and hasTopic-lists