FAIR api

MOLGENIS partly supports the FAIR(Findable, Accessible, Interoperable, and Re-usable) data principlesarrow-up-right.

The actual data used in the responses of the FAIR data endpoint are specified in the entities in the "fdp" package. The entities are named the same as the endpoints shown below. (Metadata, Catalog, Dataset, Distribution)

The examples in the documentation below work on servers where this demodataarrow-up-right is loaded

The currently (molgenis 3.0.0 and higher) supported endpoints are:

Metadata: /fdp/

Example: http://molgenis.mydomain.example/fdp/ This endpoint returns information the following information about the server: identifier,title,issued,modified,hasVersion,license,description,APIVersion,publisher,contact,language,rights,contains

For a description of those items check herearrow-up-right

Catalog: /fdp/[catalogID]

Example: http://molgenis.mydomain.example/fdp/catalogue/ This endpoint returns information the following information about the datasets available on this server: title,identifier,issued,modified,hasVersion,publisher,description,language,license,rights,homepage,dataset,themeTaxonomy

For a description of those items check herearrow-up-right

Dataset: /fdp/[catalogID]/[datasetID]/

Example: http://molgenis.mydomain.example/fdp/catalogue/biobanks This endpoint returns information the following information about the dataset: title,identifier,issued,modified,publisher,hasVersion,description,language,license,rights,distribution,theme,contactPoint,keyword,landingPage

For a description of those items check herearrow-up-right

Distribution: /fdp/[catalogID]}/[datasetID]/[distributionID]

Example: http://molgenis.mydomain.example/fdp/catalogue/biobanks/distribution This endpoint returns information the following information about the distribution of the dataset: title,identifier,issued,modified,license,hasVersion,rights,description,accessURL,downloadURL,mediaType,format,byteSize

For a description of those items check herearrow-up-right

Response

All the endpoints respond in turtle formatarrow-up-right

Last updated