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

Example

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