Embed presentation










![{
"@id": "#comments",
"@type": "hydra:Link",
"supportedOperations": [
{
"@id": "#create-comment",
"@type": "hydra:CreateResourceOperation",
"label": "Creates a new comment",
"method": "POST",
"expects": "#Comment",
"returns": "#Comment"
}
]
}](https://image.slidesharecdn.com/hydra-avocabularyforhypermedia-drivenwebapis-130514122308-phpapp01/75/Hydra-A-Vocabulary-for-Hypermedia-Driven-Web-APIs-11-2048.jpg)
![{
"@id": "#Comment",
"@type": "hydra:Class",
"supportedProperties": [
{
"property": "#text",
"required": true,
"readonly": false,
"writeonly": false
}
]
}](https://image.slidesharecdn.com/hydra-avocabularyforhypermedia-drivenwebapis-130514122308-phpapp01/75/Hydra-A-Vocabulary-for-Hypermedia-Driven-Web-APIs-12-2048.jpg)






The document discusses the Hydra vocabulary for hypermedia APIs, highlighting the challenges of browsing web APIs and proposing a solution through a layered system that combines REST and linked data. It includes examples of resource representations and supported operations within the Hydra framework. The presentation by Markus Lanthaler outlines how these concepts can improve API usability and interactivity.










![{
"@id": "#comments",
"@type": "hydra:Link",
"supportedOperations": [
{
"@id": "#create-comment",
"@type": "hydra:CreateResourceOperation",
"label": "Creates a new comment",
"method": "POST",
"expects": "#Comment",
"returns": "#Comment"
}
]
}](https://image.slidesharecdn.com/hydra-avocabularyforhypermedia-drivenwebapis-130514122308-phpapp01/75/Hydra-A-Vocabulary-for-Hypermedia-Driven-Web-APIs-11-2048.jpg)
![{
"@id": "#Comment",
"@type": "hydra:Class",
"supportedProperties": [
{
"property": "#text",
"required": true,
"readonly": false,
"writeonly": false
}
]
}](https://image.slidesharecdn.com/hydra-avocabularyforhypermedia-drivenwebapis-130514122308-phpapp01/75/Hydra-A-Vocabulary-for-Hypermedia-Driven-Web-APIs-12-2048.jpg)




