wiki:UseCaseCreatingOwnRelations

Version 1 (modified by dburkhar, 19 years ago) (diff)

--

UseCaseCreatingOwnRelations

(back to UseCases)

implemented in WikitologyGui

Prerequisite

Paul wants to create his own Relations to have a more precise semantic. In his PIMO he has the two Things paul:peter and paul:InvestorMeetingRome

Result

A new relation called "attends" and a lot of triples in the system:

  • paul:attends rdf:type rdf:Property
  • paul:attends rdfs:subPropertyOf pimo:related
  • paul:attends rdfs:label "attends"
  • and some more for the inverse property

With these new relations he can now express more precisely that "peter attends the meeting" and not only the "peter is related to the meeting"

Trigger

  • Paul browses in his gnowsis to the Thing paul:OfficeRome
  • he clicks the button "new relation"

Procedure

  • a popup window opens after clicking the button "new relation"
  • in this window Paul has to say define a name for the new relation and a name for the inverse relations
  • And Paul has to decide if his new relations are subProperties of either pimo:related, pimo:PartOf or pimo:hasTopic
  • After clicking create Button in this popup the system creates the triples mentioned above

Alternatives