FAIR api
Last updated
Last updated
MOLGENIS partly supports the FAIR(Findable, Accessible, Interoperable, and Re-usable) .
The actual data used in the responses of the FAIR data endpoint are specified in the entities in the "fdp" model package defined in . This model emx contains an implementation of the . The entities and attributes in the model are tagged using ontology terms to generate RDF statements based on the values in the rows.
To test it out you can import the demo data in .
/api/fdp/
Example: http://molgenis.mydomain.example/api/fdp/
This endpoint transforms the first row of the fdp_Metadata
entity type to RDF statements.
/api/fdp/{type}/{id}
Example: http://molgenis.mydomain.example/api/fdp/fdp_Catalog/catalogue
. This endpoint transforms any row of any entity type to RDF statements, as long as the entity type is tagged as a http://www.w3.org/ns/dcat#Resource
.
You can preview the RDF generated for fdp_Metadata
, or an fdp_Catalog
, fdp_Dataset
or fdp_Distribution
in the Data Explorer by clicking view-row button.
You can "Ping home" to add your FAIR Data Point to the https://home.fairdatapoint.org
index by clicking the ping button in the fdp_Metadata
preview.
All the endpoints respond in