-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathgrantNumberAgencyOrcidAndRor.json
More file actions
71 lines (71 loc) · 1.98 KB
/
grantNumberAgencyOrcidAndRor.json
File metadata and controls
71 lines (71 loc) · 1.98 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[
{
"field-name": "grantNumber",
"term-uri-field": "grantNumberAgency",
"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-or-ror",
"allow-free-text": true,
"managed-fields": {},
"languages": "en",
"vocabs": {
"ror": {
"uriSpace": "https://ror.org/",
"retrieval-uri": "https://api.ror.org/v2/organizations/{0}",
"prefix": "https://ror.org/",
"retrieval-filtering": {
"@context": {
"termName": "https://schema.org/name",
"scheme": "http://www.w3.org/2004/02/skos/core#inScheme",
"lang": "@language",
"content": "@value"
},
"scheme": {
"pattern": "http://www.grid.ac/ontology/"
},
"termName": {
"pattern": "{0}",
"params": [
"/names/types=ror_display/value"
]
},
"@type": {
"pattern": "https://schema.org/Organization"
}
}
},
"orcid": {
"uriSpace": "https://orcid.org/",
"retrieval-uri": "https://pub.orcid.org/v3.0/{0}/person",
"prefix": "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"
}
}
}
}
}
]