Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
fa155909
Commit
fa155909
authored
Nov 11, 2020
by
Maja-Olivia Lenz
Committed by
Markus Scheidgen
Jan 08, 2021
Browse files
Small fix
parent
652c43bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
nomad/app/dcat/mapping.py
View file @
fa155909
...
...
@@ -52,7 +52,7 @@ class Mapping():
self
.
g
.
add
((
dataset
,
DCT
.
publisher
,
self
.
map_user
(
entry
.
uploader
)))
for
author
in
entry
.
authors
:
self
.
g
.
add
((
dataset
,
DCT
.
creator
,
self
.
map_user
(
author
)))
self
.
g
.
add
((
dataset
,
DCAT
.
contactPoint
,
self
.
map_contact
(
uploader
)))
self
.
g
.
add
((
dataset
,
DCAT
.
contactPoint
,
self
.
map_contact
(
entry
.
uploader
)))
self
.
g
.
add
((
dataset
,
DCAT
.
distribution
,
self
.
map_distribution
(
entry
,
'api'
)))
self
.
g
.
add
((
dataset
,
DCAT
.
distribution
,
self
.
map_distribution
(
entry
,
'json'
)))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment