Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Jun 10, 2019 · 0 comments

Comments

@codam
Copy link
Contributor

codam commented Jun 10, 2019

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

  • entities (type :Entity)
  • or which are descendent of entities

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:

  • if there exists: X1, X2, ... XN avec N >= 0
  • such as: X rdfs:subClassOf X1 rdfs:subClassOf X2 rdfs:subClassOf ... rdfs:subClassOf XN rdfs:subClassOf 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant