horizontalConstraints #259

Merged
miriam.baglioni merged 4 commits from horizontalConstraints into beta 2022-11-28 18:20:18 +01:00

This PR extends the other one by adding one new definition of property in the pathMap that now is:

{"author" : "$['author'][]['fullname']",
"title" : "$['title'][
]['value']",
"orcid" : "$['author'][]['pid'][][?(@['key']=='ORCID')]['value']",
"contributor" : "$['contributor'][]['value']",
"description" : "$['description'][
]['value']",
"subject" :"$['subject'][*]['value']" ,
"fos" : "$['subject'][?(@['qualifier']['classid']=='subject:fos')].value"}

This PR extends the other one by adding one new definition of property in the pathMap that now is: {"author" : "$['author'][*]['fullname']", "title" : "$['title'][*]['value']", "orcid" : "$['author'][*]['pid'][*][?(@['key']=='ORCID')]['value']", "contributor" : "$['contributor'][*]['value']", "description" : "$['description'][*]['value']", "subject" :"$['subject'][*]['value']" , "fos" : "$['subject'][?(@['qualifier']['classid']=='subject:fos')].value"}
miriam.baglioni added 4 commits 2022-11-28 18:20:03 +01:00
miriam.baglioni merged commit 7d264a1d69 into beta 2022-11-28 18:20:18 +01:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: D-Net/dnet-hadoop#259
No description provided.