buda-base / blmp-prototype-flow

Prototype of BLMP client, implemented using flow.
0 stars 0 forks source link

When selecting a resource and clicking on its object properties, only those which are descendants of :Entity should open the right panel #5

Open codam opened 5 years ago

codam commented 5 years ago

The right panel should display information only when clicking on resources on the left panel which are:

Entities are all resources which are of the following types: Agent, Etext, Item, Lineage, Place, Topic, Volume, Work.

X is a descendent class of Y:

Different ways to express the same concept:

  1. object properties which range is a class which is a descendant class of :Entity (or which has for ancestor :Entity)
  2. object properties which range is not a descendant class of :Facet or :Event
  3. objects which class is not a descendant of :Facet or :Event