Skip to content

Is it possible to do following transformation? #11

Description

@m1ci

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions