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
rel string
title string
params map of string
uri string
uriBuilder UriBuilder
type string
rels array of string

Example

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