-
Notifications
You must be signed in to change notification settings - Fork 259
Closed
Description
Following on from #6519 @dshorthouse gave the example of @TomDemeranville ORCID record. The values for ROR are given as URLs (e.g., https://ror.org/04fa4r544) whereas surely they would be better as strings without the URL (i.e. 04fa4r544)? This would make them consistent with the RINGGOLD identifier below, and also how ORCID handles DOIs.
AFAIK the whole point of using PropertyValue for an identifier is that we can present just the identifier part (the "slug", which tends to be persistent) and ignore the resolution component (which tends to be changeable).
{
"@type": "Organization",
"name": "ORCID",
"alternateName": "Product",
"identifier": {
"@type": "PropertyValue",
"propertyID": "ROR",
"value": "https://ror.org/04fa4r544"
}
},
{
"@type": "Organization",
"name": "ORCID",
"alternateName": "Technology",
"identifier": {
"@type": "PropertyValue",
"propertyID": "ROR",
"value": "https://ror.org/04fa4r544"
}
},
{
"@type": "Organization",
"name": "Eduserv Athens",
"alternateName": "Athens",
"identifier": {
"@type": "PropertyValue",
"propertyID": "RINGGOLD",
"value": "226102"
}
},Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels