Skip to content

Hide nested properties for Persistent Items #113

@joschne

Description

@joschne

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:

image

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions