danaivach / hmas-java

A library for handling resources in Hypermedia Multi-Agent Systems based on the HyperAgents ontologies.
1 stars 2 forks source link

Enable reading resources from remote locations #7

Closed danaivach closed 2 months ago

danaivach commented 1 year ago

Define readFromURL method for reading resource profiles from remote locations.

The implementation can be similar to the one provided here: https://github.com/Interactions-HSG/wot-td-java/blob/1195438d52ea800d6e77f6ec93c005f605e05eee/src/main/java/ch/unisg/ics/interactions/wot/td/io/TDGraphReader.java#L41