A non-ROR-matched entry will look like this:
"authorAffiliation": {
"typeName": "authorAffiliation",
"multiple": false,
"typeClass": "primitive",
"value": "University of Texas at Austin"
}
A ROR-matched entry will look like this:
"authorAffiliation": {
"typeName": "authorAffiliation",
"multiple": false,
"typeClass": "primitive",
"value": "https://ror.org/00hj54h04",
"expandedvalue": {
"scheme": "http://www.grid.ac/ontology/",
"termName": "The University of Texas at Austin",
"@type": "https://schema.org/Organization"
}
*Note: due to the temporary disabling of the ROR external vocab plug-in, previously ROR-matched entries now list the ROR URL in the 'value' field and do not have an 'expandedvalue.' So until that is fixed, the solution needs to be a simple 1-to-1 replacement of the original 'value' field with the ROR URL, and presumably that will automatically re-expand out when the tool is reactivated.
"authorAffiliation": {
"typeName": "authorAffiliation",
"multiple": false,
"typeClass": "primitive",
"value": ["https://ror.org/00hj54h04"](https://ror.org/00hj54h04)
}
A non-ROR-matched entry will look like this:
A ROR-matched entry will look like this:
*Note: due to the temporary disabling of the ROR external vocab plug-in, previously ROR-matched entries now list the ROR URL in the 'value' field and do not have an 'expandedvalue.' So until that is fixed, the solution needs to be a simple 1-to-1 replacement of the original 'value' field with the ROR URL, and presumably that will automatically re-expand out when the tool is reactivated.