You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mapping of sbJson link to mdTranslator internal data structure:
reader complete
writer complete
"link":
{
"rel":"self",
"url":"<full url of item or search>",
"nextlink":
{
"rel":"next",
"url":"<url of next result>"
},
"prevlink":
{
"rel":"prev",
"url":"<url of previous result>"
},
"relatedItems":
{
"rel":"related",
"url":"<url of related items list>"
}
}
Definition...
rel: "rel" tells you what you are looking at. For items this will always be "self".
Map to resource citation onlineResources description:
[schema][metadata][resourceInfo][citation][onlineResources][n].olResDesc view mdTools
I'm not sure we need to handle this object at all. AFAIK, this is always auto-generated by ScienceBase. We can output the onlineResource in the writer using the resource's ScienceBase identifier, if one is available.
Mapping of sbJson link to mdTranslator internal data structure:
Definition...
Map to resource citation onlineResources description:
[schema][metadata][resourceInfo][citation][onlineResources][n].olResDesc
view mdTools
Map to resource citation onlineResources uri:
[schema][metadata][resourceInfo][citation][onlineResources][n].olResUri
view mdTools
[schema][metadata][resourceInfo][citation][onlineResources][n].olResFunction
view mdTools
Mapping to mdTranslator
Translation to mdJson
The text was updated successfully, but these errors were encountered: