Skip to content

Commit

Permalink
EML related resources see #543
Browse files Browse the repository at this point in the history
  • Loading branch information
huberrob committed Nov 7, 2024
1 parent 5417c0f commit e27d2d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fuji_server/helper/metadata_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,10 @@ def flip_dict(dict_to_flip):
"./{*}dataset/{*}coverage/{*}temporalCoverage/{*}rangeOfDates",
]
},
"related_resource_isReferencedBy": {"path": ["./{*}dataset/{*}usageCitation@@id"]},
"related_resource_references": {
"path": ["./{*}dataset/{*}literatureCited@@id", "./{*}dataset/{*}referencePublication@@id"]
},
}
# CLARIN CMDI
XML_MAPPING_CMD = {
Expand Down

0 comments on commit e27d2d4

Please sign in to comment.