Skip to content

serchmtz/diabetes-hydra-service

Repository files navigation

Diabetes Hydra Service

This project implements a Hypermedia RESTful API that conforms the Hydra Core Vocabulary

The project was part of my internship program, the goal was to develop a semantic web service that will take avantage of a large OWL onthology. To accomplish this, I used linked data techologies such as JSON-LD and Hydra Core and some for OWL processing (tawny-owl, OWLAPI).

To expose the API, I used a modified version of levanzo. I only added some JSON-LD 1.1 features (external context) here.

Explore the API

The API is hosted on Heroku and can be explored using the Hydra Client developed to that purpose. The GitHub repo of the client is here.