Language-Research-Technology / crate-o

Crate-O is a browser-based editor for Research Object Crates (RO-Crate)
https://language-research-technology.github.io/crate-o/
GNU General Public License v3.0
6 stars 2 forks source link

Feature: Support both entry and display of Entites which point *back* to an entity #34

Open ptsefton opened 1 year ago

ptsefton commented 1 year ago

Background

if you want to record the provenance of a File that is done with a a CreateAction entity, where the result property links to the File. But as the result Property is not on the File then there is no way to enter this.

Similarly when displaying the File it would be good to show that it is linked to the CreateAction -- See the way Describo does this

What to implement

We need to implement the Describo "resolve" idea in some form, using the same profile syntax if possible, so that a user can (for example):

ptsefton commented 1 year ago

Will try showing @reverse properties alongside 'normal' props int he main editor pane: