horizontalConstraints #259
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
RDGraph
RSAC
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: D-Net/dnet-hadoop#259
Loading…
Reference in New Issue
No description provided.
Delete Branch "horizontalConstraints"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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"}