Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IRI in column getting prefixed with default.namespace #37

Closed
mmopitz opened this issue May 20, 2019 · 0 comments
Closed

IRI in column getting prefixed with default.namespace #37

mmopitz opened this issue May 20, 2019 · 0 comments

Comments

@mmopitz
Copy link
Contributor

mmopitz commented May 20, 2019

Hi,
in our project we have following mapping rule

  rr:subjectMap [rr:template "{module_iri}";];
  rr:predicateObjectMap [
  rr:predicate ex:property;
  rr:objectMap [ rr:column "comp_iri"; rr:termType rr:IRI ];
].

In the module_iri and comp_iri columns are full IRIs. E.g.
http://example.org#module_1

Unfortunately this produces sth like

<http://default.prefix.com/http://example.org#module_1> ex:property <http://default.prefix.com/http://example.org#comp_1>

As mentioned in #19 I tried to activate default.forceURI=true but that didn't help.

I have an idea what might help with this issue. I'm going to push this to my fork and state a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant