D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

Link Data Type

Abstract Type
Properties
name data type description
params map of string
type string
uri string
uriBuilder UriBuilder
rels array of string
rel string
title string

Example

{
  "params" : {
    "property1" : "...",
    "property2" : "..."
  },
  "type" : "...",
  "uri" : "...",
  "uriBuilder" : { },
  "rels" : [ "...", "..." ],
  "rel" : "...",
  "title" : "..."
}