Hi, is it possible to do the following transformation in RML?
Input:
"properties": [
{
"type": "X-signup",
"url": "https://www.weatherbit.io/"
},
{
"type": "Swagger",
"url": "https://www.weatherbit.io/static/swagger.json"
},
{
"type": "X-blog",
"url": "https://www.weatherbit.io/blog"
}
],
Output
ex:resource1 exo:x-signup <https://www.weatherbit.io/>
ex:resource1 exo:swagger <https://www.weatherbit.io/static/swagger.json>
ex:resource1 exo:x-blog <https://www.weatherbit.io/blog>
Thanks!
Hi, is it possible to do the following transformation in RML?
Input:
Output
Thanks!