Skip to content

Commit 0aaa0a0

Browse files
committed
swapped names
1 parent de011d2 commit 0aaa0a0

2 files changed

Lines changed: 107 additions & 107 deletions

File tree

Lines changed: 73 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,75 @@
11
[
2-
{
3-
"field-name": "authorAffiliation",
4-
"term-uri-field": "authorAffiliation",
5-
"js-url": ["/cvoc/js/ror.js","/cvoc/js/cvocutils.js"],
6-
"protocol": "ror",
7-
"retrieval-uri": "https://api.ror.org/organizations/{0}",
8-
"allow-free-text": true,
9-
"prefix": "https://ror.org/",
10-
"managed-fields": {},
11-
"languages":"",
12-
"vocabs": {
13-
"rors": {
14-
"uriSpace": "https://ror.org/"
15-
}
16-
},
17-
"retrieval-filtering": {
18-
"@context": {
19-
"termName": "https://schema.org/name",
20-
"scheme": "http://www.w3.org/2004/02/skos/core#inScheme",
21-
"lang": "@language",
22-
"content": "@value"
23-
},
24-
"scheme": {
25-
"pattern": "http://www.grid.ac/ontology/"
26-
},
27-
"termName": {
28-
"pattern": "{0}",
29-
"params": ["/name"]
30-
},
31-
"@type": {
32-
"pattern": "https://schema.org/Organization"
33-
}
34-
}
2+
{
3+
"field-name": "authorAffiliation",
4+
"term-uri-field": "authorAffiliation",
5+
"js-url": ["https://qualitativedatarepository.github.io/dataverse-external-vocab-support/scripts/ror.js","https://qualitativedatarepository.github.io/dataverse-external-vocab-support/scripts/cvocutils.js"],
6+
"protocol": "ror",
7+
"retrieval-uri": "https://api.ror.org/organizations/{0}",
8+
"allow-free-text": true,
9+
"prefix": "https://ror.org/",
10+
"managed-fields": {},
11+
"languages":"en",
12+
"vocabs": {
13+
"rors": {
14+
"uriSpace": "https://ror.org/"
15+
}
16+
},
17+
"retrieval-filtering": {
18+
"@context": {
19+
"termName": "https://schema.org/name",
20+
"scheme": "http://www.w3.org/2004/02/skos/core#inScheme",
21+
"lang": "@language",
22+
"content": "@value"
23+
},
24+
"scheme": {
25+
"pattern": "http://www.grid.ac/ontology/"
26+
},
27+
"termName": {
28+
"pattern": "{0}",
29+
"params": ["/name"]
30+
},
31+
"@type": {
32+
"pattern": "https://schema.org/Organization"
33+
}
3534
}
36-
]
35+
},
36+
{
37+
"field-name": "author",
38+
"term-uri-field": "authorIdentifier",
39+
"js-url": ["https://qualitativedatarepository.github.io/dataverse-external-vocab-support/scripts/people.js","https://qualitativedatarepository.github.io/dataverse-external-vocab-support/scripts/cvocutils.js"],
40+
"protocol": "orcid",
41+
"retrieval-uri": "https://pub.orcid.org/v3.0/{0}/person",
42+
"allow-free-text": true,
43+
"prefix": "https://orcid.org/",
44+
"managed-fields": {
45+
"personName":"authorName",
46+
"idType":"authorIdentifierScheme"
47+
},
48+
"languages":"en",
49+
"vocabs": {
50+
"orcid": {
51+
"uriSpace": "https://orcid.org/"
52+
}
53+
},
54+
"retrieval-filtering": {
55+
"@context": {
56+
"personName": "https://schema.org/name",
57+
"scheme": "http://www.w3.org/2004/02/skos/core#inScheme"
58+
},
59+
"personName": {
60+
"pattern": "{0}, {1}",
61+
"params": ["/name/family-name/value", "/name/given-names/value"]
62+
},
63+
"@id": {
64+
"pattern": "{0}",
65+
"params": ["@id"]
66+
},
67+
"scheme": {
68+
"pattern": "ORCID"
69+
},
70+
"@type": {
71+
"pattern": "https://schema.org/Person"
72+
}
73+
}
74+
}
75+
]
Lines changed: 34 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,36 @@
11
[
2-
{
3-
"field-name": "authorAffiliation",
4-
"term-uri-field": "authorAffiliation",
5-
"js-url": ["https://qualitativedatarepository.github.io/dataverse-external-vocab-support/scripts/ror.js","https://qualitativedatarepository.github.io/dataverse-external-vocab-support/scripts/cvocutils.js"],
6-
"protocol": "ror",
7-
"retrieval-uri": "https://api.ror.org/organizations/{0}",
8-
"allow-free-text": true,
9-
"prefix": "https://ror.org/",
10-
"managed-fields": {},
11-
"languages":"en",
12-
"vocabs": {
13-
"rors": {
14-
"uriSpace": "https://ror.org/"
15-
}
16-
},
17-
"retrieval-filtering": {
18-
"@context": {
19-
"termName": "https://schema.org/name",
20-
"scheme": "http://www.w3.org/2004/02/skos/core#inScheme",
21-
"lang": "@language",
22-
"content": "@value"
23-
},
24-
"scheme": {
25-
"pattern": "http://www.grid.ac/ontology/"
26-
},
27-
"termName": {
28-
"pattern": "{0}",
29-
"params": ["/name"]
30-
},
31-
"@type": {
32-
"pattern": "https://schema.org/Organization"
33-
}
2+
{
3+
"field-name": "authorAffiliation",
4+
"term-uri-field": "authorAffiliation",
5+
"js-url": ["/cvoc/js/ror.js","/cvoc/js/cvocutils.js"],
6+
"protocol": "ror",
7+
"retrieval-uri": "https://api.ror.org/organizations/{0}",
8+
"allow-free-text": true,
9+
"prefix": "https://ror.org/",
10+
"managed-fields": {},
11+
"languages":"",
12+
"vocabs": {
13+
"rors": {
14+
"uriSpace": "https://ror.org/"
15+
}
16+
},
17+
"retrieval-filtering": {
18+
"@context": {
19+
"termName": "https://schema.org/name",
20+
"scheme": "http://www.w3.org/2004/02/skos/core#inScheme",
21+
"lang": "@language",
22+
"content": "@value"
23+
},
24+
"scheme": {
25+
"pattern": "http://www.grid.ac/ontology/"
26+
},
27+
"termName": {
28+
"pattern": "{0}",
29+
"params": ["/name"]
30+
},
31+
"@type": {
32+
"pattern": "https://schema.org/Organization"
33+
}
34+
}
3435
}
35-
},
36-
{
37-
"field-name": "author",
38-
"term-uri-field": "authorIdentifier",
39-
"js-url": ["https://qualitativedatarepository.github.io/dataverse-external-vocab-support/scripts/people.js","https://qualitativedatarepository.github.io/dataverse-external-vocab-support/scripts/cvocutils.js"],
40-
"protocol": "orcid",
41-
"retrieval-uri": "https://pub.orcid.org/v3.0/{0}/person",
42-
"allow-free-text": true,
43-
"prefix": "https://orcid.org/",
44-
"managed-fields": {
45-
"personName":"authorName",
46-
"idType":"authorIdentifierScheme"
47-
},
48-
"languages":"en",
49-
"vocabs": {
50-
"orcid": {
51-
"uriSpace": "https://orcid.org/"
52-
}
53-
},
54-
"retrieval-filtering": {
55-
"@context": {
56-
"personName": "https://schema.org/name",
57-
"scheme": "http://www.w3.org/2004/02/skos/core#inScheme"
58-
},
59-
"personName": {
60-
"pattern": "{0}, {1}",
61-
"params": ["/name/family-name/value", "/name/given-names/value"]
62-
},
63-
"@id": {
64-
"pattern": "{0}",
65-
"params": ["@id"]
66-
},
67-
"scheme": {
68-
"pattern": "ORCID"
69-
},
70-
"@type": {
71-
"pattern": "https://schema.org/Person"
72-
}
73-
}
74-
}
75-
]
36+
]

0 commit comments

Comments
 (0)