RMLio / yarrrml-parser

A YARRRML parser library and CLI in Javascript
MIT License
41 stars 17 forks source link

Mapping base URI #208

Open namedgraph opened 3 months ago

namedgraph commented 3 months ago

Issue type: :unicorn: Feature

Description

Base URI that the URIs (and URI templates) in the mapping would resolve against

Why it is useful

Right now we use YARRRML "templates" with placeholders in the URI values in order to customize them. I think base URI and relative URI resolution would allow us to solve it in a much cleaner way.

Existing features it breaks

None that I know of.