Interactions-HSG / yggdrasil

A framework for programming distributed hypermedia environments for autonomous agents.
https://interactions-hsg.github.io/yggdrasil/
Apache License 2.0
7 stars 8 forks source link

Incorrect platform and workspace URIs in "host" triples #46

Closed danaivach closed 2 months ago

danaivach commented 8 months ago

Upon creating a resource profile of a Workspace, a "host" triple is added in the profile, like the following:

<http://172.27.52.55:8000//workspaces/cup-production> hmas:isHostedOn <http://172.27.52.55:8000//> .

Both the workspace and platform URIs have an extra "/" which should be removed.

cake-lier commented 4 months ago

I tried to generate a workspace resource profile but couldn't reproduce your error. The generated triple is fine. Are you sure you have correctly specified the "conf.json" configuration file?

danaivach commented 2 months ago

I'm closing this as the issue has been addressed with the latest merge (https://github.com/Interactions-HSG/yggdrasil/pull/50)