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

Example

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