-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Problem Description
Currently, geov-entity shows the nested properties for all classes. While nice for temporal entities, for most persistent items this is confusing. See the examples:
Functional requirement
Persistent items should only be displayed with class name and entity label, not with nested properties.
Technical specification
First, the RDF has to contain the class hierarchy with owl:subclassOf [to be specified elsewhere].
Then, in geov-entity-props-by-predicate query if the entity is a persistent item (as a boolean).
If so, in renderURI(), add a case for persistent items and render the class label and the entity label.
Acceptance criteria
The geov-entity of Johannes Kepler should show the gender without nested properties.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request