-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathdepositorOrcid.json
More file actions
38 lines (38 loc) · 1.04 KB
/
depositorOrcid.json
File metadata and controls
38 lines (38 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[
{
"field-name": "depositor",
"term-uri-field": "depositor",
"js-url": ["https://gdcc.github.io/dataverse-external-vocab-support/scripts/person-or-org.js","https://gdcc.github.io/dataverse-external-vocab-support/scripts/cvocutils.js"],
"protocol": "orcid",
"retrieval-uri": "https://pub.orcid.org/v3.0/{0}/person",
"allow-free-text": true,
"prefix": "https://orcid.org/",
"managed-fields": {},
"languages":"en",
"vocabs": {
"orcid": {
"uriSpace": "https://orcid.org/"
}
},
"retrieval-filtering": {
"@context": {
"personName": "https://schema.org/name",
"scheme": "http://www.w3.org/2004/02/skos/core#inScheme"
},
"personName": {
"pattern": "{0}, {1}",
"params": ["/name/family-name/value", "/name/given-names/value"]
},
"@id": {
"pattern": "{0}",
"params": ["@id"]
},
"scheme": {
"pattern": "ORCID"
},
"@type": {
"pattern": "https://schema.org/Person"
}
}
}
]