polifonia-project / clef

Light-weight Linked Open Data native cataloguing and crowdsourcing platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Same rdf property for different fields

Sebastiano-G opened this issue · comments

Currently if I create two fields in the template creation page (regardless of type) w/ the same rdf property on the front end the values for each will be combined in the output of each. Example:

  • One template field is named ‘Academic Discipline’: Textbox, dcterm:subject, value=entity
  • Another is named ‘Primary Subject’: Textbox, dcterm:subject, value=URL

In the front end my record will display each field separately but combine all values for both. It would be useful to have a way for this to be split if needed such as in the above example where I want to make a clear distinction between what the values of the dcterm:subject property represent.