The only available operations would be get, put, post, patch, delete. Resource representations are exposed directly to agents (e.g. json(...)[source(ResourceURI)]). The objective is to have a version of Hypermedea that only depends on Jason (Hypermedea artifact ~ Jason environment, up to async operations management).
If the Jason BB is managed (partly) by an RDF store, represent representations with cnt:? Or with dct:hasFormat and rdf:value?
The only available operations would be
get
,put
,post
,patch
,delete
. Resource representations are exposed directly to agents (e.g.json(...)[source(ResourceURI)]
). The objective is to have a version of Hypermedea that only depends on Jason (Hypermedea artifact ~ Jason environment, up to async operations management).If the Jason BB is managed (partly) by an RDF store, represent representations with
cnt:
? Or withdct:hasFormat
andrdf:value
?